From a35ce3924b2d0eea8aba2b9f9b1c3195f8ff604b Mon Sep 17 00:00:00 2001 From: Alexandr Anikin Date: Fri, 28 Mar 2014 18:00:18 +0000 Subject: process stack command even if gatekeeper client isn't register don't destroy gatekeeper client if it is not started don't destroy gatekeeper client in some sort of gatekeeper errors signal rtp create condition when call cleared before rtp structure created (closes issue ASTERISK-23460) Reported by: Dmitry Melekhov Patches: ASTERISK-23460-2.patch Tested by: Dmitry Melekhov ........ Merged revisions 411531 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 411532 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411533 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- addons/ooh323c/src/oochannels.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addons/ooh323c/src/oochannels.c') diff --git a/addons/ooh323c/src/oochannels.c b/addons/ooh323c/src/oochannels.c index de8538910..ddc6bf622 100644 --- a/addons/ooh323c/src/oochannels.c +++ b/addons/ooh323c/src/oochannels.c @@ -822,7 +822,8 @@ int ooMonitorChannels() if(OO_OK != ooGkClientStart(gH323ep.gkClient)) { OOTRACEERR1("Error:Failed to start Gatekeeper client\n"); - ooGkClientDestroy(); + // not need more, now it can be restarted correctly + // ooGkClientDestroy(); } } -- cgit v1.2.3