]> git.ipfire.org Git - thirdparty/asterisk.git/commit
When we pass the S() or L() options to MeetMe, make sure that we honor C as well.
authorSean Bright <sean@malleable.com>
Sat, 29 Jan 2011 17:51:28 +0000 (17:51 +0000)
committerSean Bright <sean@malleable.com>
Sat, 29 Jan 2011 17:51:28 +0000 (17:51 +0000)
commit1b79e47b2770255d92af748b5954b34407017e22
tree388fa33def1596394d5d9ece24a4497e2b70f88d
parent4ed3d869d90efecbf5d2045daaa381df09c8bb38
When we pass the S() or L() options to MeetMe, make sure that we honor C as well.

Without this patch, if the user was kicked from the conference via the S() or L()
mechanism, we would just hang up on them even if we also passed C (continue in
dialplan when kicked).  With this patch we honor the C flag in those cases.

(closes issue #17317)
Reported by: var

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@304773 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c