summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2011-10-03 08:22:48 +0000
committerLiong Sauw Ming <ming@teluu.com>2011-10-03 08:22:48 +0000
commitf3f2c4b1e8ec8416fce15fc5db9ea6c6059f307d (patch)
tree7d26081a3f71a384befdc68f71054f028f6f8ffa /pjsip/include/pjsua-lib
parent1685526712e312b701db96c977604343c3550ba1 (diff)
Re #1266: Modified pjsua_media_channel_deinit() to resume deinit in the callback (instead of returning PJ_EBUSY) and make sure the right transport is used before calling dlg_respond()
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3780 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 0b65a7f0..b15a102e 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -156,6 +156,7 @@ struct pjsua_call
pjsip_dialog *dlg; /**< Call dialog. */
pjmedia_sdp_session *rem_sdp;/**< Remote SDP. */
pj_pool_t *pool_prov;/**< Provisional pool. */
+ pj_bool_t med_ch_deinit;/**< Media channel de-init-ed? */
union {
struct {
unsigned options; /**< Outgoing call options. */