- Joined
- Jan 30, 2020
- Messages
- 3
- Reaction score
- 0
Hi there,
Every once in a while some of our phones unregister. The phones are Yealink T23G and Cisco 7941 (unsupported, I know... but still).
In the event log it looks like this:
SIP Server/Call Manager ID: ____
Extension XXXX is unregistered, removed contact: sip:[email protected]:(port_num);transport=tcp, received from: 10.x.x.x
Here are the relevant parts of our Template Settings:
<sipStack>
<sipInviteRetx>6</sipInviteRetx>
<sipRetx>10</sipRetx>
<timerInviteExpires>180</timerInviteExpires>
<timerRegisterExpires>600</timerRegisterExpires>
<timerRegisterDelta>5</timerRegisterDelta>
<timerKeepAliveExpires>120</timerKeepAliveExpires>
<timerSubscribeExpires>120</timerSubscribeExpires>
<timerSubscribeDelta>5</timerSubscribeDelta>
<timerT1>500</timerT1>
<timerT2>4000</timerT2>
<maxRedirects>70</maxRedirects>
<remotePartyID>false</remotePartyID>
<userInfo>None</userInfo>
</sipStack>
I'm not sure what parts in Settings -> Parameters are relevant but here are a few:
Is there anywhere else that I should check that could explain these phones becoming unregistered? At this point, it doesn't seem to be ALL phones but it is certainly more than a single phone.
Thanks in advance.
Every once in a while some of our phones unregister. The phones are Yealink T23G and Cisco 7941 (unsupported, I know... but still).
In the event log it looks like this:
SIP Server/Call Manager ID: ____
Extension XXXX is unregistered, removed contact: sip:[email protected]:(port_num);transport=tcp, received from: 10.x.x.x
Here are the relevant parts of our Template Settings:
<sipStack>
<sipInviteRetx>6</sipInviteRetx>
<sipRetx>10</sipRetx>
<timerInviteExpires>180</timerInviteExpires>
<timerRegisterExpires>600</timerRegisterExpires>
<timerRegisterDelta>5</timerRegisterDelta>
<timerKeepAliveExpires>120</timerKeepAliveExpires>
<timerSubscribeExpires>120</timerSubscribeExpires>
<timerSubscribeDelta>5</timerSubscribeDelta>
<timerT1>500</timerT1>
<timerT2>4000</timerT2>
<maxRedirects>70</maxRedirects>
<remotePartyID>false</remotePartyID>
<userInfo>None</userInfo>
</sipStack>
I'm not sure what parts in Settings -> Parameters are relevant but here are a few:
- SIPPINGPERIOD: 0 Time intervall to poll endpoints with SIP INFO messages, in seconds. 0 - disabled
- REGISTER_REQUEST_MAX_TIMER: 120 Controls interval of registration period when 3CX is answered with 503 Service Unavailable. Default Re-registration is 600 seconds (10 minutes) Value is in seconds
- KEEPALIVE_TIME_UDP: 30 Controls interval in seconds that keepalives will be sent. Useful to keep firewall port mappings open. Default is 30 seconds.
- NONCEEXPIRATION: 20 defines nonce expiration time (seconds). By default it is 5 sec. After this time has passed since nonce issue -- PBX will treat that nonce as expired and will force re-authentication (will issue 407 response with new nonce freshly generated.
Is there anywhere else that I should check that could explain these phones becoming unregistered? At this point, it doesn't seem to be ALL phones but it is certainly more than a single phone.
Thanks in advance.