FastAGI problem?
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
Hi everyone!
Everything seems to be working fine in 2.0.2 land, i have fastagi working, but this:
This is the extension for dialing out in this campaign (all my leads start with 950277). If I comment out step one of this extension (the fast AGI part...) im able to dial out perfectly, else it wont dial the Zap channel.
But im not getting statistics on the VDAD stats reports:
As you may see there I dialed 3000 people but i have no stats there... I can see the graph there but that is about it. could this be related?
Thank you!!!
alejandro
Everything seems to be working fine in 2.0.2 land, i have fastagi working, but this:
- Code: Select all
exten => _950277XXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log--fullCID--${EXTEN}-----${CALLERID}-----${CALLERIDNUM}-----${CALLERIDNAME})
exten => _950277XXXXXXXX,2,Dial(Zap/g1/${EXTEN:6},55,o)
exten => _950277XXXXXXXX,n,Hangup()
This is the extension for dialing out in this campaign (all my leads start with 950277). If I comment out step one of this extension (the fast AGI part...) im able to dial out perfectly, else it wont dial the Zap channel.
But im not getting statistics on the VDAD stats reports:
- Code: Select all
VICIDIAL: Auto-dial Stats 2006-12-12 20:42:19
---------- TOTALS
Total Calls placed from this Campaign: 3423
Average Call Length for all Calls in seconds: 0
---------- DROPS
Total DROP Calls: 0 0%
Average Length for DROP Calls in seconds: 0
---------- AUTO-DIAL NO ANSWERS
Total NA calls -Busy,Disconnect,BTvoicemail: 0 0%
Average Call Length for NA Calls in seconds: 0
---------- AGENT STATS
+--------------------------+------------+----------+--------+
| AGENT | CALLS | TIME M | AVRG M |
+--------------------------+------------+----------+--------+
+--------------------------+------------+----------+--------+
| TOTAL Agents: 0 | 0 | 0:00 | 0:00 |
+--------------------------+------------+----------+--------+
| Average Wait time between calls 0:00 |
+-----------------------------------------------------------+
As you may see there I dialed 3000 people but i have no stats there... I can see the graph there but that is about it. could this be related?
Thank you!!!
alejandro