Ignore:
Timestamp:
Sep 24, 2008 10:10:15 AM (16 years ago)
Author:
bennylp
Message:

Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to INVITE are received due to forking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r2301 r2315  
    12311231#endif 
    12321232 
     1233    /** 
     1234     * Disconnect other call legs when more than one 2xx responses for  
     1235     * outgoing INVITE are received due to forking. Currently the library 
     1236     * is not able to handle simultaneous forked media, so disconnecting 
     1237     * the other call legs is necessary.  
     1238     * 
     1239     * With this setting enabled, the library will handle only one of the 
     1240     * connected call leg, and the other connected call legs will be 
     1241     * disconnected.  
     1242     * 
     1243     * Default: PJ_TRUE (only disable this setting for testing purposes). 
     1244     */ 
     1245    pj_bool_t        hangup_forked_call; 
     1246 
    12331247} pjsua_config; 
    12341248 
Note: See TracChangeset for help on using the changeset viewer.