02-18-2008 05:30 PM - edited 03-14-2019 01:52 AM
Hi:
I changed the aa.aef script (included in the CRS) as follow:
Start
Accept(--Triggering Contact)
PlayPrompt (--Triggering Contact, welcomePrompt)
callContact = PlaceCall(to "4041)
[successful branch]
PlayPrompt (callContact, welcomePrompt)
I debug the script in reactive mode and execute it step by step.
The first PlayPrompt and the call to 4041 execute without problem. But when I try to PlayPrompt on the callContact the following error occurs:
cisco.com.dialog.PlayPromptDialog is not supported
The strange is that I can send DTMF tones to the callContact (SendDigits step), but when I try to use PlayPrompt or GetDigits steps on the callContact it fails.
Any clues?
thanks in advance,
marcelo
02-19-2008 10:57 AM
What does properties in your Call Contact Step look like?
02-19-2008 03:34 PM
callContact is a variable of type Call Contact. The Place Call step has the following properties:
Destination = "4010"
Timeout = 10
Call Control Group ID = 1
Call Contact = callContact (variable to place the call)
Actually, the Place Call take effect (the 4010 terminal rings), but when I pick up the phone and the next step execute (PlayPrompt) there it fires the error:
"com.cisco.dialog.PlayPromptDialog is not supported". I must to note that the PlayPrompt step execute to the outbound call (4010) is the same I executed first in trigger contact. The first executes well but the secont (outbound call) fails.
02-19-2008 03:51 PM
Did you add an ID for a Dialogue group?
02-19-2008 06:09 PM
I am able to recreate this error message in Reactive debug. When I remove the ID in the Dialogue Group, the script will validate , but it seems to be required when doing voice,
I seem to remember a send DTMF will work without the dialogue group though....
please let me know how it goes
02-20-2008 12:43 PM
That's right, I did not set the dialog group. I'm going to test it on friday and post a comment.
Yes, I can send DTMF without set that parameter but both steps (PlayPrompt and GetDigits) fail. Both use PlayPrompt.
thank you for your support.
Marcelo
02-21-2008 03:16 PM
OK, I test it including a Dialog Group and it works without any problem.
02-22-2008 04:57 AM
Cool glad it works
I would really appreciate it if you could rate this help?
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide