Page 1 of 1

insert and view caller information

PostPosted: Sun Sep 02, 2012 10:16 am
by gattaba
hello, I want to know how insert customer information during a call and see this information if the client callback.
thank you in advance

Goautodial 2.0
Vicidial
VERSION: 2.2.1-237
BUILD: 100510-2015
Asterisk-1.4.27.1-1
digium card : TE122

Re: insert and view caller information

PostPosted: Tue Sep 04, 2012 9:41 am
by williamconley
Inbound -> DIDs -> Choose your did.

In-Group Call Handle Method - If IN_GROUP is selected as the DID Route, then this is the call handling method used for these calls. CID will add a new lead record with every call using the CallerID as the phone number, CIDLOOKUP will attempt to lookup the phone number by the CallerID in the entire system, CIDLOOKUPRL will attempt to lookup the phone number by the CallerID in only one specified list, CIDLOOKUPRC will attempt to lookup the phone number by the CallerID in all of the lists that belong to the specified campaign, CLOSER is specified for VICIDIAL Closer calls, ANI will add a new lead record with every call using the ANI as the phone number, ANILOOKUP will attempt to lookup the phone number by the ANI in the entire system, ANILOOKUPRL will attempt to lookup the phone number by the ANI in only one specified list, XDIGITID will prompt the caller for an X digit code before the call will be put into the queue, VIDPROMPT will prompt the caller for their ID number and will create a new lead record with the CallerID as the phone number and the ID as the Vendor ID, VIDPROMPTLOOKUP will attempt to lookup the ID in the entire system, VIDPROMPTLOOKUPRL will attempt to lookup the vendor ID by the ID in only one specified list, VIDPROMPTLOOKUPRC will attempt to lookup the vendor ID by the ID in all of the lists that belong to the specified campaign. Default is CID. If a CIDLOOKUP method is used with ALT, it will search the alt_phone field for the phone number if no matches are found for the main phone number. If a CIDLOOKUP method is used with ADDR3, it will search the address3 field for the phone number if no matches are found for the main phone number and optionally the alt_phone field.


Setting In-Group Call Handle Method to "CIDLOOKUP" will allow the system to search your entire list of prior leads and find the lead if it already exists (based on the CallerID of the inbound call). Read the options to understand exactly how this works and what the options actually do. This is set to "CID" by default which does not do a lookup.

Beware: A "dropped" inbound call will change the status of that pre-existing lead to "DROP" which can be annoying if it was "SALE" and you use that value in reporting!

Re: insert and view caller information

PostPosted: Fri Sep 07, 2012 8:51 am
by gattaba
thanks i do it. but where is the data in vicidial database???
thanks

Re: insert and view caller information

PostPosted: Thu Mar 28, 2013 8:21 pm
by williamconley
asterisk database
vicidial_list table