mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Merge "chan_ooh323: reset rrq count on gk registration"
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