[asterisk-users] how to incorporate open hours

2008-07-15 Thread Sydney Web Hosting
Hi All, I have got my voice menus setup. "open hours" and "after hours". What do I have to code in the main menu to do the following. If between the hours of 9am - 5pm go to "open hours" All other hours go to "after hours" I've read all of the docs but don't quite understand it? Cheers

Re: [asterisk-users] how to incorporate open hours

2008-07-15 Thread Lee, John (Sydney)
> What do I have to code in the main menu to do the following. > If between the hours of 9am - 5pm go to "open hours" > All other hours go to "after hours" You can do something like: exten => ,n,GotoIfTime(9:00-17:00,mon-fri,*,*?rcl_off_opn) ___ -- Ban

Re: [asterisk-users] how to incorporate open hours

2008-07-15 Thread Sydney Web Hosting
Behalf Of Lee, John (Sydney) Sent: Wednesday, 16 July 2008 3:02 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] how to incorporate open hours > What do I have to code in the main menu to do the following. > If between the hours of 9am - 5pm go to &quo

Re: [asterisk-users] how to incorporate open hours

2008-07-15 Thread Lee, John (Sydney)
> exten=7000,n,GotoIfTime(9:00-17:00,mon-fri,*,*?rcl_off_opn) > > 7000 is the extension of "main menu" > > Where do I put the reference to "open hours menu" in the statement above. > exten=7000,n,GotoIfTime(9:00-17:00,mon-fri,*,*?rcl_off_opn) [...code for office close...] exten => 7000,n(rcl_of

Re: [asterisk-users] how to incorporate open hours

2008-07-15 Thread Sydney Web Hosting
Do you do contract work? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee, John (Sydney) Sent: Wednesday, 16 July 2008 4:08 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] how to incorporate open hours

Re: [asterisk-users] how to incorporate open hours

2008-07-15 Thread Lee, John (Sydney)
> Do you do contract work? Thanks for making my day :-) I am sure there are lots of much more experienced Asterisk people out there who will respond to your email. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008

Re: [asterisk-users] how to incorporate open hours

2008-07-16 Thread Paul Hales
Lee, John (Sydney) wrote: >> Do you do contract work? >> > Thanks for making my day :-) > I am sure there are lots of much more experienced Asterisk people out > there who will respond to your email. > > > ___ > -- Bandwidth and Colocation Provided b

Re: [asterisk-users] how to incorporate open hours

2008-07-16 Thread Paul Hales
Lee, John (Sydney) wrote: >> exten=7000,n,GotoIfTime(9:00-17:00,mon-fri,*,*?rcl_off_opn) >> >> 7000 is the extension of "main menu" >> >> Where do I put the reference to "open hours menu" in the statement >> > above. > > exten=7000,n,GotoIfTime(9:00-17:00,mon-fri,*,*?rcl_off_opn) > > [...co

Re: [asterisk-users] how to incorporate open hours

2008-07-16 Thread Sydney Web Hosting
A bit above my heads guys. Thanks anyway. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hales Sent: Wednesday, 16 July 2008 5:12 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] how to incorporate open

Re: [asterisk-users] how to incorporate open hours

2008-07-16 Thread Paul Hales
my heads guys. > > Thanks anyway. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hales > Sent: Wednesday, 16 July 2008 5:12 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-u