mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 22:27:07 +00:00
Merged revisions 330899 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r330899 | may | 2011-08-05 11:38:28 +0400 (Fri, 05 Aug 2011) | 11 lines Merged revisions 330827 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r330827 | may | 2011-08-04 23:37:16 +0400 (Thu, 04 Aug 2011) | 4 lines change gk client behaivour on rrq/grq failures to setup timers and next tries after timeout instead of complete failure in the ooh323 stack ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@330903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -171,7 +171,7 @@ int ooReadAndProcessStackCommand()
|
||||
if(cmd.type == OO_CMD_NOOP)
|
||||
continue;
|
||||
|
||||
if(gH323ep.gkClient && gH323ep.gkClient->state != GkClientRegistered)
|
||||
if(gH323ep.gkClient && gH323ep.gkClient->state != GkClientRegistered && cmd.type != OO_CMD_STOPMONITOR)
|
||||
{
|
||||
OOTRACEINFO1("Ignoring stack command as Gk Client is not registered"
|
||||
" yet\n");
|
||||
|
Reference in New Issue
Block a user