Page 1 of 1

callback integration from portal to vici

PostPosted: Wed Oct 11, 2023 11:52 pm
by NetworkCentral
Let's suppose a case scenario where we have a portal and getting callback request and we already have integrated into dialer as suggested by Jmathew in a previous post.
But now, i wonder if we can assign it to a live idle agent randomly through API and moreover if we can autofire the call instantly through that live agent !!!





ViciBox v.10.0.2 090123
VERSION: 2.14-891a
BUILD: 230621-0114
Asterisk 13.38.3-vici
SVN Version: 3747

Re: callback integration from portal to vici

PostPosted: Thu Oct 12, 2023 3:23 am
by carpenox
I don't understand what you're trying to accomplish. Please explain in greater detail and mentioning "previous post" doesn't help, give the details from that post as well if it's Relevant

Re: callback integration from portal to vici

PostPosted: Thu Oct 12, 2023 4:30 am
by NetworkCentral
http://www.vicidial.org/VICIDIALforum/viewtopic.php?f=2&t=41870#wrap
This is the previous post..

We are building a customer portal where customers have an option to set callback with there details so we could call them up.
now we have been provided the said API integration in the above post, and we have tested the API by pushing some leads to the dialer and its working.

So now i am trying to achieve, if we can choose only the live idle agents available on that time, so the lead will be automatically served to that particular idle agents randomly. and moreover if we can auto-call that lead by that random agent who is active but idle ( like in ready mode)
I hope you can understand now...

Re: callback integration from portal to vici

PostPosted: Thu Oct 12, 2023 6:24 am
by carpenox
Yes just set the next agent call to longest wait as shown below

Image

Chris

Re: callback integration from portal to vici

PostPosted: Fri Oct 13, 2023 12:34 am
by NetworkCentral
carpenox wrote:Yes just set the next agent call to longest wait as shown below

Image

Chris

No you didnt got my point ...that thing is already done .. i need the API config where it will push the lead to that random idle agent ( active mode )
Currently i can push it to a particular agent.
but i need it to be random agents but only to the idle active ones to there useronly callback lists. and if it can autofire the call just after.
For that autofire will the " Get Call Launched" work ? if so how !!