Page 1 of 1
short duration call fix
Posted:
Sat Jul 17, 2010 8:47 am
by stjr2k
I am fairly new to vicidial (3 months). I have worked with three other dialers in the past so I do have several years of general dialer experience.
Like many others, I am struggling with short duration call surcharges. We originally were leaving messages on the Ans Machines to fix this, but this affected the performance of the dialer to the point that it is not an option for us.
Is anyone aware of any other method to effectively address this issue. I ran a search but was unable to find anything on this subject.
Posted:
Sat Jul 17, 2010 1:20 pm
by boybawang
you can put a Wait (seconds) before the Hangup statement on your dialplan
you can put a Wait (seconds) before the Hangup statement on
Posted:
Mon Jul 19, 2010 7:52 am
by stjr2k
Thank you for responding.
I am familiar enough with vicidial to navigate through the different areas of the vicidial main menu (users, campaigns, lists, admin, etc.). Could you please advise me as to where I would find the "hang up statement". I have already adjusted the "drop call seconds" to 10 but that didn't do the trick.
short duration
Posted:
Tue Jul 20, 2010 5:38 pm
by mjstox
I added this to to AMD AGI script.
$AGI->exec("wait",6);
and then set a timer for agents if get answering machine ext for 6 seconds.
That way calls aways above 6 sec which is what the carriers want.
mjstox
Thanks
Posted:
Tue Jul 20, 2010 6:23 pm
by stjr2k
We'll try that and see how it goes. Thank you very much for the reply.
Posted:
Mon Sep 12, 2011 9:17 am
by dj mondo
Where would the actual location be to add that to the script? I looked amd, but there are a couple of files, just wanna make sure i edit the right file.
Thank you
MoNdO
Posted:
Tue Sep 13, 2011 12:23 pm
by dj mondo
I see a couple of files that have amd agi, but don't know which is the right one to edit?
Thank you
Armando Mercado
Posted:
Mon Sep 26, 2011 1:54 pm
by dj mondo
I added this to to AMD AGI script.
$AGI->exec("wait",6);
what is the exact file i would need to add this to, or can this be done through the dial plan on the admin webpage????
Thank you
Armando Mercado
Just My 2 Cents
Posted:
Mon Sep 26, 2011 5:13 pm
by TroyD
Hey, just my 2 cents, I got a bonded (2 T1's) SIP trunk from Airespring for about 290/Mo Plus the per minute charges which are less than 1.2Cents per minute I believe and they do not charge for short calls, that was one of the things they boasted about. So far so good, only had it for about 4 months, but the call volume spiked up when I got it as opposed to our T1 PRI. Seems that Vici puts the calls through on our Sip trunk out faster than the PRI handles them..Prob get stats faster from the SIP side of things as well. Just thought I'd let you know in case it would help you save $ and get rid of the short call charges..
Re: short duration call fix
Posted:
Fri Sep 01, 2017 4:58 pm
by Noah
Came up with a solution when agents are using hotkey, contributing to short duration calls.
viewtopic.php?f=4&t=37594