Showing 6 results.
Items per Page 50
of 1

CVP Forum

« Back to General Discussion

Dynamic Application Transfers

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is it possible to do a dynamic "Application Transfer" at application runtime? When Audium v3.4 is released with substitution everywhere, will a dynamic "Application Transfer" be possible?

Hi,

Please note, that current release of Audium (Audium 3.3) doesn't have this functionality, however the solution is posted in the [b:8523b773a8]Audium 3.3 - Developer Resources[/b:8523b773a8] forum. Please refer to the Sample Configurable Elements topic. The solution is presented in the [i:8523b773a8]Voice Element that Simulates Dynamic Application Transfer[/i:8523b773a8] post.
Please note, that in a future version of Audium, application transfers will have additional functionality that will provide a simple solution to this issue.

Hope it helps,
Michael

Hi,
 
While trying to access the web link - http://www.audiumcentral.com/supportcenter/viewtopic.php?t=229, we are getting 'The topic or post you requested does not exist". Please let me know where we can download this Voice Element that Simulates Dynamic Application Transfer.
 
I have one similar kind of requirement for one of the largest telecom customer in India, where Cisco AS is also involved. The scenario is outlined below.
 
There may be 15-20 VXML Servers and each of them having at least 23 CVP VXML applications. At runtime, any of the VXML application can transfer to other application and this would be known only at runtime. But the name of the session data and element data would be common for all these applications. 
 
SendingApp_Varname - Ideally I wanted to know how can we know at runtime, the name of SendingApp in the ReceivingApp which will be dynamic.
 
Thanks!
-Sethu

RE: Dynamic Application Transfers
Answer
11/2/09 1:18 PM as a reply to Sethuramalingam Balasubramanian.
Sethu,
 
Ideally I wanted to know how can we know at runtime, the name of SendingApp in the ReceivingApp which will be dynamic.
 

 
You should be able to access the name of the SendingApp using the "getSrcAppName()" method of the ComponentAPI. An instance of this class would be available to you in any custom element or call start/end classes. You might need to do a bit of coding to access the data though.
 
Hope this helps,
Ranjana.