Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CallOrchestration shape: dynamically set Called Orchestration?

Status
Not open for further replies.

BobDuckworth62

Programmer
Joined
Feb 15, 2005
Messages
12
Location
GB
Hi guys

can I dynamically set the "Called Orchestration" property of a "CallOrchestration" shape?

Thx

Bob
 
I dont think thats possible. But heres a workaround:

Just send the mesage back to the MsgBox. (Use direct binding to the MsgBox) Before you send you promote a context Property and set a value like CallOrchestration = "Orchestration1".

Then the Orchestration just needs a filter listening on your Promoted Context Property "CallOrchestration".

Thats it.

I actually use this method a lot cause you can use the integrated BTS 2004 Routing engine rather than trying to build your own one.

HTH,
Stephan
 
That sounds plausible: I'll give it a go - thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top