Changes between Initial Version and Version 2 of Ticket #1470


Ignore:
Timestamp:
Mar 30, 2012 1:38:29 AM (12 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1470

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1470 – Description

    initial v2  
    55}}} 
    66 
    7 Or if the test peer has the SIP session timer enabled: 
    8 {{{ 
    9 Assertion failed: is_initialized, 
    10 file pjsip\src\pjsip-ua\sip_timer.c, line 609 
    11 }}} 
    12  
    137This assertion doesn't always happen, however it is reproducible with a special test app containing a loop of: pjsua create+init+start, register, making call, call hold/unhold, call hangup, pjsua destroy. Supplying non-zero flag to the pjsua_destroy2() will lead to the assertion faster.