Page 1 of 1

how to setup tele agents transfer to computer agents

PostPosted: Wed Nov 29, 2023 3:14 am
by helpinghand
Hi
I need help to setup a small call center for training purpose.
In our scenario , call will first land (gsm gw) to tele agents(4-5 agents with ip phone) , then tele agents must able to transfer a call to computer agents by pressing any key like 4 or 5.

2. In inbound setup, Call is coming to computer agents, issue is when agent receive again call from same customer, field particulars is not coming(name/address). we want every time if same customer is calling, particular must show on screen.

Hope you understand both queries.
thanks

Re: how to setup tele agents transfer to computer agents

PostPosted: Wed Nov 29, 2023 7:09 am
by jmathew
helpinghand wrote:
2. In inbound setup, Call is coming to computer agents, issue is when agent receive again call from same customer, field particulars is not coming(name/address). we want every time if same customer is calling, particular must show on screen.



This can be done by selecting CIDLOOKUP in In-Group Call Handle Method in your DID Extension.

Re: how to setup tele agents transfer to computer agents

PostPosted: Wed Nov 29, 2023 7:16 am
by jmathew
helpinghand wrote:Hi
I need help to setup a small call center for training purpose.
In our scenario , call will first land (gsm gw) to tele agents(4-5 agents with ip phone) , then tele agents must able to transfer a call to computer agents by pressing any key like 4 or 5.



you can achieve this by having an extension in your default context (lets say 45) routing to an inbound group that your computer agents are logged into. So, when the phone agent wish to transfer to computer agent, he can transfer the call to that extension (in this case 45).

Re: how to setup tele agents transfer to computer agents

PostPosted: Wed Nov 29, 2023 9:46 am
by helpinghand
Thanks @jmathew for your reply.

Would you able to elaborate/example my first query.
In our case Tele agents should able to transfer to computer agent/closer by pressing 5.
Tele agents can press 6 to set as callback of customer and press 7 for NI disposition.
what will be way if Tele agents able to login/logout.
Hope you understand my all queries.
thanks

Re: how to setup tele agents transfer to computer agents

PostPosted: Thu Nov 30, 2023 2:04 am
by helpinghand
Hi
I tried following way to transfer call from tele caller to computer agent, is this the right way.
s,1,Goto(trunkinbound,${EXTEN:2},1)

pls reply for my above query.

Re: how to setup tele agents transfer to computer agents

PostPosted: Fri Dec 01, 2023 2:12 am
by jmathew
helpinghand wrote:Thanks @jmathew for your reply.

Would you able to elaborate/example my first query.
In our case Tele agents should able to transfer to computer agent/closer by pressing 5.



put this in your default context (change context if your phones are using different context for outbound)


exten => 5,1,AGI(agi-DID_route.agi)
exten => 5,n,Hangup()

now create a DID extension 5 and route it to an inbound group that your computer agent/closer login exclusively. let's say inbound group named xferfromfrontier. Make sure this is the group that your closer adds while they login as agent to vicidial.

Now to transfer calls from your phone agent, they need to transfer to extension 5 from the phone itself.

Try this and report back with your findings.

Re: how to setup tele agents transfer to computer agents

PostPosted: Fri Dec 01, 2023 2:16 am
by jmathew
helpinghand wrote:Thanks @jmathew for your reply.

Tele agents can press 6 to set as callback of customer and press 7 for NI disposition.
what will be way if Tele agents able to login/logout.
Hope you understand my all queries.
thanks


we have a post already here, if your teleagents are remote agents, you can use the below mentioned posts to enable your tele/phone agents to login and logout from phone and also dispose calls.


viewtopic.php?f=5&t=31817

let me know if you face difficulty in implementing this.

Re: how to setup tele agents transfer to computer agents

PostPosted: Fri Dec 01, 2023 3:52 am
by helpinghand
Thank you @jmathew for your valuable reply.
I will try to review above code soon.

Basically we are in India, planning this call center setup for differently abled students for their training purpose. (office@helpinghandindiango.org)
Initially 4 ip phones and one desktop closer user.
Should I create a extension for 4 ip phones and then tele callers can transfer to closer. Or should I create this through inGroup Gui setting.
pls suggest cheap cost 6 ip phones and 8 port gsm gw. You can also reply on above email. vicibox Gui is okay to add ip phones or additional dialplan is required.?

We appreciate your support.

Re: how to setup tele agents transfer to computer agents

PostPosted: Fri Dec 01, 2023 8:44 am
by helpinghand
I just review remote agent setup,
It seems it will work with survey switch to manage dispositions.

But one things to understand, we need to create External Extension under remote agents to ring all four phones.
pls guide

Re: how to setup tele agents transfer to computer agents

PostPosted: Sat Dec 02, 2023 4:30 am
by helpinghand
Hi,

I tried remote agents setup with or without survey but dtmf is not working.

Re: how to setup tele agents transfer to computer agents

PostPosted: Mon Dec 04, 2023 9:55 am
by helpinghand
jmathew wrote:
helpinghand wrote:Thanks @jmathew for your reply.

Tele agents can press 6 to set as callback of customer and press 7 for NI disposition.
what will be way if Tele agents able to login/logout.
Hope you understand my all queries.
thanks


we have a post already here, if your teleagents are remote agents, you can use the below mentioned posts to enable your tele/phone agents to login and logout from phone and also dispose calls.


https://vicidial.org/VICIDIALforum/view ... =5&t=31817

let me know if you face difficulty in implementing this.


When I using remote agents, phone is not disconnecting after hangup

Re: how to setup tele agents transfer to computer agents

PostPosted: Sat Dec 16, 2023 8:39 am
by carpenox
message me on skype ill see if i can help you out