Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: smile on October 19, 2009, 03:23:20 PM
-
Hello
I'm trying to force 'Play Announcement' application to say a digits. There are several parameters for this treatment as described in Universal Routing 7.6 Reference Manual on page 348:
[code]
Specify one of the following options:
IDinteger ID of a message to play
DigitsNumber to pronounce. The first digit defines how the number
should be pronounced:
0—one at a time (example: 411 will be pronounced as four-one-one)
1—date (example: the eleventh of April)
2—time (four eleven AM)
3—phone number (four-one-one)
4—money (four dollars and eleven cents)
5—number (four hundred and eleven)
[/code]
So, i'm specifying the value '0123456' in 'Digits' column in the 'Prompt' tab. The result is - «bad parameter passed to function», the piece of log is attached.
Is it possible to play digits (i need only to say a phone number digit-by-digit and money summ or number) as described without Text-To-Speech and GVP only by using SIP Server and Stream Manager? If it is possible, where i can get a standard prompts or where i need to put my customized prompts for numerals?
-
Can you post:
Screenshot of DN configuration for treatment
Screenshot of IRD function
-
[b]cavagnaro[/b], all requested pictures in attachment
i just wanted to notice, that other treatments which is using simple wav prompts works fine and i can't understand is possible or not to "say" numerical by embedded function.
-
Hi smile,
I have bad message for you >:( - functionality you're after isn't supported by Stream Manager. SM is unable to parse entered digits and convert these into set of audio files.
Positive message - it's possible to implement such functionality in routing strategy. Let me know if you need more details on how to do it.
R.
-
As René said, to prompt the number perse is not possible, but can maybe break (implode) the number in several unique numbers and prompt those unique numbers.
-
hmmm, i think that i know how to construct total number from separate files, but i'm steel to hope that Genesys support it in native manner, because i'm to lazy to draw this monstrous strategy :)
René,cavagnaro tell me please, if you know - what is the meaning in the documentation, which has been cited? what the application is needed to process this kind of treatment?
hope dies last ;)
ps
René, this strategy will be very big and not so beautiful, isn't it?
-
Reading a string of numbers manually is actually a very easy strategy to build.
You should be able to do it in 4 blocks. You simply loop through a "play announcement" block until you run out of numbers to read.
:)
The functionality of reading numbers is supported by some PBX's, Alcatel 4400, for example, supports digit readback, I'm not sure if it does the currency and date functions aswell though.
-
Nop, only numbers and positions
-
Hi smile,
You can find information about supported/not-supported parameters of Announcement Treatment in SIP Server 7.6 Deployment Guide - page 155. You'll see that parameter "Digits" is ignored.
I don't think the strategy have to be big and ugly ;) but it depends what functionality is required. If your customer is happy with playback of single digits then it would be easy and simple one. If they want to have some sophisticated playback then strategy will be more complex.
R.
-
thanks to all for answers!