[quote author=victor link=topic=2328.msg8678#msg8678 date=1183600842]
Question -
wait 2 sec
adjunct routing <ASAI link number>
announcement <number>
wait 50 sec
announcement <number>
wait 120 sec
...
implies that from URS point of view call went from strategy RP to Music RP.
Can you please correct me if I am wrong:
'adjunct routing' will return the control back to strategy, meaning that strategy will continue to run while the call will still be on listening to announcement.
[/quote]
Vic,
you are correct, if you have this vector on a VDN, this implies that the call is on it, the caller is listening to the announcements while the URS is running the strategy loaded on the RP. The adjunct command is a Route Request, it times out at the end of the vector, meaning that the switch will wait for a Route Call during that time.
[quote author=victor link=topic=2328.msg8678#msg8678 date=1183600842]
How do you go about getting CED[] then?

[/quote]
CED function reads the digits entered by the caller; to do that, you should have in the vector a "Collect digits" command; inserting it before the adjunct will let you get them passed to your strategy.
[quote author=pspenning link=topic=2328.msg8567#msg8567 date=1182778461]
Now I will look for a way to pass some sort of Variable in to the vector so that I can select the announcement number without making a vector for every announcment I want to play. I will play with CED / Caller Entered Digits and see if that will work. Then I can convert "Digits" in the vector to V1 and play announcment "V1". Hope that made sense...
[/quote]
It does make sense! For a strange concurrence, I am currently testing right this! And also passing data on asai between the switch and Tserver using variables, digits and uu_data.