I'm relatively new to vicidial and I'm having some problems with the autodialer. If I have a campaign set to manual dial, it seems to work fine. The agent presses the dial next button and places a call to the lead. I can also manually dial the phone to make calls outside of vicidial. However when I set the campaign to auto dial it just sits there and doesn't seem to even attempt any calls. From looking around on the forum I've found some other posts with similar problems, but I didn't find anything that helped. Here is some server/config items that were mentioned / requested there.
VicidialNow 1.3 installation, upgraded to vicidial 2.2.1-237 BUILD: 100510-2015
Asterisk version 1.4.21.2
Sangoma U100 2port USBFxo device
- Code: Select all
Campaign:
--------
Dial Method: ADAPT_TAPERED
Auto Dial Level: 3.0
Drop %: 3
Max Adapt Level 3
Latest Server Time: 2100
Adapt Intensity Modifier: 0
The asterisk CLI does not show anything ther than connecting to the agent phone. There are leads in the hopper. There is an agent logged into the campaign
- Code: Select all
select * from vicidial_live_agents
live_agent_id user server_ip conf_exten extension status lead_id campaign_id uniqueid callerid channel random_id last_call_time last_update_time last_call_finish closer_campaigns call_server_ip user_level comments campaign_weight calls_today external_hangup external_status external_pause external_dial external_ingroups external_blended external_igb_set_user external_update_fields external_update_fields_data external_timer_action external_timer_action_message external_timer_action_seconds agent_log_id last_state_change agent_territories outbound_autodial manager_ingroup_set
22 mjm 172.25.2.64 8600051 SIP/cc101 READY 0 AUTODIAL 0 14223551 2010-08-27 14:55:13 2010-08-27 15:03:33 2010-08-27 14:55:13 NULL 1 8 0 NULL 0 0 -1 0 NULL NULL N N
- Code: Select all
# screen -r
There are several suitable screens on:
2725.ASTlisten (Detached)
19905.ASTVDauto (Detached)
2731.ASTVDremote (Detached)
2466.ASTfastlog (Detached)
23638.ASTVDadapt (Detached)
2722.ASTsend (Detached)
2511.astshell20100826181416 (Detached)
2516.asterisk (Detached)
2719.ASTupdate (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
- Code: Select all
# screen -r 2728.ASTVDauto
loop counter: |5759965|
TIME DEBUG: -6.00|-5|1| GMT: 20:30
2010-08-27 15:30:31|SERVER CALLS PER SECOND MAXIMUM SET TO: 100 |10||
2010-08-27 15:30:31|LIVE AGENTS LOGGED IN: 0 ACTIVE CALLS: 0|
2010-08-27 15:30:31| : agents: (READY: 0) dial_level: 0|
2010-08-27 15:30:31| : Calls to place: 0 (0 - 0 [0 + 0]) 0 |
2010-08-27 15:30:31|CAMPAIGN DIFFERENTIAL: 0 0 (0 - 0)|
2010-08-27 15:30:31|LOCAL TRUNK SHORTAGE: 0|0 (0 - 96)|
2010-08-27 15:30:31| : CALLING|
TIME DEBUG: -6.00|-5|1| GMT: 20:30
(I'm confused by the Live Agents Logged in:0 line since there is an agent logged in.)
If anyone has any ideas or suggestions as to why it does not seem to be making calls in autodial mode I would appreciate it.
thanks,
-Mike