summaryrefslogtreecommitdiff
path: root/configs/basic-pbx
diff options
context:
space:
mode:
authorRusty Newton <rnewton@digium.com>2015-05-08 14:47:51 -0500
committerRusty Newton <rnewton@digium.com>2015-05-08 14:47:51 -0500
commit5e361e1476f8a6106a3700dd57f4188caf4aa79f (patch)
tree8b28ab12a20fc20594181401a6c89645adddf5ad /configs/basic-pbx
parentf2d147a838630bb288201e080b1698e8640a8412 (diff)
configs/basic-pbx: Modified main IVR to play new Allison prompt.
The main IVR was playing demo-congrats. I've switched it over to the basic-pbx-ivr-main file that we added in core sounds 1.4.27. This prompt has Allison prompting the user with the actual IVR menu. ASTERISK-24892 #close Change-Id: Ifb749616ff8e156a1031ddaddfcc9244767a095d
Diffstat (limited to 'configs/basic-pbx')
-rw-r--r--configs/basic-pbx/extensions.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/basic-pbx/extensions.conf b/configs/basic-pbx/extensions.conf
index d7fd2c3ca..e1da26185 100644
--- a/configs/basic-pbx/extensions.conf
+++ b/configs/basic-pbx/extensions.conf
@@ -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.")