Hello,
I have setup Vicibox 9 and currently its working fantastically for manual dial using Synway GSM Gateway (Settings suggested by Stiker
). I have setup another Synway GSM Gatway 32 port for auto dialing. Created Campaign successfully and data gets called out too. But the problem is it does not detects the correct output of call. Like if number is Switched off, Dailer disposes that lead as Busy, Infact for every automated voice like disconnected number, Busy, No Answer, Switched off, for everything it disposes as Busy. What and where do I need to make the changes to get the correct output. Below is the my existing dial plan which is been used for dialing
exten => _56X.,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _56X.,n,Dial(SIP/2615/+91${EXTEN:-10},56,tToR)
exten => _56X.,n,Hangup()
What strings do I need to add or what changes do I need to do where dialer will identify that the number is switched off, or No Answer or disconnected.
Thanks in Advance for your help....