Håkon Nessjøen
2010-Feb-17 11:37 UTC
[asterisk-users] Unrecognized prilocaldialplan NPI modifier
Only a warning, and doesn't seem to do anything bad. But I can't seem to figure out what these warnings mean? -- Requested transfer capability: 0x00 - SPEECH [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: k [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: o [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: w It only come on every 5 calls or more, or something. What does it mean? H?kon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100217/71b31e47/attachment.htm
Olle E. Johansson
2010-Feb-17 12:53 UTC
[asterisk-users] Unrecognized prilocaldialplan NPI modifier
17 feb 2010 kl. 12.37 skrev H?kon Nessj?en:> Only a warning, and doesn't seem to do anything bad. > > But I can't seem to figure out what these warnings mean? > > -- Requested transfer capability: 0x00 - SPEECH > [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: k > [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: o > [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: w > > It only come on every 5 calls or more, or something. > > What does it mean?Turn on "pri debug" and you see what's sent to you. I am guessing wildly here, but it seems like something you are receiving from the far end that Asterisk PRI/Dahdi libraries fail to understand. I'm sure some ISDN freaks out there would love to see what's going on and explain it to you, as I love those SIP debugs :-) /O
Tzafrir Cohen
2010-Feb-17 13:00 UTC
[asterisk-users] Unrecognized prilocaldialplan NPI modifier
On Wed, Feb 17, 2010 at 12:37:33PM +0100, H?kon Nessj?en wrote:> Only a warning, and doesn't seem to do anything bad. > > But I can't seem to figure out what these warnings mean? > > -- Requested transfer capability: 0x00 - SPEECH > [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized > prilocaldialplan NPI modifier: k > [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized > prilocaldialplan NPI modifier: o > [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized > prilocaldialplan NPI modifier: wLegal modifiers for the pridialplan are U, I, N, L, S, V, and R. See chan_dahdi.conf.sample. My guess: you have: prilocaldialplan = unknown Most letters there happen to be legal "modifiers" and hence the parser does not get upset about them at this stage. Only 'k', 'o' and 'w' are not legal.> > It only come on every 5 calls or more, or something.Shouldn't this get killed at parsing time? Bug? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Håkon Nessjøen
2010-Feb-17 13:23 UTC
[asterisk-users] Unrecognized prilocaldialplan NPI modifier
On Wed, Feb 17, 2010 at 2:00 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:> On Wed, Feb 17, 2010 at 12:37:33PM +0100, H?kon Nessj?en wrote: > > Legal modifiers for the pridialplan are U, I, N, L, S, V, and R. See > chan_dahdi.conf.sample. > > My guess: you have: > > ?prilocaldialplan = unknown >Hi, I have nothing defined for prilocaldialplan. And it only appears on some calls. # grep -ri prilocal /etc/asterisk/ | wc -l 0 H?kon
Tzafrir Cohen
2010-Feb-17 13:54 UTC
[asterisk-users] Unrecognized prilocaldialplan NPI modifier
On Wed, Feb 17, 2010 at 02:23:25PM +0100, H?kon Nessj?en wrote:> On Wed, Feb 17, 2010 at 2:00 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote: > > On Wed, Feb 17, 2010 at 12:37:33PM +0100, H?kon Nessj?en wrote: > > > > Legal modifiers for the pridialplan are U, I, N, L, S, V, and R. See > > chan_dahdi.conf.sample. > > > > My guess: you have: > > > > ?prilocaldialplan = unknown > > > > Hi, > > I have nothing defined for prilocaldialplan. And it only appears on some calls. > > # grep -ri prilocal /etc/asterisk/ | wc -l > 0So which version of Asterisk is it and what do you have in /etc/asterisk/chan_dahdi.conf ? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir