Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: n3xth0p on August 19, 2013, 04:18:19 PM

Title: Sequence of digits
Post by: n3xth0p on August 19, 2013, 04:18:19 PM
Dear sirs.
How to assign a sequence of digits to variable or to parametr  "IGNORE_DIGITS" in CED?
I can't find example of syntax in documentation.
thanks in advance
Title: Re: Sequence of digits
Post by: cavagnaro on August 19, 2013, 04:58:07 PM
CED[] is the return of the Treatment CollectDigits. So after the object you just put a variable assigment, for example:

vDigits = CED[]

I don't understand however what you want to do with ignore digits parameter.
Title: Re: Sequence of digits
Post by: n3xth0p on August 27, 2013, 12:42:43 PM
Sorry for my inaccuracy.
I mean, how to set a sequence of digits in the filed (look at screen).
for example, instead of asterisk '*' put digits 7, 8, 9.
I tryied put it separated by commas, but it is wrong. 

[url=http://i59.fastpic.ru/big/2013/0827/78/1f602ee38766105048dc038b70d92c78.jpg]http://i59.fastpic.ru/big/2013/0827/78/1f602ee38766105048dc038b70d92c78.jpg[/url]
Title: Re: Sequence of digits
Post by: cavagnaro on August 27, 2013, 02:09:32 PM
Well that will work or not depending on your PBX actually, not Genesys.
Read your TServer treatments section and see if supported.
Title: Re: Sequence of digits
Post by: n3xth0p on August 27, 2013, 02:50:27 PM
thank you