Does anyone know how to instruct ORS to request URS to specify the AttributeExtensions on a RequestRouteCall message sent to SIP Server by a strategy built on Composer, when the Target block has the property Session\Detach set to false on that block?
I know that we can set the Orchestration\Hints property on that block, but it doesn’t seem to work properly when Detach is false… the generated SCXML lacks the ixn:redirect tag which carries the Hints attribute in that scenario.
I tried upgrading to the latest version of Composer and still it didn’t work.
Hi terry. Thank you so much for the quick reply. How does it fit in this scenario?
I’m actually interested in including some AttributeExtensions in the RequestRouteCall in order to provide a custom agent-greeting value.
It works fine when the Target block of the Composer strategy has the property Detach=true. When I have it set to false (and I need it for some custom reporting reasons), it stops working.
Should I specify a dummy origination and destination DN with the setTranslationOverride?
Then, on the Target block, you specify that variable (in the example var_hints) as the value of the property Hints.
This works fine if the property Session/Detach is set to true (default). My question here is how to make it work when the Detach is set to false. If you find out, please let me know
Hi Leike. Thanks. That is the way I use when the Detach is set to true… I’ll test terry’s suggestion to see if it works through Composer instead of IRD in this particular scenario
Thank you terry. ORS telling URS to execute the Translation Override actually worked in that scenario. I’m going to check if the multi-site everything keeps working but on a single site it works perfectly. The function in Composer is very similar to IRD: