First of all I'd like to tell that is not my first installation of Vicidial, I was doing it couple times, but it is first time I've got such problem.
I've got weird problem, because I can't perform calls from Campaign in autodial mode.
I've got my provider's settings in Carriers, carrier is registered successfully, I can dial manually (from agc), I can dial manually from softphone, but when I try to call in ratio or adapt mode there is problem - phone is ringing, when I answering, I've got sipsilence and hangup. I don't know what's going on if manual dial works perfect.
I was trying to make phone call via 2 different providers, effect is the same.
910 is my prefix,
48 is phone code which is ommited in dialplan:
- Code: Select all
exten => _91048XXXXXX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91048XXXXXX.,2,Dial(${extravoip}/${EXTEN:5},60,tTor)
exten => _91048XXXXXX.,3,Hangup
- Code: Select all
[2014-02-28 13:14:20] -- Executing [91048608418345@default:1] AGI("Local/91048608418345@default-38c8,2", "agi://127.0.0.1:4577 /call_log") in new stack
[2014-02-28 13:14:20] -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[2014-02-28 13:14:20] -- Executing [91048608418345@default:2] Dial("Local/91048608418345@default-38c8,2", "SIP/extravoip/60841 8345|60|tTor") in new stack
[2014-02-28 13:14:20] -- Called extravoip/608418345
[2014-02-28 13:14:20] -- SIP/extravoip-0000001f is ringing
[2014-02-28 13:14:23] -- SIP/extravoip-0000001f is making progress passing it to Local/91048608418345@default-38c8,2
[2014-02-28 13:14:23] -- SIP/extravoip-0000001f is ringing
[2014-02-28 13:14:23] -- SIP/extravoip-0000001f is making progress passing it to Local/91048608418345@default-38c8,2
[2014-02-28 13:14:28] -- Got SIP response 405 "Method Not Allowed" back from 192.168.1.62
[2014-02-28 13:14:30] -- SIP/extravoip-0000001f answered Local/91048608418345@default-38c8,2
[2014-02-28 13:14:30] > Channel Local/91048608418345@default-38c8,1 was answered.
[2014-02-28 13:14:30] -- Executing [8368@default:1] Playback("Local/91048608418345@default-38c8,1", "sip-silence") in new stac k
[2014-02-28 13:14:30] -- <Local/91048608418345@default-38c8,1> Playing 'sip-silence' (language 'en')
[2014-02-28 13:14:30] WARNING[10023]: file.c:1297 waitstream_core: Unexpected control subclass '-1'
[2014-02-28 13:14:30] -- Executing [h@default:1] DeadAGI("Local/91048608418345@default-38c8,2", "agi://127.0.0.1:4577/call_log --HVcauses--PRI-----NODEBUG-----16-----ANSWER-----10-----0") in new stack
[2014-02-28 13:14:30] -- Executing [8368@default:2] AGI("SIP/extravoip-0000001f", "agi://127.0.0.1:4577/call_log") in new stac k
[2014-02-28 13:14:30] -- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
My Configuration:
Vicibox 3.1.15 on Dell 1950 2x Core2Quad, 8GB ram
dialing via eth0 - 192.168.0.252
internal network - eth1 - 192.168.1.252
I was trying to perform ADMIN_update_server_ip.py in both ways.
In every configuration I've got the same problem also from internal network and from external
My sip show peer if needed:
- Code: Select all
asterisk -rx "sip show peer 113"
* Name : 113
Secret : <Set>
MD5Secret : <Not set>
Context : default
Subscr.Cont. : <Not set>
Language : en
Accountcode : 113
AMA flags : Unknown
Transfer mode: open
CallingPres : Presentation Allowed, Not Screened
Callgroup :
Pickupgroup :
Mailbox : 1013
VM Extension : asterisk
LastMsgsSent : 0/0
Call limit : 0
Dynamic : Yes
Callerid : "TELEMARKETING Olga Szulc" <>
MaxCallBR : 384 kbps
Expire : 36
Insecure : no
Nat : Always
ACL : No
T38 pt UDPTL : No
CanReinvite : No
PromiscRedir : No
User=Phone : No
Video Support: No
Trust RPID : No
Send RPID : Yes
Subscriptions: Yes
Overlap dial : No
Forward Loop : Yes
DTMFmode : rfc2833
LastMsg : 0
ToHost :
Addr->IP : 89.72.181.195 Port 59283
Defaddr->IP : 0.0.0.0 Port 5060
Def. Username: 113
SIP Options : (none)
Codecs : 0x6 (gsm|ulaw)
Codec Order : (ulaw:20,gsm:20)
Auto-Framing: No
Status : OK (188 ms)
Useragent : 3CXPhone 6.0.26523.0
Reg. Contact : sip:113@89.72.181.195:59283;transport=UDP;rinstance=ca0088738a8f30ba
Vicidial VERSION: 2.4-357a BUILD: 120125-2107
Do you know what can I do with this problem?