Dear All,
I need a help from you guys, We configured nailed up connection "SIP Server Establishes the Nailed-up Connection on Agent Login or Ready state" while login nailed up established on Agent Phone Number which is not wired line and in my country it is restrict that after 1 hour call should be disconnect automatically so that nailed up connection also disconnect and agent goes not ready as described in document attached below
"AttributeExtensions
The connect-nailedup-on-login key supports this feature. It overrides the connect-nailedup-on-login option setting but only for a current login session.
Key: connect-nailedup-on-login
Type: String
Values: Routing Point number, gcti::park
Requests: TAgentLogin
Specifies SIP Server actions when receiving a TAgentLogin request from a DN with the configured nailed-up connection, as follows:
When this key is set to a Routing Point number, SIP Server immediately establishes a nailed-up connection between an agent's endpoint and the specified Routing Point. After processing the TRouteCall request to the gcti:park device, SIP Server parks the agent on gcti::park, establishing the persistent SIP connection with the agent's endpoint.
When this key is set to gcti::park, SIP Server parks the agent on the gcti::park device directly, establishing the persistent SIP connection with the agent's endpoint.
When this key is set to an empty value, SIP Server disables this feature for a particular agent in a current login session.
Key: ReasonCode
Type: String
Values: NailedUpConnectionTerminated
Event: EventAgentNotReady
Specifies that the nailed-up connection is terminated. "
My Question is we need to reestablish connection automatically, how to achieve this. Should i change below event value and how, i need the procedure
Key: ReasonCode
Type: String
Values: NailedUpConnectionTerminated
Event: EventAgentReady
Thanks