Re: [Freeswitch-users] IVR menu ending with #

2008-09-02 Thread Brian West
You'll need to graduate to using Lua for this. You also do not need the # key in the actual digits collected when doing so. ivr.conf.xml isn't what you want I suspect it will not give you the flexibility you need. The # char is hard coded to be the terminator. http://wiki.freeswitch.org/w

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Brian West
Did it finally work? If not can you file me a jira on jira.freeswitch.org and assign it to Brian West so I can track this issue. /b On Aug 28, 2008, at 11:55 AM, Sheeju Alex wrote: > Brian, I will be using # as a delimiter to authenticate a PIN. Say > for e.g I will be using to authenticate

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Sheeju Alex
Brian, I will be using # as a delimiter to authenticate a PIN. Say for e.g I will be using to authenticate a card or bank number. Thanks SA On Thu, Aug 28, 2008 at 9:52 PM, Brian West <[EMAIL PROTECTED]> wrote: > Why are you even bothering with a #? If you lower your digit count by > 1 it'll ju

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Brian West
Why are you even bothering with a #? If you lower your digit count by 1 it'll just ignore it. It's not needed. Remove that $ at the end and I think you'll be fine. /b On Aug 28, 2008, at 11:18 AM, Sheeju Alex wrote: > Here is some debug message > > > 2008-

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Sheeju Alex
I tried escaping #, but it didn't work. According to normal regex matching escaping # is not required I guess. So now I have tried both and is not working. I am using X-Lite, could you please let me know how to check the whether it is arriving as %23 or something else. Here is some debug message

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Brian West
That depends on the phone. Yesterday the Snom 7.3.7 firmware was sending the # at %23 and it shouldn't but not when you're live on the phone dialing digits on a call thats up.. its RTP out of band.. it should show up at # /b On Aug 28, 2008, at 10:52 AM, David Knell wrote: > Just a though

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread David Knell
Just a thought, but # arrives encoded as %23 in events. Is it appearing as such in the IVR menu string - it'd explain why the regex match fails. --Dave Hi Brian, Here is the XML I am using in ivr.conf.xml I have set the digit-len properly

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Brian West
You escaped the * in this one.. but in your # one you didn't... You'll need to do the same for # /b On Aug 28, 2008, at 10:17 AM, Sheeju Alex wrote: > param="transfer $1 XML default"/> Brian West sip:[EMAIL PROTECTED] ___ Freeswitch-us

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Sheeju Alex
Hi Brian, Here is the XML I am using in ivr.conf.xml 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 * Looking for your reply.. Thanks, Sheeju On Thu

Re: [Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Brian West
Show me the whole XML for this. I suspect maybe you don't have the digit-len set correctly. /b On Aug 28, 2008, at 7:21 AM, Sheeju Alex wrote: > Hi 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#) >

[Freeswitch-users] IVR menu ending with #

2008-08-28 Thread Sheeju Alex
Hi 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? Does Freeswitch IVR doesn't support # in digits? Thanks, Sheeju ___ Freeswitch-users