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.
IVR Designer - DTMF Input - setting
Moderator: Brekeke Support Team
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
> 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