Hi, On a recently updated system , I'm now reading lines as this one (never noticed them before): [Dec 19 19:01:52] WARNING[10828]: chan_dahdi.c:11302 pri_dchannel: Ring requested on unconfigured channel 0/0 span 4 My setup is: Asterisk 1.6.1.18 Libpri 1.4.12 Dahadi 2.5.0.2 My card is a Junghanns QuadBRI. Span 4 config is: ; Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" group=1,14 context=remote switchtype = euroisdn signalling = bri_cpe_ptmp channel => 10-11 What does it mean ? Should I care ? Regards
> On a recently updated system , I'm now reading lines as this one > (never noticed them before): > > [Dec 19 19:01:52] WARNING[10828]: chan_dahdi.c:11302 pri_dchannel: > Ring requested on unconfigured channel 0/0 span 4 > > My setup is: > Asterisk 1.6.1.18 > Libpri 1.4.12 > Dahadi 2.5.0.2 > > My card is a Junghanns QuadBRI. > > Span 4 config is: > ; Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" > group=1,14 > context=remote > switchtype = euroisdn > signalling = bri_cpe_ptmp > channel => 10-11 > > > What does it mean ? > Should I care ?You could be receiving a signaling only call. The output of "pri set debug on span x" for the SETUP message is needed to figure out why chan_dahdi/libpri thinks that channel 0 is requested. Richard