[asterisk-commits] russell: branch russell/issue_13747 r164200 - /team/russell/issue_13747/res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 15 08:11:07 CST 2008
Author: russell
Date: Mon Dec 15 08:11:06 2008
New Revision: 164200
URL: http://svn.digium.com/view/asterisk?view=rev&rev=164200
Log:
Add a comment to explain the new code in ast_bridge_call
Modified:
team/russell/issue_13747/res/res_features.c
Modified: team/russell/issue_13747/res/res_features.c
URL: http://svn.digium.com/view/asterisk/team/russell/issue_13747/res/res_features.c?view=diff&rev=164200&r1=164199&r2=164200
==============================================================================
--- team/russell/issue_13747/res/res_features.c (original)
+++ team/russell/issue_13747/res/res_features.c Mon Dec 15 08:11:06 2008
@@ -1478,6 +1478,9 @@
pbx_builtin_setvar_helper(chan, "BLINDTRANSFER", NULL);
}
+ /* This is an interesting case. One example is if a ringing channel gets redirected to
+ * an extension that picks up a parked call. This will make sure that the call taken
+ * out of parking gets told that the channel it just got bridged to is still ringing. */
if (chan->_state == AST_STATE_RINGING && peer->visible_indication != AST_CONTROL_RINGING) {
ast_indicate(peer, AST_CONTROL_RINGING);
}
More information about the asterisk-commits
mailing list