On Wednesday 17 February 2010 07:00:26 Tzafrir Cohen wrote: > 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: w > > 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 > > 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.
Right diagnosis, wrong location. Those letters are used for modifying the localdialplan at Dial time, as Dial(DAHDI/g1/N2125551212). Sounds like the OP has letters in his dialstring, where the number ought to be. -- Tilghman Lesher Digium, Inc. | Senior Software Developer twitter: Corydon76 | IRC: Corydon76-dig (Freenode) Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
