Leonmeijer Posted April 17, 2010 Report Share Posted April 17, 2010 Hello, I was trying to set up an IVR node that only playes a sound and then redirects the call so I used: !E!100! !T!100! in the DTMF match list, actually it didn't work utnill I restarted the service, I've detected that there are more functions that need a restart of the service, why not announce that on the page of these settings? Also trunks somethimes need a restart of the service somehow... I also want to fully DISABLE user input, the wave file should keep playing also if the user presses a button on the phone, only the # sign shouuld stop playing and follow the !E!100! dtmf, how to do this? Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted April 18, 2010 Report Share Posted April 18, 2010 I also want to fully DISABLE user input, the wave file should keep playing also if the user presses a button on the phone, only the # sign shouuld stop playing and follow the !E!100! dtmf, how to do this? That would be the right way to disable user input. You don't need the timeout pattern. Why a restart would fix this is a mystery to me. These things don't require anything that would be read only during a restart. Quote Link to comment Share on other sites More sharing options...
Leonmeijer Posted April 18, 2010 Author Report Share Posted April 18, 2010 That would be the right way to disable user input. You don't need the timeout pattern. Why a restart would fix this is a mystery to me. These things don't require anything that would be read only during a restart. I'm currently using the latest 4 beta, if the user presses a key, the wave stops playing and the time out kicks in... it doesn't just "ignore" user input which it should do... (only # is allowed to stop the wave and forward). Is that a v4 problem or.... do I something wrong? Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted April 18, 2010 Report Share Posted April 18, 2010 I'm currently using the latest 4 beta, if the user presses a key, the wave stops playing and the time out kicks in... it doesn't just "ignore" user input which it should do... (only # is allowed to stop the wave and forward).Is that a v4 problem or.... do I something wrong? Hmm. Yes when the user starts entering something, then the audio playback stops. This usually makes sense, because most IVR node applications would want to wait for complete input (without playback). We could define an exception that if the list of patterns only contains "E" we never stop playback; but generally it is a bad idea to define such cryptical rules that in the end noone will understand. Proposal for a workaround: If you match any digit (with the pattern "[0-9]") then redirect directly to the destination. This becomes a feature for those who dont want to wait for the end of the annoucement. Quote Link to comment Share on other sites More sharing options...
Leonmeijer Posted April 19, 2010 Author Report Share Posted April 19, 2010 Yeah but in some cases people don't want to wait, but some important information could be told then they start pressing arround to get rid of the message, which in most systems doesn't do anything and just keep playing the message, in some cases only # can stop playing the sound (that's my experience) I would like to just ignore input but else, I will just use an expression that redirects when [0-9] or * / # is pressed. Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted April 19, 2010 Report Share Posted April 19, 2010 Yeah but in some cases people don't want to wait, but some important information could be told then they start pressing arround to get rid of the message, which in most systems doesn't do anything and just keep playing the message, in some cases only # can stop playing the sound (that's my experience) I would like to just ignore input but else, I will just use an expression that redirects when [0-9] or * / # is pressed. We need a settings for this. Will be added. Quote Link to comment Share on other sites More sharing options...
Leonmeijer Posted May 11, 2010 Author Report Share Posted May 11, 2010 We need a settings for this. Will be added. It's not included in the v4 release is it? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.