[asterisk-commits] file: branch 1.4 r107646 - /branches/1.4/res/res_features.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 11 14:20:06 CDT 2008
Author: file
Date: Tue Mar 11 14:20:01 2008
New Revision: 107646
URL: http://svn.digium.com/view/asterisk?view=rev&rev=107646
Log:
Make sure the visible indication is on the right channel so when the masquerade happens the proper indication is enacted.
(closes issue #11707)
Reported by: iam
Modified:
branches/1.4/res/res_features.c
Modified: branches/1.4/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_features.c?view=diff&rev=107646&r1=107645&r2=107646
==============================================================================
--- branches/1.4/res/res_features.c (original)
+++ branches/1.4/res/res_features.c Tue Mar 11 14:20:01 2008
@@ -869,6 +869,7 @@
return -1;
}
/* Make formats okay */
+ xferchan->visible_indication = transferer->visible_indication;
xferchan->readformat = transferee->readformat;
xferchan->writeformat = transferee->writeformat;
ast_channel_masquerade(xferchan, transferee);
More information about the asterisk-commits
mailing list