[Home]

Summary:ASTERISK-16148: ERROR[11190]: chan_dahdi.c:11859 process_dahdi: Unknown signalling method 'pri_net'
Reporter:David Brillert (aragon)Labels:
Date Opened:2010-05-25 12:38:06Date Closed:2011-06-07 14:00:57
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I get these errors during reload where before I did not.
PRI spans are not working.
I don't have any idea when this became an issue (assuming its a regression).

lab*CLI> module load chan_dahdi.so
[2010-05-25 13:35:47]   == Parsing '/etc/asterisk/zapata.conf': [2010-05-25 13:35:47] Found
[2010-05-25 13:35:47] ERROR[11190]: chan_dahdi.c:11859 process_dahdi: Unknown signalling method 'pri_net'
[2010-05-25 13:35:47] ERROR[11190]: chan_dahdi.c:11422 build_channels: Signalling must be specified before any channels are.


Connected to Asterisk SVN-branch-1.4-r265613 currently running on lab (pid = 10256)
Verbosity is at least 3
Core debug is at least 3
[2010-05-25 13:34:02]   == Parsing '/etc/asterisk/manager.conf': [2010-05-25 13:34:02] Found
lab*CLI> pri show spans
No such command 'pri show spans' (type 'help pri show' for other possible commands)


****** ADDITIONAL INFORMATION ******

zaptel 1.4.12.1

/etc/zaptel.conf
loadzone = us
defaultzone = us
span = 1,1,0,esf,b8zs
bchan = 01-23
hardhdlc = 24
span = 2,2,0,esf,b8zs
bchan = 25-47
hardhdlc = 48
span = 3,3,0,esf,b8zs
bchan = 49-71
hardhdlc = 72
span = 4,4,0,esf,b8zs
bchan = 73-95
hardhdlc = 96

/etc/asterisk/zapata.conf
[channels]
jbenable = no
language = en
resetinterval = never
priindication = outofband
switchtype = national
signalling = pri_net
pridialplan = unknown
prilocaldialplan = national
facilityenable = yes
transfer = no
accountcode = _NONE_
amaflags = default
relaxdtmf = yes
echocancel = 128
echocancelwhenbridged = yes
overlapdial = no
echotraining = 400
context = zap-incoming
group = 1,3,6
channel => 01-23
language = en
resetinterval = never
priindication = outofband
switchtype = national
signalling = pri_net
pridialplan = unknown
prilocaldialplan = national
facilityenable = yes
transfer = no
accountcode = _NONE_
amaflags = default
relaxdtmf = yes
echocancel = 128
echocancelwhenbridged = yes
overlapdial = no
echotraining = 400
context = zap-incoming
group = 2,3,6
channel => 25-47
language = en
resetinterval = never
priindication = outofband
switchtype = national
signalling = pri_net
pridialplan = unknown
prilocaldialplan = national
facilityenable = yes
transfer = no
accountcode = _NONE_
amaflags = default
relaxdtmf = yes
echocancel = 128
echocancelwhenbridged = yes
overlapdial = no
echotraining = 400
context = zap-incoming
group = 3,6
channel => 49-71
language = en
resetinterval = never
priindication = outofband
switchtype = national
signalling = pri_net
pridialplan = unknown
prilocaldialplan = national
facilityenable = yes
transfer = no
accountcode = _NONE_
amaflags = default
relaxdtmf = yes
echocancel = 128
echocancelwhenbridged = yes
overlapdial = no
echotraining = 400
context = zap-incoming
group = 3,4,6
channel => 73-95
Comments:By: David Brillert (aragon) 2010-05-25 12:41:09

Also get this error message if I change signalling to pri_cpe

[2010-05-25 13:40:08] ERROR[14574]: chan_dahdi.c:11859 process_dahdi: Unknown signalling method 'pri_cpe'
[2010-05-25 13:40:08] ERROR[14574]: chan_dahdi.c:11422 build_channels: Signalling must be specified before any channels are.

By: David Brillert (aragon) 2010-05-25 13:04:52

libpri 1.4.10.2 is installed

By: Leif Madsen (lmadsen) 2010-05-25 13:41:30

I'm removing the regression term and dropping this from block because it is not known if this is a regression, and if so, where it happened.

By: David Brillert (aragon) 2010-06-22 07:57:24

This bug report can be closed out with no change required.