The following are the various iinet sip proxies for the different states (at the time of writing).

You may use the sip proxy designation or the dot format IP address when configuring your iinet setting in TrixBox.

State SIP Server IP
act sip.act.iinet.net.au 203.55.231.193
nsw sip.nsw.iinet.net.au 203.55.231.199
nt sip.nt.iinet.net.au 203.55.229.193
qld sip.qld.iinet.net.au 203.55.228.194
sa sip.sa.iinet.net.au 203.55.229.193
tas sip.tas.iinet.net.au 203.55.229.193
vic sip.vic.iinet.net.au 203.55.229.193
wa sip.wa.iinet.net.au 203.59.49.5



Peer Details

Trunk Name: iinetout

disallow=all
allow=alaw&ulaw
canreinvite=no
context=ex-did
fromdomain=iinetphone.iinet.net.au
fromuser=073XXXXXXX
host=203.55.228.193
insecure=very
nat=no
pedantic=no
secret=<password>
type=peer
username=073XXXXXXX

User Details

User Context: iinet-inbound

canreinvite=no
context=from-trunk
fromuser=073XXXXXXX
host=203.55.228.193
insecure=very
qualify=no
secret=<password>
type=friend
username=073XXXXXXX

Register String:

073XXXXXXX@iinetphone.iinet.net.au:Password:073XXXXXXX@iinetout/073XXXXXXX
(Source Ref: Graham Foote)


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Use diallow=all BEFORE allow statements in newer FreePBX version

wiseoldowl's picture

It appears that in newer versions of FreePBX you must put disallow=all BEFORE any allow= statements or it doesn't work properly.


The user-details config no longer works for iinet

gheron's picture

After hours of frustration yesterday, i finally figured out that the posted settings no longer work. According to iinet, they have recently been updating their sip trunking configuration

The above INCOMING settings are ok, but the OUTGOING settings are now quite different.

From trial and error, here are the outgoing settings that do work:

---------------------------------------------------------------------
User Details

User context: 073XXXXXXX

disallow=all
allow=alaw&ulaw
canreinvite=no
context=from-trunk-sip-iinetout
fromuser=073XXXXXXX
host=sip.state.iinet.net.au
insecure=very
qualify=no
secret='password'
type=user
username=073XXXXXXX
nat=yes
---------------------------------------------------------------------