Hello,

I tried to use chance in my UAS scenario for getting 50% calls connected  
and 50% calls rejected by 486 Busy here.

I am getting all time 486 busy here instead of 50% busy here and 50% 200OK  
to connect the call.
How to get this working i need it by tomorrow or i have to run 2 UAS and 2  
UAC to complete my tests.


Part of XML UAS scenario :

   <send retrans="500" chance="0.50" next="10"> <!-- jump to 10 label and  
wait for ACK then finish scenario -->
     <![CDATA[

       SIP/2.0 486 Busy here
       [last_Via:]
       [last_From:]
       [last_To:];tag=[call_number]
       [last_Call-ID:]
       [last_CSeq:]
       Contact: <sip:[local_ip]:[local_port];transport=[transport]>
       Content-Length: 0

     ]]>
   </send>

   <send retrans="500">
     <![CDATA[

       SIP/2.0 200 OK
       [last_Via:]
       [last_From:]
       [last_To:];tag=[call_number]
       [last_Call-ID:]
       [last_CSeq:]
       Contact: <sip:[local_ip]:[local_port];transport=[transport]>
       Content-Type: application/sdp
       Content-Length: [len]

       v=0
       o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
       s=-
       c=IN IP[media_ip_type] [media_ip]
       t=0 0
       m=audio [media_port] RTP/AVP 18
       a=rtpmap:18 G729/8000/1

     ]]>
   </send>

Best regards,
Tom

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to