04-18-2010 07:52 PM - edited 03-19-2019 12:48 AM
Hi All,
I am using an AA script in CUE and have a requirement when user press "1" in the AA. He needs to be transferred to an external number(Mobile number).
The "Call Redirect" function allows calls to be transferred to internal extension only and not to external PSTN phone numbers.
Can some one send me the sample script to achieve external transfer or show me the steps? I have attached the script I am using for your refrence. And I use "9" prefix to get an outside line.
Following would give you an idea on the script flow.
Start
/* External_Transfer.aef */
Accept (contact: --Triggering Contact--)
Emergency Contact
Call Redirect (contact: --Triggering Contact--, extension: EmergencyNumber)
Successful
Busy
Invalid
Unsuccessful
End
End
Name | Type | Value |
EmergencyNumber | java.lang.String | 90408123123 |
Many thanks,
Moin
Solved! Go to Solution.
04-19-2010 01:46 AM
"call redirect" allow transfers to any number.
04-19-2010 01:46 AM
"call redirect" allow transfers to any number.
04-20-2010 06:54 PM
Yes you ar right mate.
Only one of my router is not forwarding the call, as I dont see any call origination in CCAPI debugs I suspect its CUE not sending the call. I tried on couple of other site routers and they both allowed external transfer.
04-21-2010 04:52 AM
You could always have it transfer to a DN which has CFA set to the external number.
04-21-2010 07:11 AM
You are right Mark,
That's the work around I was using before, but as I mentioned its just one router no transferring calls. I'll check to see why as it should. Thanks ofr your advice.
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