- "dialplan show internal" shows the label (and if I change it, it changes to the right one, etc.)
- No syntax errors or warnings showing in the CLI when I reload with verbosity at 3. - I'll check moving things around on Monday, but I find it odd that all I have to do to make the GotoIf work with a label is to comment out the switch (no other changes). Noah -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Chad Wallace Sent: Friday, June 01, 2012 6:42 PM To: [email protected] Subject: Re: [asterisk-users] Asterisk 10.4.0 GotoIf to label problem when DUNDi active On Wed, 30 May 2012 18:02:00 +0000 Noah Engelberth <[email protected]> wrote: > I have a hotdesking environment at my main office, and up until today, > the GotoIf that jumps straight to voicemail if a user isn't log in was > working just fine by label. Today, I deployed DUNDi to a satellite > office, and now the GotoIf isn't jumping to the right place. If I > replace the label with a priority number, it jumps correctly. > Alternatively, if I disable the switch statement for DUNDi, it jumps > correctly. But with the DUNDi switch in service and the named label > to jump to, it gives me this error: > > [May 30 13:57:24] WARNING[6654]: pbx.c:10747 pbx_parseable_goto: > Priority 'not_logged_in' must be a number > 0, or valid label What do you get when you run "dialplan show internal" on the Asterisk CLI? Does it show the not_logged_in label? Have you looked at the CLI output when you reload? There may be a syntax error before your not_logged_in line... Also, along the same vein, you might try moving the [internal-privledged] context (with the switch/DUNDi line) to below the [internal] one. -- C. Chad Wallace, B.Sc. The Lodging Company http://www.lodgingcompany.com/ OpenPGP Public Key ID: 0x262208A0 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
