mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 04:48:51 +00:00
Handle temporary failures on gk registration
Introduce new 'stopped' state for gk client and restart gk client on failures Remove ooh323 stack command lock as it is not need now. (closes issue ASTERISK-21960) Reported by: Dmitry Melekhov Patches: ASTERISK-21960.patch ASTERISK-21960-stacklockup-2.patch Tested by: Dmitry Melekhov git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@404318 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -108,7 +108,8 @@ enum OOGkClientState {
|
||||
GkClientRegistered, /* registered with gk */
|
||||
GkClientUnregistered,
|
||||
GkClientGkErr,/*Gk is not responding, in discover mode can look for new GK*/
|
||||
GkClientFailed
|
||||
GkClientFailed,
|
||||
GkClientStopped
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user