Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
carpenox wrote:you mean like to dial the customer name? no, the phone number is the only way
asterisknoob wrote:carpenox wrote:you mean like to dial the customer name? no, the phone number is the only way
Not with name. Like source ID field or any customer field with numbers only.
For example i uploaded the leads data in the list Like this:
Phone No, source id, or customer field unique numeric as identity.
123456789, 12345, 12345.
So when will i dial 12345 the system should dial 123456789.
This is the same thing like we can dial lead_id over phone no.
But here i want my own defined code. via predefined field or any custom field.
Thanks.
williamconley wrote:asterisknoob wrote:carpenox wrote:you mean like to dial the customer name? no, the phone number is the only way
Not with name. Like source ID field or any customer field with numbers only.
For example i uploaded the leads data in the list Like this:
Phone No, source id, or customer field unique numeric as identity.
123456789, 12345, 12345.
So when will i dial 12345 the system should dial 123456789.
This is the same thing like we can dial lead_id over phone no.
But here i want my own defined code. via predefined field or any custom field.
Thanks.
Please be a bit more clear about your full situation, cuz I'm guessing here: But ... is your goal ...
You have codes for clients (I'm thinking account numbers or something similar). You would like your agent who has a sheet of paper in front of him with that account number on it to be able to enter the account number and dial one (or all?) the numbers associated with that account number until reaching a human and then let the agent move on to the next lead?
Are you talking about one agent in a room of 20 each with their own stack of papers (or firefox tab) with customer codes?
You *could* set up a page in an iFrame (in the agent's logged in session) and code the page to pull all the leads with the associated code into the LIST associated with that agent which would then cause those leads to be called in that specific agent's campaign immediately (assuming either dialed-since-last-reset=NO or the script changes them all to "NO" during the list move). NO custom Vicidial code required, but one independent page in php on the server in question. Likely you would also have the previoiusly "pulled" leads pushed back to their original lists as new ones are pulled in or use an end-call URL in the campaign to push them back after the "customer contacted" dispo occurs or you run out of leads for this customer.
williamconley wrote:Excellent. Simpler so far than I imagined, but ...
WHY? That's the part that is missing to pull it all together. Why are you hiding the phone number from the agent(s)? Simple "don't steal my leads"?
What kind of volume are we talking here? Millions of leads per day or a few hundred? 100 agents or 4?
It would technically be possible to use Asterisk to convert in the dialplan. Let the agent actually dial the number in question, store that number in the lead, and have Asterisk generate a SQL query to convert the number outside Vicidial. But then the Vicidial system itself would never even have the number (very specific situations may require this, lol)
Alternately, you can use the lead lookup feature to get the lead from the "short code" and then dial the lead with the phone number hidden from the agent (which is already a feature).
Lots of possibilities. But to help, we need to know ... Why.
carpenox wrote:why not hide phone number from agents?
asterisknoob wrote:carpenox wrote:why not hide phone number from agents?
The phone number is already hide from agents but we want to dial out with own assigned value.
Like today is nov 4. And for example i uploaded 100 data in the list today. So we set shortcode like (Y-M-D-0001) 202411040001 to 202411040100.
during uploading the data in the list i want a custom field there and map that custom field with shortcode. which is 202411040001 to 202411040100.
So agent can dial out between 202411040001 to 202411040100. over phone number & lead_id.
williamconley wrote:asterisknoob wrote:carpenox wrote:why not hide phone number from agents?
The phone number is already hide from agents but we want to dial out with own assigned value.
Like today is nov 4. And for example i uploaded 100 data in the list today. So we set shortcode like (Y-M-D-0001) 202411040001 to 202411040100.
during uploading the data in the list i want a custom field there and map that custom field with shortcode. which is 202411040001 to 202411040100.
So agent can dial out between 202411040001 to 202411040100. over phone number & lead_id.
1) Put the Assigne Value in the vendor ID field.
2) Hide the phone number from the agent: Modify Campaign: Disable Alter Customer Phone "HIDE" (Also Modify User => Admin Report Options for admin users)
3) Agents can use the "lead lookup" (Modify Campaign: Agent Lead Search "Enabled") to acquire and dial the lead searching by the vendor ID field but should not be shown the phone number.
asterisknoob wrote:Aweome William. But only one problem when we search lead by vendor code the number is showing in lead search enable option. However it is hide in info link and vicidial main screen.
williamconley wrote:asterisknoob wrote:Aweome William. But only one problem when we search lead by vendor code the number is showing in lead search enable option. However it is hide in info link and vicidial main screen.
If you are saying that you've hidden phone numbers from agents, but agents still see phone numbers in one specific place: I recommend creating an issue in the Issue Tracker (top of this page) with as much detail as possible. Post a link in that tracker to here, and post a link here to the tracker.
Consider upgrading first (in case this issue has already been fixed, of course).
In the meantime, you could just modify the code to hide that value/div/span or whatever is showing the phone numbers. Unlikely the agents will pull up the java console to find it. You can also try deleting that field, but that may toss a javascript error and break vicidial so tread carefully.
Users browsing this forum: No registered users and 52 guests