Nov 102016
 

I finally set up my NodePhone service on my FreePBX/Asterisk server after telling myself to do it for a while.
There wasn’t a lot of concrete information out there but through lots of Googling I figured out enough to set it up via the Web GUI.

The following settings are the ones I used to set up the trunk –

Trunk Name: Internode
Outbound Caller ID: Your Internode DID Number

Everything between Outbound CallerID and the Outgoing Settings can be left as default.

Under Outgoing Settings, I’ve used the following settings, however since my Asterisk server is behind a NAT, I’ve set nat=yes on both Peer details and User Details. If your Asterisk server isn’t behind a NAT, you shouldn’t need those settings.


Trunk Name: nodephone

PEER Details
context=from-trunk
type=peer
username=[YOUR NUMBER]
fromuser=[YOUR NUMBER]
secret=[YOUR SECRET]
fromdomain=sip.internode.on.net
host=sip.internode.on.net
dtmfmode=rfc2833
disallow=all
allow=alaw&ulaw
nat=yes
insecure=very

For Incoming settings:

User Context: [YOUR NUMBER]

User Details:
context=from-trunk
host=sip.internode.on.net
secret=[YOUR SECRET]
type=peer
username=[YOUR NUMBER]
insecure=invite
nat=yes

For the Registration:
Register String: [YOUR NUMBER]:[YOUR PASSWORD]@sip.internode.on.net/[YOUR NUMBER]

These settings should get your trunk up and running.

Share

  6 Responses to “Setting Up A NodePhone Trunk On FreePBX”

  1. Hi..im following your settings but I still can’t get mine to connect at all on outgoing. i haven’t even tried incoming yet. any idea? are you still using these settings?

  2. Perhaps it is too late but I just got it done using pjsip trunk option. A lot easier to configure a pjsip trunk compared to chansip – all you got to do is to provide the bare minimum, user id, password and sip server and nothing else was required.

    • Probably, but I’m not too familiar with Asterisk so I was just working off what I could do with the WebGUI.
      One day I’ll have enough time to play with Asterisk to learn all the innards!

      • @SirLagz, pjsip trunks can be configured from FreePBX interface just as chan_sip connections. Just FYI.

        • Maybe I just couldn’t work it out then, I vaguely recall I tried to setup pjsip, but never got it working. I copied my other trunk’s chan_sip configurations for the Internode Trunk anyway so it wasn’t too much work.

Leave a Reply to gdesilva Cancel reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

This site uses Akismet to reduce spam. Learn how your comment data is processed.