FreePBX SIP Trunk adding
-
Testing SIP Trunk from my ISP, I know I shouldn't do this but I don't have a lot of options at the moment. I'm trying to add it to the FreePBX interface but I can't seem to figure out the correct way to add the information to the Trunk window.
This is what I was given:
SIP Server Hostname: bw.voipinternetcable.net SIP Server Port: 5060 Outbound Proxy Hostname: trunk.voipinternetcable.net Outbound Procy Port: 5060 External Number: [My Number] Authentication ID: [My Number] Authentication Password: [My Password]
This is the Trunk:
username=[My Number] fromuser=[My Number] secret=[My Password] host=bw.voipinternetcable.net fromdomain=bw.voipinternetcable.net type=peer context=from-trunk insecure=very qualify=yes keepalive=45 nat=yes
Anyone have an idea of what this is supposed to look like?
I've added the trunk to a SIP phone and it is able to send/recieve calls fine so I know it is my configuration that has the issue.
-
This sadly isn't generic and your trunk provider should provide most of the info for you. They would be the place to start.
-
@scottalanmiller said:
This sadly isn't generic and your trunk provider should provide most of the info for you. They would be the place to start.
That is unfortunate. I figured it was just something I was missing. I will get in touch with them.
-
Build a registration string.
username:password@hostname
-
@JaredBusch said:
Build a registration string.
username:password@hostname
Yep, I have that setup as well. Still gives me a denied message on the asterisk output.