Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Mitch Claborn
DOCK_RECIPIENTS is a long list of 5+ SIP phones, so this won't work. Mitch On 10/25/2012 11:31 AM, Danny Nicholas wrote: BOP! You don't need no stinkin "I" in this case! Just put this in front of the Dial() Exten => 444,2,Gotoif("${DOCK_RECIPIENTS}" != "444"]?i,1) This catches anything they

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Mitch Claborn
Thanks Tony, this helps. Mitch On 10/25/2012 11:24 AM, Tony Mountifield wrote: The 'i' extension is not used when entering a context. You can only enter a context (with Dial(), Goto(), etc), at an extension that exists. If it doesn't exist, the context cannot be entered. The 'i' extension is

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Danny Nicholas
s-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tony Mountifield Sent: Thursday, October 25, 2012 11:25 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] i extension not triggering In article <50895cab.9080...@claborn.net>, Mitch Claborn

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Eric Wieling
t: Re: [asterisk-users] i extension not triggering On Thu, Oct 25, 2012 at 11:24 AM, Tony Mountifield wrote: The 'i' extension is not used when entering a context. You can only enter a context (with Dial(), Goto(), etc), at an extension that exists. If it doesn'

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Christopher Harrington
On Thu, Oct 25, 2012 at 11:24 AM, Tony Mountifield wrote: > The 'i' extension is not used when entering a context. You can only enter > a context (with Dial(), Goto(), etc), at an extension that exists. If it > doesn't exist, the context cannot be entered. > So it sounds like what he's really loo

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Tony Mountifield
In article <50895cab.9080...@claborn.net>, Mitch Claborn wrote: > I set logger.conf to > console =>debug,notice,warning,error,verbose > > and get the following output: > >== Using SIP RTP CoS mark 5 > [Oct 25 10:32:53] NOTICE[3501]: chan_sip.c:22622 handle_request_invite: > Call from 'Mitch

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Mitch Claborn
atever goes in the () is just a comment/message. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Doug Lytle Sent: Thursday, October 25, 2012 10:16 AM To: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Christopher Harrington
On Thu, Oct 25, 2012 at 10:42 AM, Danny Nicholas wrote: > Based on the output below, DockPhone is expecting to be reached with a > dialstring of 444. If you change 444 to ZXX, the problem should go away. > > The point is that he's trying to trigger the invalid extension dialplan. Not that he's t

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Mitch Claborn
That does sound quite suspicious. Mitch It looks like you are seeing this issue that was fixed earlier this month: https://issues.asterisk.org/jira/browse/ASTERISK-20455 Richard -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Danny Nicholas
Sent: Thursday, October 25, 2012 10:37 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] i extension not triggering I set logger.conf to console =>debug,notice,warning,error,verbose and get the following output: == Using SIP RTP CoS mark 5 [Oct 25 10:32:53] NOTICE[3

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Mitch Claborn
OP's output, but noop() is essentially the same as Verbose(), whatever goes in the () is just a comment/message. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Doug Lytle Sent: Thursday, October 25, 2012 10:1

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread A J Stiles
On Thursday 25 October 2012, Mitch Claborn wrote: > Asterisk 1.8.10.1~dfsg-1ubuntu1 > See dial plan code below. When I dial 123 from a phone in this context, > I simply get a busy signal. Why doesn't the "i" extension get > triggered? Console at verbosity of 10 only shows " == Using SIP RTP > Co

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Richard Mudgett
> Asterisk 1.8.10.1~dfsg-1ubuntu1 > See dial plan code below. When I dial 123 from a phone in this > context, > I simply get a busy signal. Why doesn't the "i" extension get > triggered? Console at verbosity of 10 only shows " == Using SIP RTP > CoS mark 5". > > [DockPhone] > exten =>288,1,NoOp

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Danny Nicholas
rsday, October 25, 2012 10:16 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] i extension not triggering >> exten =>i,1,NoOp(invalid extension from dock phone i) Was this a typo? I believe it should be: exten => i,1,NoOP() What does yo

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Doug Lytle
>> exten =>i,1,NoOp(invalid extension from dock phone i) Was this a typo? I believe it should be: exten => i,1,NoOP() What does your console output look like? Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liber

[asterisk-users] i extension not triggering

2012-10-25 Thread Mitch Claborn
Asterisk 1.8.10.1~dfsg-1ubuntu1 See dial plan code below. When I dial 123 from a phone in this context, I simply get a busy signal. Why doesn't the "i" extension get triggered? Console at verbosity of 10 only shows " == Using SIP RTP CoS mark 5". [DockPhone] exten =>288,1,NoOp(Dock Phone)