forked from Mirrors/freeswitch
Fix demo IVR to use new 919x extension numbers
This commit is contained in:
parent
8d0c81103e
commit
4e82098307
|
@ -20,9 +20,9 @@
|
|||
<!-- The following are the definitions for the digits the user dials -->
|
||||
<!-- Digit 1 transfer caller to the public FreeSWITCH conference -->
|
||||
<entry action="menu-exec-app" digits="1" param="bridge sofia/$${domain}/888@conference.freeswitch.org"/>
|
||||
<entry action="menu-exec-app" digits="2" param="transfer 9996 XML default"/> <!-- FS echo -->
|
||||
<entry action="menu-exec-app" digits="2" param="transfer 9196 XML default"/> <!-- FS echo -->
|
||||
<entry action="menu-exec-app" digits="3" param="transfer 9999 XML default"/> <!-- MOH -->
|
||||
<entry action="menu-exec-app" digits="4" param="transfer 9991 XML default"/> <!-- ClueCon -->
|
||||
<entry action="menu-exec-app" digits="4" param="transfer 9191 XML default"/> <!-- ClueCon -->
|
||||
<entry action="menu-exec-app" digits="5" param="transfer 1234*256 enum"/> <!-- Screaming monkeys -->
|
||||
<entry action="menu-sub" digits="6" param="demo_ivr_submenu"/> <!-- demo sub menu -->
|
||||
<!-- Using a regex in the digits tag lets you define a dial pattern for the caller
|
||||
|
|
Loading…
Reference in New Issue