Changeset 4279 for pjproject


Ignore:
Timestamp:
Oct 8, 2012 2:55:22 AM (12 years ago)
Author:
ming
Message:

Re #1562: Fixed default custom media transport creation callback flag. By default, custom media transport should close its member transport.

File:
1 edited

Legend:

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

    r4262 r4279  
    13841384 
    13851385            if (call_med->use_custom_med_tp) { 
    1386                 unsigned custom_med_tp_flags = 0; 
     1386                unsigned custom_med_tp_flags = PJSUA_MED_TP_CLOSE_MEMBER; 
    13871387 
    13881388                /* Use custom media transport returned by the application */ 
Note: See TracChangeset for help on using the changeset viewer.