We have been trying to get this working for the past few days and still have no idea on whats causing these issues with a particular CARRIER1 we have, as calls start going out we get a massive amount of Answering machines and DC numbers.. Also when calling we get the LIVE CALL GREEN on top but agent hears the phone ringing.. we have played around with a lot of settings but still no go, any help or ideas are gladly appreciated.
Below I have detailed as much as I could.
Please note if I use another carrier, calls come in normal not so many AMachines.. or DC’s.
On this Carrier2 we set the level at 10 lines, on CARRIER1 we have to lower it to 3 – 4 lines.
Thanks in advanced.
greendialer
Server:
Dual Intel Xeon L5520 2.26 GHZ Quad Core (8 cores)/8 MB
Cache-Included
+ DDR 3 RAM: 16 GB DDR3
+ First Drive-Included: 500 GB SATA-Included
+ Second Drive-Included: 500 GB SATA-Included
+ Third Drive: 500 GB SATA
+ Fourth Drive: 500 GB SATA
+ RAID Configuration Level - RAID 10
Our setup:
We have installed
Vicibox Version2.8b0.5
SVN Version 2052
DB schema 1362
G729,ulaw,alaw
VOIP
OS SUSE
Asterisk 1.8.25.0
Our loadavg is 105- 3%
66 live channels
Maxtrunks set at 700
Max calls per second 20
Dial time out 23
Wait for silence options 2,2000
AMD send to action N
DROP CALL SECONDS 3
Our account entry-
[netmain]
type=peer
progressinband=never
port=5060
nat=yes
insecure=invite
ignoresdpversion=yes
host=19.13.19.121
dtmfmode=rfc2833
context=from-pstn
canreinvite=yes
allow=g729
allow=ulaw
[n-in1]
disallow=all
type=peer
port=5060
nat=auto
insecure=invite
host=19.12.136.9
dtmfmode=rfc2833
context=trunkinbound
canreinvite=no
allow=ulaw
allow=g729
type=peer
port=5060
[n-in2]
disallow=all
type=peer
port=5060
nat=auto
insecure=invite
host=61.22.xx.74
dtmfmode=rfc2833
context=trunkinbound
canreinvite=no
allow=ulaw
allow=g729
Our Dial plan :
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(${netmain}/${EXTEN:1},,tTo)
exten => _91XXXXXXXXXX,3,Hangup
Have also Tried this one with no luck:
exten => _91XXXXXXXXXX,2,Dial(${netmain}/${EXTEN:1},30,tTo)