[asterisk-commits] chan dahdi: Improve force restart unavailable chans option d... (asterisk[13])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 7 07:02:42 CDT 2015


Matt Jordan has submitted this change and it was merged.

Change subject: chan_dahdi: Improve force_restart_unavailable_chans option description.
......................................................................


chan_dahdi: Improve force_restart_unavailable_chans option description.

ASTERISK-25034
Reported by: Richard Mudgett

Change-Id: I1ff8f02124d2f4abd632a050da52c64285bb7f30
---
M configs/samples/chan_dahdi.conf.sample
1 file changed, 6 insertions(+), 4 deletions(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified
  Joshua Colp: Looks good to me, but someone else must approve



diff --git a/configs/samples/chan_dahdi.conf.sample b/configs/samples/chan_dahdi.conf.sample
index e027e64..a5daede 100644
--- a/configs/samples/chan_dahdi.conf.sample
+++ b/configs/samples/chan_dahdi.conf.sample
@@ -196,10 +196,12 @@
 ;
 ;resetinterval = 3600
 ;
-; Enable per 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
-; of a stuck channel on the peer and the channel is always the next
-; channel we pick for an outgoing call then this might help.
+; Enable per ISDN span to force a RESTART on a channel that returns a cause
+; code of PRI_CAUSE_REQUESTED_CHAN_UNAVAIL(44).  If this option is enabled
+; and the reason the peer rejected the call with cause 44 was that the
+; 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
 ; (nor prohibited) by the standards and is likely a primitive chan_dahdi

-- 
To view, visit https://gerrit.asterisk.org/385
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ff8f02124d2f4abd632a050da52c64285bb7f30
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list