summaryrefslogtreecommitdiff
path: root/res/res_pjsip_session.exports.in
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-03-10 16:04:32 +0000
committerRichard Mudgett <rmudgett@digium.com>2015-03-10 16:04:32 +0000
commitcae712d986211c636f669101bf8071975570fbcf (patch)
tree98927cf0a348a064390081a65f0338b813922571 /res/res_pjsip_session.exports.in
parent110b99646cec9128d9dec4bc764dfb585b3e9844 (diff)
res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.
A race condition happened between initiating a transfer and requesting that a dialog termination be delayed. Occasionally, the transferrer channels would exit the bridge and hangup before the dialog termination delay was requested. * Made request dialog termination delay before initiating the transfer action. If the transfer fails then cancel the delayed dialog termination request. ASTERISK-24755 #close Reported by: John Bigelow Review: https://reviewboard.asterisk.org/r/4460/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@432668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip_session.exports.in')
-rw-r--r--res/res_pjsip_session.exports.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_pjsip_session.exports.in b/res/res_pjsip_session.exports.in
index 5a21b1d2f..a39485e66 100644
--- a/res/res_pjsip_session.exports.in
+++ b/res/res_pjsip_session.exports.in
@@ -2,6 +2,7 @@
global:
LINKER_SYMBOL_PREFIXast_sip_session_terminate;
LINKER_SYMBOL_PREFIXast_sip_session_defer_termination;
+ LINKER_SYMBOL_PREFIXast_sip_session_defer_termination_cancel;
LINKER_SYMBOL_PREFIXast_sip_session_register_sdp_handler;
LINKER_SYMBOL_PREFIXast_sip_session_unregister_sdp_handler;
LINKER_SYMBOL_PREFIXast_sip_session_register_supplement;