DIsconnected AUTO status

Any and all non-support discussions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

DIsconnected AUTO status

Postby Crimson Jack » Fri Mar 16, 2012 8:16 pm

We've been using vici now for a month or so. works great..

the only thing I notice is that the dialer never automatically disposition anything as a disconnected AUTO status...

is this normal??

or is there something im missing?
Crimson Jack
 
Posts: 23
Joined: Mon Jan 23, 2012 1:11 am

Postby DomeDan » Mon Mar 19, 2012 6:33 am

Thats normal, you can check what statuses congestion and chanunavail got today and yesterday with this query:
Code: Select all
SELECT count(*) as 'Rows' , c.`dialstatus`,  c.`hangup_cause`, l.`status` as 'log status', i.`status` as 'list status' FROM `vicidial_carrier_log` c
JOIN vicidial_log l ON c.uniqueid=l.uniqueid
JOIN vicidial_list i ON i.lead_id=l.lead_id
WHERE c.`dialstatus` IN ('CONGESTION','CHANUNAVAIL') AND c.`call_date` >= DATE_SUB(NOW(), INTERVAL 1 DAY)
GROUP BY c.`dialstatus`, c.`hangup_cause`, l.`status`, i.`status` ORDER BY c.`dialstatus`, c.`hangup_cause`, l.`status`, i.`status`;

change DATE_SUB(NOW(), INTERVAL 1 DAY) to 7 if you want to view last 7 days or something, execution-time depends on how much activity you've had.
you can read about hangup cause codes here: http://www.voip-info.org/wiki/view/Aste ... esfromRFC3
I guess you will see that list status is NA
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com
DomeDan
 
Posts: 1226
Joined: Tue Jan 04, 2011 9:17 am
Location: Sweden

Postby Crimson Jack » Sat Mar 24, 2012 10:34 am

IM a bit of a newbie so itll take me a little while to digest that response...

But im curious if its normal for the system not to dispo a disconnected number automatically... then why is the dispo even there?
Crimson Jack
 
Posts: 23
Joined: Mon Jan 23, 2012 1:11 am

Postby DomeDan » Mon Mar 26, 2012 2:33 am

Thats a good question, I don't know.
I would like to see an answer to that too... but well I'm using it after I patched FastAGI_log.pl
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com
DomeDan
 
Posts: 1226
Joined: Tue Jan 04, 2011 9:17 am
Location: Sweden

Postby Crimson Jack » Sat Apr 07, 2012 7:25 am

DomeDan wrote:Thats a good question, I don't know.
I would like to see an answer to that too... but well I'm using it after I patched FastAGI_log.pl


It turns out that asterisk doesn't use any standard response code for auto disconnects... They can vary from phone carrier to phone carrier..

strange huh?
Crimson Jack
 
Posts: 23
Joined: Mon Jan 23, 2012 1:11 am

Postby GaD » Wed Apr 11, 2012 9:00 pm

Maybe it is there since the Sangoma CPA does detect disconnected numbers....
GaD
 
Posts: 195
Joined: Fri Jul 08, 2011 3:56 pm


Return to General Discussion

Who is online

Users browsing this forum: No registered users and 100 guests