Moderators: enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, s0lid
There are no outbound calls during this time period for these parameters
SELECT use_non_latin,outbound_autodial_active,slave_db_server,reports_use_slave_db,custom_fields_enabled FROM system_settings; |SELECT count(*) from vicidial_users where user='admin' and pass='XXXXX' and user_level > 6 and export_reports='1' and active='Y';| |SELECT count(*) from vicidial_users where user='admin' and pass='XXXXXXXXXX' and user_level='7' and view_reports='1' and active='Y';| |SELECT user_group from vicidial_users where user='admin' and pass='XXXXXX' and user_level > 6 and view_reports='1' and active='Y';| |SELECT allowed_campaigns,allowed_reports from vicidial_user_groups where user_group='ADMIN';| SELECT vl.call_date,vl.phone_number,vl.status,vl.user,vu.full_name,vl.campaign_id,vi.vendor_lead_code,vi.source_id,vi.list_id,vi.gmt_offset_now,vi.phone_code,vi.phone_number,vi.title,vi.first_name,vi.middle_initial,vi.last_name,vi.address1,vi.address2,vi.address3,vi.city,vi.state,vi.province,vi.postal_code,vi.country_code,vi.gender,vi.date_of_birth,vi.alt_phone,vi.email,vi.security_phrase,vi.comments,vl.length_in_sec,vl.user_group,vl.alt_dial,vi.rank,vi.owner,vi.lead_id,vl.uniqueid,vi.entry_list_id from vicidial_users vu,vicidial_log vl,vicidial_list vi where vl.call_date >= '2013-05-01 00:00:00' and vl.call_date <= '2013-05-07 23:59:59' and vu.user=vl.user and vi.lead_id=vl.lead_id and vl.campaign_id IN('trin') and vl.status IN('DROP') order by vl.call_date limit 100000; There are no outbound calls during this time period for these parameters
Return to ViciDialNow - GoAutoDial
Users browsing this forum: No registered users and 127 guests