[asterisk-commits] configs/basic-pbx: Modified main IVR to play new Allison pro... (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun May 10 08:15:29 CDT 2015


Joshua Colp has submitted this change and it was merged.

Change subject: configs/basic-pbx: Modified main IVR to play new Allison prompt.
......................................................................


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
---
M configs/basic-pbx/extensions.conf
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Matt Jordan: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/configs/basic-pbx/extensions.conf b/configs/basic-pbx/extensions.conf
index d7fd2c3..e1da261 100644
--- a/configs/basic-pbx/extensions.conf
+++ b/configs/basic-pbx/extensions.conf
@@ -145,9 +145,9 @@
 [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.")

-- 
To view, visit https://gerrit.asterisk.org/418
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifb749616ff8e156a1031ddaddfcc9244767a095d
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Rusty Newton <rnewton at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list