Hello
I am completely new to Vicidial, however, I have prior experience in Asterisk/FreePBX. I am trying to set up my carrier, or trunk in a fresh installation of Vicidial 7 VERSION: 2.12-552a BUILD: 160429-0835 and I am having some issues. The thing is, I have a working trunk on my FreePBX using the config below, but I can't get this trunk to show up when I use the command sip show peers, or get this carrier to register within Vicidial.
Trunk output in working Freepbx:
type=peer
insecure=very
host=64.136.173.31
dtmfmode=rfc2833
context=from-pstn
canreinvite=no
disallow=all
allow=ulaw,g729
qualify=yes
That's it, no registration string required as my provider authenticates by IP address.
Here are my settings in Vicidial for the same carrier:
Carrier ID: trunk1
Carrier Name: trunk1
Admin User Group: All
Registration String: Blank
Template ID: None
Account Entry:
type=peer
insecure=very
host=64.136.173.31
dtmfmode=rfc2833
context=from-pstn
canreinvite=no
disallow=all
allow=ulaw,g729
qualify=yes
Protocol: SIP
Global's String: Blank
Dialplan Entry: Blank (Not sure what to put here, I am doing US and Canada dialing only)
Server IP: My servers IP address
Active: Y
sip show peers output:
vicibox7*CLI> sip show peers
Name/username Host Dyn Forcerport Comedia ACL Port Status Description
gs102/gs102 (Unspecified) D Yes Yes 0 UNKNOWN
1 sip peers [Monitored: 0 online, 1 offline Unmonitored: 0 online, 0 offline]
As you can see, my carrier isn't even showing up under sip show peers at all. Can anyone please provide some assistance as to what I am doing wrong in setting up my carrier on my fresh install of Vicidial?
Thank you!