[svn-commits] file: branch 1.2 r71124 - /branches/1.2/res/res_features.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Jun 22 11:02:41 CDT 2007
Author: file
Date: Fri Jun 22 11:02:40 2007
New Revision: 71124
URL: http://svn.digium.com/view/asterisk?view=rev&rev=71124
Log:
Send an unhold indication when going off hold. (issue #10036 reported by speedy)
Modified:
branches/1.2/res/res_features.c
Modified: branches/1.2/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/res/res_features.c?view=diff&rev=71124&r1=71123&r2=71124
==============================================================================
--- branches/1.2/res/res_features.c (original)
+++ branches/1.2/res/res_features.c Fri Jun 22 11:02:40 2007
@@ -761,6 +761,7 @@
ast_moh_stop(transferee);
+ ast_indicate(transferee, AST_CONTROL_UNHOLD);
if ((ast_autoservice_stop(transferee) < 0)
|| (ast_waitfordigit(transferee, 100) < 0)
More information about the svn-commits
mailing list