Re: [Asterisk-Users] goto() results in invalid extension

2004-11-01 Thread Eric Wieling
Michael Rowley wrote: Hello, Trying to rewrite my dialplan, and it is a little complex. But my extensions.conf redirection works, but the referred to contexts result in invalid extension Please help... I have the extension set to 's' currently, but originally it was 6044. The change didn't

Re: [Asterisk-Users] goto() results in invalid extension

2004-11-01 Thread Michael Rowley
Yeah, yeah, rtfm, I know... :) This is after several editions. The original was trying to refer to the incoming DID of 6044, so was programatically correct at Goto(afterhours,6044,1) Plus, the GotoifTime's should work. Actually, the afterhours should work, if I have an extension of

Re: [Asterisk-Users] goto() results in invalid extension

2004-11-01 Thread Matt Riddell
Michael Rowley wrote: Yeah, yeah, rtfm, I know... :) This is after several editions. The original was trying to refer to the incoming DID of 6044, so was programatically correct at Goto(afterhours,6044,1) Plus, the GotoifTime's should work. Actually, the afterhours should work, if I have an

RE: [Asterisk-Users] goto() results in invalid extension

2004-10-31 Thread Andreas Sikkema
[EMAIL PROTECTED] wrote: [main] ; 6044 main office line. exten = 6044,1,GotoifTime(08:30-11:59|mon-fri|*|*?officehours,s,1) exten = 6044,3,GotoifTime(12:00-12:59|mon-fri|*|*?lunch,s,1) exten = 6044,2,GotoifTime(13:00-16:29|mon-fri|*|*?officehours,s,1) exten = 6044,4,Goto(afterhours,1)