Changes between Initial Version and Version 1 of Ticket #641


Ignore:
Timestamp:
Sep 22, 2008 2:34:17 PM (16 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #641 – Description

    initial v1  
    1 Scenario (pjsua as UAC): 
     1 Scenario (pjsua as UAC): 
    22 
    3 {{{ 
     3 {{{ 
    44 pjsua                  UAS 
    55----------------------------- 
     
    99  ACK             --> 
    1010  200/OK (BYE)    <-- 
    11   200/OK (INVITE) 
     11  200/OK (INVITE) <-- 
    1212  ACK             --> 
    13 }}} 
     13 }}} 
    1414 
    15 This scenario happens when the SDP in 200/OK is not acceptable hence pjsua sends BYE to disconnect the call. 
     15 This scenario happens when the SDP in 200/OK is not acceptable hence pjsua sends BYE to disconnect the call.  
    1616 
    17 Upon sending ACK for the 200/OK retransmission, pjsip incorrectly sets the invite session state back to CONFIRMED after it has been DISCONNECTED, causing assertion and possibly crash. 
     17 Upon sending ACK for the 200/OK retransmission, pjsip incorrectly sets the invite session state back to CONFIRMED after it has been DISCONNECTED, causing assertion and possibly crash. 
    1818 
    19 Thank you Dan Åberg for the report. 
     19 Thank you Dan Åberg for the report. 
     20 
     21 
     22'''To reproduce the error''' 
     23 
     24 * run pjsua with: 
     25 {{{ 
     26 --null-audio --local-port 0 --use-srtp 2 --srtp-secure 0 
     27 }}} 
     28 * run SIPp as UAS with the attached scenario