Just a thought, but # arrives encoded as %23 in events. Is it appearing
menu string - it'd explain why the regex match fails.
Post by Sheeju AlexHi Brian,
Here is the XML I am using in ivr.conf.xml
<menu name="conf_ivr"
greet-long="phrase:conf_ivr_main_menu"
invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
exit-sound="voicemail/vm-goodbye.wav"
timeout ="10000"
inter-digit-timeout="2000"
max-failures="3"
digit-len="6">
<entry action="menu-exec-app" digits="/^(\d{5})#$/"
param="transfer $1 XML default"/>
<entry action="menu-exec-app" digits="9999" param="transfer
9999 XML default"/>
<entry action="menu-top" digits="9"/> <!-- Repeat
this menu -->
</menu>
I have set the digit-len properly but some how it is not working for #
but I tried for * it worked fine
This is the entry for *
<entry action="menu-exec-app" digits="/^(\d{5})\*$/"
param="transfer $1 XML default"/>
Looking for your reply..
Thanks,
Sheeju
Post by Brian WestShow me the whole XML for this. I suspect maybe you don't have the
digit-len set correctly.
/b
Post by Sheeju AlexHi All,
I have created a IVR menu where in the digits is ended with #,
could anyone point me why a menu with ending digits (e.g. 12345#)
doesn't work?
<entry action="menu-exec-app" digits="/^(\d{5})#$/"
param="transfer $1 XML default"/>
Does Freeswitch IVR doesn't support # in digits?
Thanks,
Sheeju
Brian West
sip:brian at freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org