cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
327
Views
0
Helpful
1
Replies

CUE AA SCRIPTING

thomasarun
Level 1
Level 1

I am facing some problems with unity scripting.For transfering callto an extn from 'Get digit string step' i used 'exten to user' but its not working(Script 1).If i am using the 'call redirect step' call is going to desired extn but error checking is not happening (script2)The unity express version i am using is 2.3(1)

i am attaching the scripts

anybody have any idea?

Thanks in advance

Arun

1 Reply 1

andrewbbby
Level 1
Level 1

'exten to user' doesn't redirect call for you, it retrieves user info from CUE into your defined variable "user",which you can use this function to check the collected extension whether valid or not. You can use "Get User Info(user: user)" to store those retrieved user info into variables. After all, you still need to use "Call Redirect" to transfer call to user extension.