09-07-2023 04:28 AM
Hi all! Tell me, how can I get the internal phone number of the operator who received the call? I read in the developer's guide that you can get data using the get enterprise call info step, but I can't figure out how to do it. Can someone suggest what steps to take to do this?
Solved! Go to Solution.
09-07-2023 05:15 AM
Hey
You have to use the "get User Info" step.
Step 1 is an variable with the type "User"
Step 2 is the extension of that user.
In you "Select Resource" step under "resource selected" you put in the variable. (and change the "Connect" to no)
After that under you selected branch you use the connect step
Hope it make sence
09-07-2023 05:15 AM
Hey
You have to use the "get User Info" step.
Step 1 is an variable with the type "User"
Step 2 is the extension of that user.
In you "Select Resource" step under "resource selected" you put in the variable. (and change the "Connect" to no)
After that under you selected branch you use the connect step
Hope it make sence
09-07-2023 06:35 AM
09-07-2023 06:55 AM
This also works with Select Resource set to Connect = Yes, eliminating the need for the separate Connect step.
PS- Select Resource/Connect will automatically mark the contact handled once an agent answers. You don’t need that step but using it at the Selected branch instead of the successful branch of Connect step (or Connected branch of Select Resource) is premature; the contact could still abandon and/or the agent not answer.
09-16-2023 12:44 PM
Hello! Thanks for the answer! everything worked out, but it was necessary to select not Extension, but AgentExtension. After that I received the operator's number!
09-08-2023 03:37 AM
Hello! I chose the select resource step, lined up a queue of operators, made a variable for the operator with the user type. After that, I created a variable OperatorNumber with type String and added it to the get user info step. Selected the extension attribute and the value OperatorNumber . In the field, the user added a variable with a queue operator at the get user info step. But when calling, the value null is added to the OperatorNumber variable. Tell me, what am I doing wrong?
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