I'm having a problem getting vicidial to dial any of my test leads. This is what I get for an error through my asterisk log.
|SELECT lead_id,callerid FROM vicidial_auto_calls where uniqueid = '1156778303.14' limit 1;|
VD hangup: no VDAC record found: 1156778303.14 S0608281118228600051
-- AGI Script VD_hangup.agi completed, returning 0
-------------------------------------------------------------------------------------------------------------------
This is what I have for the data under the vicidial list table
mysql> select * from vicidial_list where lead_id=1;
+---------+---------------------+----------------+--------+------+------------------+-----------+---------+----------------+-------------------------+------------+--------------+-------+------------+----------------+-----------+---------------+----------+----------+--------+-------+----------+-------------+--------------+--------+---------------+-----------+---------------+-----------------+----------+--------------+
| lead_id | entry_date | modify_date | status | user | vendor_lead_code | source_id | list_id | gmt_offset_now | called_since_last_reset | phone_code | phone_number | title | first_name | middle_initial | last_name | address1 | address2 | address3 | city | state | province | postal_code | country_code | gender | date_of_birth | alt_phone | email | security_phrase | comments | called_count |
+---------+---------------------+----------------+--------+------+------------------+-----------+---------+----------------+-------------------------+------------+--------------+-------+------------+----------------+-----------+---------------+----------+----------+--------+-------+----------+-------------+--------------+--------+---------------+-----------+---------------+-----------------+----------+--------------+
| 1 | 2004-01-06 00:00:00 | 20060828145936 | NEW | | | TEST01 | 101 | -4.00 | N | 1 | 2072971234 | Mr | David | X | Testsky | 1234 Fake St. | | | Bangor | ME | | 04401 | USA | M | 1980-01-01 | | test@test.com | | | 0 |
+---------+---------------------+----------------+--------+------+------------------+-----------+---------+----------------+-------------------------+------------+--------------+-------+------------+----------------+-----------+---------------+----------+----------+--------+-------+----------+-------------+--------------+--------+---------------+-----------+---------------+-----------------+----------+--------------+
1 row in set (0.00 sec)
Any help would be greatly appreciated..
Thanks,
Dave