Switchvox - What settings allow a Digium BRI card to work when a telco lets the spans idle when not in use?
By default, a Digium BRI card will try to bring up Layer 1 when it detects the remote side (the telco) has brought it down. If your telco requires that you allow it to go down, then you should set the following in the /etc/modprobe.d/dahdi.conf modules initialization file:
"options wcb4xxp persistentlayer1=0"
"options wctdm24xxp persistentlayer1=0"
Further, you also need to set the /etc/asterisk/chan_dahdi.conf option as follows:
"layer1_presence=ignore"
These settings allow your Digium BRI card to work in an environment in which the telco wants to let the spans idle when not in use.
, multiple selections available,
Related content
Telephony Cards - How to Configure a Digium T1/E1 Card to Use E&M Signalling
Telephony Cards - How to Configure a Digium T1/E1 Card to Use E&M Signalling
More like this
Open Source - How to configure a Digium E1 PRI card
Open Source - How to configure a Digium E1 PRI card
More like this
Telephony Cards - Configure for both Sangoma and Digium cards in same server
Telephony Cards - Configure for both Sangoma and Digium cards in same server
More like this
Support Services - RMA: Digium Digital Cards - Explanation of the checklist
Support Services - RMA: Digium Digital Cards - Explanation of the checklist
More like this
Support Services - What details should I report to Digium Technical Support for troubleshooting Asterisk issues?
Support Services - What details should I report to Digium Technical Support for troubleshooting Asterisk issues?
More like this
Telephony Cards - Asterisk Debugging
Telephony Cards - Asterisk Debugging
More like this