[OpenSIPS-Users] sipP finished with exit code 139 and Segmentation fault

Agung agoengnug at gmail.com
Tue Jun 29 11:50:46 CEST 2010


Iñaki Baz Castillo <ibc at ...> writes:

> 
> 2010/6/29 agung nugroho <agoengnug <at> gmail.com>:
> > I still don't get any idea. I have already more than 5000 users at my
> > database. But Why I can only got less than 1000 users registered???
> > Did I have got wrong config at my server??
> 
> It seems more a problem in your SIPp scenario, right?
> 

Is that true??? I am really curious because it say that it have "segmentation
fault", so I am suspicious that my config at server isn't right. But if it is my
scenario problem, hope that you can help me.

This is my scenario:

<scenario name="register_client">
  <send retrans="500">
    <![CDATA[
      REGISTER sip:[field1] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: <sip:[field0]@[field1]>;tag=[call_number]
      To: <sip:[field0]@[field1]>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Contact: sip:[field0]_[branch]@[local_ip]:[local_port]
      Max-Forwards: 5
      Expires: 3600
      User-Agent: SIPp/Linux
      Content-Length: 0
    ]]>
  </send>

<recv response="100" optional="true">
  </recv>

  <recv response="401" auth="true">
  </recv>

  <send retrans="500">
    <![CDATA[
      REGISTER sip:[field1] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: <sip:[field0]@[field1]>;tag=[call_number]
      To: <sip:[field0]@[field1]>
      Call-ID: [call_id]
      CSeq: 2 REGISTER
      Contact: sip:[field0]_[branch]@[local_ip]:[local_port]
      [field2]
      Supported: path
      Max-Forwards: 5
      Expires: 3600
      User-Agent: SIPp/Linux
      Content-Length: 0

    ]]>
  </send>

<recv response="100" optional="true">
  </recv>

  <recv response="200">
  </recv>

</scenario>





More information about the Users mailing list