Changeset 2315 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Sep 24, 2008 10:10:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r2301 r2315 1231 1231 #endif 1232 1232 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 1233 1247 } pjsua_config; 1234 1248
Note: See TracChangeset
for help on using the changeset viewer.