Being picky...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2007-02-18 15:11:52 +00:00
parent 74f31a51bc
commit 4561b7a83b
1 changed files with 1 additions and 1 deletions

View File

@ -1661,7 +1661,7 @@ static void *do_parking_thread(void *ignore)
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++;