IVR Designer - DTMF Input - setting

Discuss any topic about Brekeke PBX.

Moderator: Brekeke Support Team

Post Reply
purgatory
Posts: 6
Joined: Wed Nov 02, 2011 9:08 pm

IVR Designer - DTMF Input - setting

Post by purgatory »

1. Brekeke Product Name and Version:
3.7.6.6/473

2. Java version:
1.7.0_25

3. OS type and the version:
Windows 7

4. UA (phone), gateway or other hardware/software involved:
general ip phone

5. Your problem:

Why this board does not allow image? or attach file?



this image is "DTMF Input - properties tab"
https://drive.google.com/open?id=0B4Dh0 ... VppOTlUTEk


this image is "DTMF Input - jump tab" regex match
https://drive.google.com/open?id=0B4Dh0 ... VpqT2UyODQ

this image is "DTMF Input - jump tab" exact match
https://drive.google.com/file/d/0B4Dh0q ... VHamM/view

regex match is not working.
and
exact match is not working.


i checked document but there is no description about this.

http://www.brekeke.com/doc/pbx/pbx_ivr.pdf
http://www.brekeke.com/doc/pbx/pbx_admin_advanced.pdf


please help.
llucy
Posts: 52
Joined: Fri Jan 31, 2014 1:08 am

Post by llucy »

purgatory


> this image is "DTMF Input - properties tab"

I think what you want to do in the [Validation script] is like below,

val == '1'

This is javascript so single = cannot be used to compare.

If you want to check the length, it should be like val.length == 1


>> regex match is not working.
>> and
>> exact match is not working.

What happened when you say "not working"?


Lucy
Post Reply