Displaying 2 results from an estimated 2 matches for "insurance_thanks".
2003 Nov 10
1
Menu's & Sub-Menu's
...ground(sorry_for_delay)
exten => s,4,Goto(s,2)
exten => s,5,Hangup
;
[kitchens]
exten => s,1,Background(kitchen_thanks)
exten => s,2,MusicOnHold(default)
exten => s,3,Background(sorry_for_delay)
exten => s,4,Goto(s,2)
exten => s,5,Hangup
;
[insurance]
exten => s,1,Background(insurance_thanks)
exten => s,2,MusicOnHold(default)
exten => s,3,Background(sorry_for_delay)
exten => s,4,Goto(s,2)
exten => s,5,Hangup
if I enter an internal extension (range = 7001 to 7015) then the line hangs
up the call.
I have just added the [options] section, before it went straight through
from...
2003 Dec 20
3
ivr key press?
I'm testing an ivr implementation (first time) using:
exten => 620,1,Wait,1
exten => 620,2,Answer
exten => 620,3,DigitTimeout,5
exten => 620,4,ResponseTimeout,10
exten => 620,5,Background(npi-greeting) ; "Thanks for calling press 1 for"
exten => 1,1,Goto(npi-directory,s,1)
For initial testing, I've arbitrarily mapped this onto ext 620 (will
change that later