Ignore:
Timestamp:
Apr 27, 2009 12:50:16 PM (15 years ago)
Author:
bennylp
Message:

Ticket #798: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion)

  • UAC now handles the BYE, and treat it as out-of-order disconnect request, meaning that it will disconnect the call
  • it will also activate timer to terminate the INVITE transaction, in case final response never arrives
  • added SIPp UAS scenario to test this
  • also added forked 200/OK response SIPp scenario,
  • and fixed the prack_fork.xml SIPp scenario
File:
1 edited

Legend:

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

    r2576 r2650  
    9494    <![CDATA[ 
    9595      SIP/2.0 200 OK 
    96       Via: SIP/2.0/UDP [remote_ip]:[remote_port];rport=[remote_port];[$3] 
     96      Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;rport=5080;[$3] 
    9797      [last_From:] 
    9898      [last_To:];tag=2 
Note: See TracChangeset for help on using the changeset viewer.