VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
xserverlinux at gmail.com Guest
|
Posted: Tue Jan 01, 2008 9:40 pm Post subject: [asterisk-users] Fwd: Gotoiftime help |
|
|
my final ivr is this, he works me very well
exten => 110,1,GotoIfTime(08:00-18:00|mon-fri|*|*?110,in)
exten =>110,n,Dial(SIP/111,86,Tt)
exten =>110,n,Dial(SIP/112,86,Tt)
exten =>110,n,Hangup()
exten => 110,n(in),Set(TIMEOUT(digit)=2)
exten => 110,1,Answer()
exten => 110,2,Background(introm)
exten => 110,3,Dial(SIP/111,16,Tt)
exten => 110,4,hangup
thank , good example ...
greetingsss
---------- Forwarded message ----------
From: Doug Lytle <support at drdos.info>
I've just tested a simple include. It worked fine.
My simple test:
[sip-utilities]
include => test1|16:50-16:55|mon-sat|*|*
include => test2|16:56-16:59|mon-sat|*|*
[test1]
exten => 15,1,Dial(IAX2/asterisk.cw:xxxxx at 192.168.104.10/5700,,t)
[test2]
exten => 15,1,Dial(IAX2/asterisk.cw:xxxxx at 192.168.103.15/4180,,t)
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little
Temporary Safety, deserve neither Liberty nor Safety."
_______________________________________________
--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 |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Tue Jan 01, 2008 11:14 pm Post subject: [asterisk-users] Fwd: Gotoiftime help |
|
|
On Tuesday 01 January 2008 20:40:19 troxlinux wrote:
Quote: | my final ivr is this, he works me very well
exten => 110,1,GotoIfTime(08:00-18:00|mon-fri|*|*?110,in)
exten =>110,n,Dial(SIP/111,86,Tt)
exten =>110,n,Dial(SIP/112,86,Tt)
exten =>110,n,Hangup()
exten => 110,n(in),Set(TIMEOUT(digit)=2)
|
Uh, everything after this point is inoperable, given that you're
reusing priority numbers. If you wanted these to actually work,
you need to change the 1,2,3,4 to n,n,n,n. Or use a different
extension.
Quote: | exten => 110,1,Answer()
exten => 110,2,Background(introm)
exten => 110,3,Dial(SIP/111,16,Tt)
exten => 110,4,hangup
|
--
Tilghman |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|