]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add ability to ignore layer 1 alarms for BRI PTMP lines.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 18 Apr 2012 16:27:51 +0000 (16:27 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 18 Apr 2012 16:27:51 +0000 (16:27 +0000)
commit4a95d80ab0b752cee7842d3cbde2c6428bf3187b
tree4c7fedc40bef1ceb68bc6b66a0b65cb0cd603d5f
parent67752759c2ece3a6921dad3343fde935e0c9ddcf
Add ability to ignore layer 1 alarms for BRI PTMP lines.

Several telcos bring the BRI PTMP layer 1 down when the line is idle.
When layer 1 goes down, Asterisk cannot make outgoing calls.  Incoming
calls could fail as well because the alarm processing is handled by a
different code path than the Q.931 messages.

* Add the layer1_presence configuration option to ignore layer 1 alarms
when the telco brings layer 1 down.  This option can be configured by span
while the similar DAHDI driver teignorered=1 option is system wide.  This
option unlike layer2_persistence does not require libpri v1.4.13 or newer.

Related to JIRA AST-598

JIRA ABE-2845
........

Merged revisions 362428 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@362429 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c
channels/sig_pri.c
channels/sig_pri.h
configs/chan_dahdi.conf.sample