mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Merge "configs/basic-pbx: Modified main IVR to play new Allison prompt."
This commit is contained in:
@@ -145,9 +145,9 @@ exten = _25655511XX,1,Verbose(1, "External caller dialed inbound to DID ${EXTEN}
|
||||
[Main-IVR]
|
||||
exten = 2565551100,1,Verbose(1, "New caller, ${CALLERID(num)} dialed into the IVR.")
|
||||
same = n,Answer()
|
||||
same = n(start),Background(demo-congrats)
|
||||
same = n(start),Background(basic-pbx-ivr-main)
|
||||
same = n,WaitExten(10)
|
||||
same = n,Background(demo-congrats)
|
||||
same = n,Background(basic-pbx-ivr-main)
|
||||
same = n,Hangup()
|
||||
|
||||
exten = 0,1,Verbose(1, "Caller ${CALLERID(num)} dialed the operator.")
|
||||
|
Reference in New Issue
Block a user