***$500 Need Help Connecting To SIP provider ASAP!!!***
Posted: Sun Jul 31, 2016 5:26 pm
Hello,
I am in need of help connecting my vicidial server to my sip provider. I have been using vicidial for the last 3 years, and recently my dialer has lost connectivity to the SIP provider. I have been raking my brain trying to fix it. Here is what is going on:
Carrier Config:
When I run "sip show peers" it shows that my SIP provider is unreachable
How ever when I run "sip show registry" it show that it is registered
The weird thing is my inbound works!, and I can successfully get an inbound call, but no outbound.
Edit: replaced IP's, and user names/passwords with **********
I am in need of help connecting my vicidial server to my sip provider. I have been using vicidial for the last 3 years, and recently my dialer has lost connectivity to the SIP provider. I have been raking my brain trying to fix it. Here is what is going on:
Carrier Config:
- Code: Select all
register => **********:**********@**********:5060/**********
[cox]
disallow=all
allow=ulaw
allow=g729
allow=gsm
type=friend
secret=**********
username=**********
host=**********
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@cox,,tTo)
exten => _91XXXXXXXXXX,3,Hangup
When I run "sip show peers" it shows that my SIP provider is unreachable
- Code: Select all
***/********** ********** N 5060 UNREACHABLE
How ever when I run "sip show registry" it show that it is registered
- Code: Select all
Host Username Refresh State Reg.Time
**********:5060 ********** 45 Registered Sun, 31 Jul 2016 10:33:32
The weird thing is my inbound works!, and I can successfully get an inbound call, but no outbound.
Edit: replaced IP's, and user names/passwords with **********