Ignore:
Timestamp:
May 22, 2012 4:09:53 AM (12 years ago)
Author:
bennylp
Message:

Re #1514: fixed the incoming call scenario, and changed disconnection code from Precondition Failure to Temporarily Unavailable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_call.c

    r4135 r4136  
    376376        int title_len; 
    377377 
    378         call->last_code = PJSIP_SC_PRECONDITION_FAILURE; 
     378        call->last_code = PJSIP_SC_TEMPORARILY_UNAVAILABLE; 
    379379        pj_strcpy2(&call->last_text, "Media init error: "); 
    380380 
Note: See TracChangeset for help on using the changeset viewer.