Changes between Initial Version and Version 1 of Ticket #1514


Ignore:
Timestamp:
May 22, 2012 3:11:17 AM (12 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1514 – Description

    initial v1  
    33 1. When media transport initialization fails, it looks like PJSUA-LIB ignores this and continue with the call, causing assertion that looks like this: 
    44  {{{ 
    5 pjsua-x86_64-unknown-linux-gnu: ../src/pjmedia/endpoint.c:770: pjmedia_endpt_create_base_sdp: Assertion `!"Invalid address family"' failed. 
     5pjsua-x86_64-unknown-linux-gnu: ../src/pjmedia/endpoint.c:770:  
     6pjmedia_endpt_create_base_sdp: Assertion `!"Invalid address family"' failed. 
    67  }}} 
    78 1. When the above is fixed, the call gets disconnected as expected. But during disconnection callback via on_call_state() callback, call state is reported as NULL instead of DISCONNECTED.