Unrecognized prilocaldialplan TON modifier

I’m am getting the following warnings when dialling out on DAHDI channels in Asterisk 1.6.1.0, both outbound and inbound calls appear to work fine.

The strange this is that then end of each warning line appears to refer to a character from the SIP name.

Has anyone any idea what the issue is?

TIA :smile:

Ratinox

-- Executing [299136@from_internal:2] Dial("SIP/PaulB-090e6508", "DAHDI/g1/123456") in new stack
-- Requested transfer capability: 0x00 - SPEECH

[Jun 9 16:12:42] WARNING[31013]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan TON modifier: P
[Jun 9 16:12:42] WARNING[31013]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan NPI modifier: a
[Jun 9 16:12:42] WARNING[31013]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan NPI modifier: l
[Jun 9 16:12:42] WARNING[31013]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan TON modifier: B

-- Executing [417600@from_internal:2] Dial("SIP/DanA-b7435260", "DAHDI/g1/123456") in new stack
-- Requested transfer capability: 0x00 - SPEECH

[Jun 9 16:13:34] WARNING[31029]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan TON modifier: D
[Jun 9 16:13:34] WARNING[31029]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan NPI modifier: a
[Jun 9 16:13:34] WARNING[31029]: chan_dahdi.c:3090 dahdi_call: Unrecognized prilocaldialplan TON modifier: A

Update, this also occurs in Asterisk v1.6.1.1 with Dahdi 2.2.0

Hi Ratinox,

I had a similar problem. I am forwarding calls from a 2n SIP gsmbox to a legacy PBX connected via dahdi pri, and the SIP user name (gsm) is mistakenly interpreted as prilocaldialplan modifiers.
The $$$$'s in the following output hide my customer’s phone number.

Executing [100@from-gsm:1] Dial(“SIP/gsm-00e5c700”, “DAHDI/r12/$$$$$$$$$”) in new stack
– Requested transfer capability: 0x00 - SPEECH
[Dec 11 15:55:03] WARNING[2549]: chan_dahdi.c:3077 dahdi_call: Unrecognized prilocaldialplan NPI modifier: g
[Dec 11 15:55:03] WARNING[2549]: chan_dahdi.c:3077 dahdi_call: Unrecognized prilocaldialplan NPI modifier: s
[Dec 11 15:55:03] WARNING[2549]: chan_dahdi.c:3077 dahdi_call: Unrecognized prilocaldialplan NPI modifier: m
– Called r12/$$$$$$$$$

Unfortunately I’m unable to do many tests to reproduce this, as I can’t disrupt the customer.

Do you have any more details on this? Have you tried to report this on issues.asterisk.org?

Thanks,

leo

No I haven’t reported it via issues as its doesn’t seem to cause any issues other than the annoying log entries.