hi all,

my scenario is sipp acting as registrar and proxy which accepts the 
registration then invites the unit I am testing.


uas-uut                                sipp

----------                                ------

          --> REGISTER -->

         <--    200 OK  <--


         <-- INVITE  <-----

         --> 100       -->

         --> 180       -->

         --> 200       -->


sipp is using the same call ID from the received register in the outbound 
invite - which is wrong and causes my uas code to reject the invite.


how can I make sipp increment the call ID when it starts the call?


thank you.


//////////////////////////////////    scenario below 
//////////////////////////////////////


<scenario name="Gs registers with sipp as CUCM">

<recv request="REGISTER" ></recv>

<send>
  <![CDATA[
SIP/2.0 200 OK
Via: SIP/2.0/TCP [local_ip];branch=[branch]
From: "2367" <sip:2367@[local_ip]>;tag=[call_number]
To: <sip:2367@[local_ip]>;tag=585257356
Date: Wed, 13 Jul 2016 14:32:59 GMT
[last_Call-ID:]
Server: Cisco-CUCM10.5
CSeq: 1 REGISTER
Expires: 120
Contact: <sip:2367@[local_ip];transport=tcp>;methods="INVITE, ACK, BYE, CANCEL, 
OPTIONS, INFO, MESSAGE, SUBSCRIBE, NOTIFY, PRACK, UPDATE, REFER"
Supported: X-cisco-sis-7.1.1
Content-Length: 0

]]>
</send>

<send>
  <![CDATA[
INVITE sip:2367@[local_ip];transport=tcp SIP/2.0
Via: SIP/2.0/TCP [local_ip];branch=[branch]
From: "GS Austin Dev Codec 8" <sip:2368@[local_ip]>;tag=[call_number]
To: <sip:2367@[local_ip]>
Date: Wed, 13 Jul 2016 14:33:24 GMT
Call-ID:  [call_id]
Supported: timer,resource-priority,replaces
Min-SE:  1800
User-Agent: Cisco-CUCM10.5
Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, 
SUBSCRIBE, NOTIFY
CSeq: 101 INVITE
Expires: 180
Allow-Events: presence
Send-Info: conference, x-cisco-conference
Alert-Info: <file://Bellcore-dr1/>
Contact: 
<sip:2368@[local_ip];transport=tcp>;video;audio;proxy=replace;+sip.instance="<urn:uuid:8500b350-5ef3-592d-bd58-77ebbd405217>"
Remote-Party-ID: "GS Austin Dev Codec 8" 
<sip:2368@[local_ip];x-cisco-callback-number=2368>;party=calling;screen=yes;privacy=off
Max-Forwards: 69
Content-Length: 0

]]>
</send>

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

</scenario>



------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to