Skip to content
Snippets Groups Projects
Commit 7103b374 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

chan_dahdi: Improve force_restart_unavailable_chans option description.

ASTERISK-25034
Reported by: Richard Mudgett

Change-Id: I1ff8f02124d2f4abd632a050da52c64285bb7f30
parent a4d16c18
No related branches found
No related tags found
No related merge requests found
...@@ -196,10 +196,12 @@ context=public ...@@ -196,10 +196,12 @@ context=public
; ;
;resetinterval = 3600 ;resetinterval = 3600
; ;
; Enable per span to force a RESTART on a channel that returns a cause ; Enable per ISDN span to force a RESTART on a channel that returns a cause
; code of PRI_CAUSE_REQUESTED_CHAN_UNAVAIL(44). If the cause is because ; code of PRI_CAUSE_REQUESTED_CHAN_UNAVAIL(44). If this option is enabled
; of a stuck channel on the peer and the channel is always the next ; and the reason the peer rejected the call with cause 44 was that the
; channel we pick for an outgoing call then this might help. ; channel is stuck in an unavailable state on the peer, then this might
; help release the channel. It is worth noting that the next outgoing call
; Asterisk makes will likely try the same channel again.
; ;
; NOTE: Sending a RESTART in response to a cause 44 is not required ; NOTE: Sending a RESTART in response to a cause 44 is not required
; (nor prohibited) by the standards and is likely a primitive chan_dahdi ; (nor prohibited) by the standards and is likely a primitive chan_dahdi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment