[asterisk-commits] oej: trunk r55330 - /trunk/res/res_features.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Feb 18 08:11:53 MST 2007
Author: oej
Date: Sun Feb 18 09:11:52 2007
New Revision: 55330
URL: http://svn.digium.com/view/asterisk?view=rev&rev=55330
Log:
Being picky...
Modified:
trunk/res/res_features.c
Modified: trunk/res/res_features.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_features.c?view=diff&rev=55330&r1=55329&r2=55330
==============================================================================
--- trunk/res/res_features.c (original)
+++ trunk/res/res_features.c Sun Feb 18 09:11:52 2007
@@ -1661,7 +1661,7 @@
if (pu->moh_trys < 3 && !chan->generatordata) {
if (option_debug)
ast_log(LOG_DEBUG, "MOH on parked call stopped by outside source. Restarting.\n");
- ast_indicate_data(pu->chan, AST_CONTROL_HOLD,
+ ast_indicate_data(chan, AST_CONTROL_HOLD,
S_OR(parkmohclass, NULL),
!ast_strlen_zero(parkmohclass) ? strlen(parkmohclass) + 1 : 0);
pu->moh_trys++;
More information about the asterisk-commits
mailing list