You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Resources |
addressContext |
zone |
sipTrunkGroup |
signaling |
postDialDelay
postDialDelay Use this Post-Dial Delay (PDD) object to configure post-dial delay performance requirement which consists of a timeout value and response code. The Ingress PDD timer is activated when the configured value on the ingress trunk group is greater than zero and the incoming SIP call reaches an address complete state. The Egress PDD timer is activated when the configured value on the egress trunk group is greater than zero and upon receipt of the 100 Trying message from the egress peer. The Egress PDD timer is canceled upon receipt of a 18x/200/3xx/4xx/5xx message from the egress peer. |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| timeOut | O | uint32 | 0 |
Timeout value for the Post Dial Delay timer. Enabled if timeout value is non-zero.
|
| responseCode | O | uint32 | 503 |
Configured SIP response code sent when the call is torn down due to Post Dial Delay timer expiry
|
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroup:sipTrunkGroup={name}/signaling/postDialDelay |