And the basic SIPp test file.

Stefan

On Sun, Jun 12, 2016 at 10:44 PM, Anonim Stefan <fan...@gmail.com> wrote:

> Hi Konstantin,
>
> This is the config+script I tested with (note: commented while). I tested
> with OPTIONS SIPp requests.
>
> Thanks,
> Stefan
>
>
> On Sun, Jun 12, 2016 at 12:08 PM, Konstantin M. <evilz...@gmail.com>
> wrote:
>
>> Hi,
>>
>> Could you please include config and python script?
>>
>> 2016-06-12 12:03 GMT+03:00 Anonim Stefan <fan...@gmail.com>:
>>
>>> One more detail would be that I set the granularity equal to the call
>>> rate, but still I'm looking at the global average.
>>>
>>> _______________________________________________
>>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>> sr-users@lists.sip-router.org
>>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>>
>>>
>>
>> _______________________________________________
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>> sr-users@lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<!--     client0           Kamailio     -->
<!--        |.................|         -->
<!--        | <== SIP/RTP ==> |         -->
<!--        |.................|         -->


<scenario name="UAC client0 side">

  <!--  client0 sends OPTION with geolocation data -->
  <send>
    <![CDATA[

      OPTIONS sip:[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: client0 <sip:client0@[remote_ip]:[remote_port]>;tag=[call_number]
      To: [service] <sip:[service]@[remote_ip]:[remote_port]>
      Call-ID: dialog0///[call_id]
      CSeq: [cseq] OPTIONS
      Contact: client0 <sip:client0@[local_ip]:[local_port]>
      Max-Forwards: 70
      Subject: Performance Test
      Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,SUBSCRIBE,NOTIFY,INFO
      Supported: replaces
      Content-Type: multipart/mixed; boundary=boundary1
      Geolocation: <cid:dialog0///[call_id]>
      Geolocation-Routing: yes
      Accept: application/pidf+xml
      Content-Length: [len]

      --boundary1

      Content-Type: application/pidf+xml
      <?xml version="1.0" encoding="UTF-8"?>
      <pos:position xmlns:pos="pos-namespace">
      <pos:x>1</pos:x>
      <pos:y>1</pos:y>
      </pos:position>

      --boundary1

    ]]>
  </send>


  <!-- pause to capture complete traffic -->
  <pause milliseconds="1000" crlf="true"/>

</scenario>
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to