summaryrefslogtreecommitdiff
path: root/addons/ooh323c/src/ooCmdChannel.c
diff options
context:
space:
mode:
authorAlexandr Anikin <may@telecom-service.ru>2011-08-05 08:47:59 +0000
committerAlexandr Anikin <may@telecom-service.ru>2011-08-05 08:47:59 +0000
commit872e0411bdeb0bb953311266cc538f2a5a6923cc (patch)
tree4ff1a524ba9a80154c3dcd91ed7a0b122be1e4cd /addons/ooh323c/src/ooCmdChannel.c
parent72eba1af2054632b54466a2e3ba91dc29f0813f8 (diff)
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
Diffstat (limited to 'addons/ooh323c/src/ooCmdChannel.c')
-rw-r--r--addons/ooh323c/src/ooCmdChannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ooh323c/src/ooCmdChannel.c b/addons/ooh323c/src/ooCmdChannel.c
index 31a74169c..8737e6504 100644
--- a/addons/ooh323c/src/ooCmdChannel.c
+++ b/addons/ooh323c/src/ooCmdChannel.c
@@ -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");