mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
chan_ooh323: reset rrq count on gk registration
reset registration attempts count on success registration on gatekeeper Change-Id: I5f47351852e0ca76c9ac78421659600e0f106336
This commit is contained in:
@@ -1272,6 +1272,7 @@ int ooGkClientHandleRegistrationConfirm
|
||||
}
|
||||
}
|
||||
pGkClient->state = GkClientRegistered;
|
||||
pGkClient->rrqRetries = 0;
|
||||
if(pGkClient->callbacks.onReceivedRegistrationConfirm)
|
||||
pGkClient->callbacks.onReceivedRegistrationConfirm(pRegistrationConfirm,
|
||||
gH323ep.aliases);
|
||||
|
Reference in New Issue
Block a user