Changeset 4307 for pjproject


Ignore:
Timestamp:
Dec 13, 2012 3:46:12 AM (11 years ago)
Author:
ming
Message:

Re #1595: Restrict the fix in r4300 so it only applies to outgoing call

File:
1 edited

Legend:

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

    r4306 r4307  
    21612161     * the call in the media transport creation callback instead. 
    21622162     */ 
    2163     if (call->med_ch_cb) { 
     2163    if (call->med_ch_cb && !call->inv) { 
    21642164        PJ_LOG(4,(THIS_FILE, "Pending call %d hangup upon completion " 
    21652165                             "of media transport", call_id)); 
Note: See TracChangeset for help on using the changeset viewer.