When configuring BRI, you should verify the following settings:
1.Are you using point-to-point (pp) or point-to-multipoint (pmp) and set this correctly for networkconfig in file.
2.The numbertype should almost always be set to unknown (which is not the default value).
3.The countrycode value has more options listed in the config file than it actually accepts. It should almost always be set to europe and the only values that work are 'europe', 'france', 'uk', 'germany' and 'australia'
Also, if things do not work, check the /etc/asterisk/pika.conf file. If the user has manually run pikacf on the WARP, the context values will be wrong so asterisk will not work.
Code:
Line Type Pikacf Context PADS context FreePBX Context
FXO fxo DID_trunk_1 from-pstn
FXS fxs numberplan-custom-1 from-internal
BRI / digital digital DID_digital_1 from-pstn
[DIGITAL_23800157]
id=1
;serial=23800157
interfacetype=bri_eu
clockmode=slave
[bri]
bri0=BRI_23800157_0
bri1=BRI_23800157_1
[BRI_23800157_0]
interface=board1,0
networkconfig=pp
switchtype=etsi
countrycode=europe
line_compandmode=alaw
node=client
numbertype=unknown
numberplan=isdn
channelselect=exclusive
endpoint=true
autoreconnect=false
addsotoend=false
resetchidextensionbit=false
enablet309=false
permanentactivation=false
[BRI_23800157_1]
interface=board1,1
networkconfig=pp
switchtype=etsi
countrycode=europe
line_compandmode=alaw
node=client
numbertype=unknown
numberplan=isdn
channelselect=exclusive
endpoint=true
autoreconnect=false
addsotoend=false
resetchidextensionbit=false
enablet309=false
permanentactivation=false