Ignore:
Timestamp:
Jun 26, 2012 2:28:59 AM (12 years ago)
Author:
nanang
Message:

Close #1523:

  • updated scenarios to work with mod_sipp.py (adding config .py file, etc)
  • integrated mod_sipp.py to runall.py
  • removed uas.xml, as it is similar to recvfrom\100_simple.py (REGISTER+resp 200)
  • renamed scenarios (to allow running these SIPp scenarios without .py file):
    • prack_fork.xml -> uas-prack_fork.xml
    • inv_401_retry_after_100.xml -> uas-inv_401_retry_after_100.xml
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-sipp/strict-route.xml

    r2575 r4177  
    8989      [last_Call-ID:] 
    9090      [last_CSeq:] 
    91       Contact: <sip:target@192.168.0.13> 
    92       Record-route: <sip:proxy@192.168.0.13> 
     91      Contact: <sip:target@[local_ip]> 
     92      Record-route: <sip:proxy@[local_ip]:[local_port]> 
    9393      Content-Type: application/sdp 
    9494 
    9595      v=0 
    96       o=- 3442013205 3442013205 IN IP4 192.168.0.13 
     96      o=- 3442013205 3442013205 IN IP4 [local_ip] 
    9797      s=pjsip 
    98       c=IN IP4 192.168.0.13 
     98      c=IN IP4 [local_ip] 
    9999      t=0 0 
    100100      m=audio 4002 RTP/AVP 0 
     
    112112      [last_Call-ID:] 
    113113      [last_CSeq:] 
    114       Contact: <sip:target@192.168.0.13> 
    115       Record-route: <sip:proxy@192.168.0.13;maddr=192.168.0.13> 
     114      Contact: <sip:target@[local_ip]> 
     115      Record-route: <sip:proxy@[local_ip]:[local_port];maddr=[local_ip]> 
    116116      Content-Type: application/sdp 
    117117 
    118118      v=0 
    119       o=- 3442013205 3442013205 IN IP4 192.168.0.13 
     119      o=- 3442013205 3442013205 IN IP4 [local_ip] 
    120120      s=pjsip 
    121       c=IN IP4 192.168.0.13 
    122       t=0 0 
    123       m=audio 4002 RTP/AVP 0 
    124       a=rtpmap:0 PCMU/8000 
    125     ]]> 
    126   </send> 
    127  
    128   <recv request="ACK" 
    129         optional="false" 
    130         rtd="true" 
    131         crlf="true"> 
    132   </recv> 
    133  
    134   <send> 
    135     <![CDATA[ 
    136  
    137       SIP/2.0 200 OK 
    138       [last_Via:] 
    139       [last_From:] 
    140       [last_To:];tag=[call_number] 
    141       [last_Call-ID:] 
    142       [last_CSeq:] 
    143       Contact: <sip:target@192.168.0.13> 
    144       Record-route: <sip:proxy@192.168.0.13;maddr=192.168.0.13> 
    145       Content-Type: application/sdp 
    146  
    147       v=0 
    148       o=- 3442013205 3442013205 IN IP4 192.168.0.13 
    149       s=pjsip 
    150       c=IN IP4 192.168.0.13 
     121      c=IN IP4 [local_ip] 
    151122      t=0 0 
    152123      m=audio 4002 RTP/AVP 0 
     
    178149  <!-- Keep the call open for a while in case the 200 is lost to be     --> 
    179150  <!-- able to retransmit it if we receive the BYE again.               --> 
    180   <pause milliseconds="4000"/> 
     151  <pause milliseconds="1000"/> 
    181152 
    182153 
Note: See TracChangeset for help on using the changeset viewer.