Hi
since update asterisk from version 1.2 to 1.8 IVR and Time controlled
Answering Machine won't work.
This is my new dialplan after change those parts that i see wrong message in
the CLI
but something is still wrong can anyone please check my dialplan?
Or can someone send me a sample of working IVR and Time controlled Answering
Machine for the Asterisk 1.8 .
I have changed the old parts of my dialplan that I think can be wrong an give
me the errors Message in the CLI. I don’t know if this work with asterisk 1.8
Parts like this I have replaced with new parts for Asterisk 1.8 :
include => tag|8:00-12:00|mon-fri|*|*
ResponseTimeout,30
DigitTimeout,5 SetMusicOnHold(default)
Incomming call going through the Time Filter and after filtering going to the
estensions after that must be available to have a IVR menu with press 1 press
2 press 3 press4 .
Regards Nedi
[incomingguestvoip]
exten => 0711234567,1,GoToIfTime(08:00-12:00,mon-fri|*|*|*?tag|0711234567,1)
exten =>
0711234567,2,GoToIfTime(18:00-09:59,mon-fri|*|*|*?ausserhalb|0711234567,1)
exten => 0711234567,1,GoToIfTime(13:30-17:00,mon-fri|*|*|*?tag|0711234567,1)
exten =>
0711234567,2,GoToIfTime(17:00-08:00,mon-fri|*|*|*?ausserhalb|0711234567,1)
exten => 0711234567,2,GoToIfTime(*,sat-sun|*|*|*?ausserhalb|0711234567,1)
[ausserhalb]
exten => 0711234567,1,Set(CALLERID(num)=${CALLERID(name)})
exten => 0711234567,n,Ringing
exten => 0711234567,n,Wait(2)
exten => 0711234567,n,Set(CHANNEL(musicclass)=...)
exten => 0711234567,n,Set(TIMEOUT(digit)=5)
exten => 0711234567,n,Set(TIMEOUT(response)=30)
exten => 0711234567,n,Background(tisina)
exten => 0711234567,n,Background(ausseröffnungszeiten)
exten => 3,1,Playback(kontaktmöglichkeiten)
exten => s,n,Hangup
[tag]
exten => 0711234567,1,Set(CALLERID(num)=${CALLERID(name)})
exten => 0711234567,n,Ringing
exten => 0711234567,n,Wait(2)
exten => 0711234567,n,Answer
exten => 0711234567,n,Set(CHANNEL(musicclass)=...)
exten => 0711234567,n,DigitTimeout,1
exten => 0711234567,n,Set(TIMEOUT(response)=15)
;Menu - 1 Fabio Mobile, 2 Intern 72, 3 weitere Kontaktmöglichkeiten , 4
öffnungszeiten
exten => 0711234567,n,Background(tisina)
exten => 0711234567,n,Background(willkommen)
; #=hangup
exten => #,1,Playback(keine_tasten_gedruckt)
exten => #,n,Voicemail(72)
exten => #,n,Hangup
exten => t,1,Goto(#,1) ; If they take too long, give up
exten => i,1,Playback(invalid) ; "That's not valid, try again"
;[FabioMobile]
exten => 1,1,Set(CALLERID(num)=${CALLERID(name)}) ;Wegen Bug im Gateway
exten => 1,n,Background(tisina)
exten => 1,n,Playback(support_fabio)
exten => 1,n,Dial(SIP/17,35,r)
exten => 1,n,Answer
exten => 1,n,Background(tisina)
exten => 1,n,Playback(gleichfursieda)
exten => 1,n,Voicemail(17)
exten => 1,n,Hangup
;[Intern72]
exten => 2,1,Set(CALLERID(num)=${CALLERID(name)}) ;Wegen Bug im Gateway
exten => 2,n,Background(tisina)
exten => 2,n,Playback(administration_nadia)
exten => 2,n,Dial(SIP/72&SIP/472,25,r)
exten => 2,n,Answer
exten => 2,n,Playback(gleichfursieda)
exten => 2,n,Voicemail(72)
exten => 2,n,Hangup
;[3_weitereKontaktmöglichkeiten]
exten => 3,1,Set(CALLERID(num)=${CALLERID(name)}) ;Wegen Bug im Gateway
exten => 3,n,Answer
exten => 3,n,Set(CHANNEL(musicclass)=...)
exten => 3,n,DigitTimeout,1
exten => 3,n,ResponseTimeout,10
exten => 3,n,Background(tisina)
exten => 3,n,Background(kontaktmöglichkeiten)
exten => 3,n,Playback(kontaktmöglichkeiten)
exten => s,n,Hangup
;[4_öffnungszeiten]
exten => 4,1,Set(CALLERID(num)=${CALLERID(name)}) ;Wegen Bug im Gateway
exten => 4,n,Answer
exten => 4,n,Set(CHANNEL(musicclass)=...)
exten => 4,n,DigitTimeout,1
exten => 4,n,ResponseTimeout,10
exten => 4,n,Background(tisina)
exten => 4,n,Background(öffnungszeiten)
exten => 3,1,Playback(kontaktmöglichkeiten)
exten => s,n,Hangup
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Astlinux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/astlinux-users
Donations to support AstLinux are graciously accepted via PayPal to
[email protected].