![]() ![]() ![]() |
|
bonkas:niallm90: You have tried all the settings I have listed, including from-domain?
From what I can see browsing every single option in the SPA112 and CSipSimple - This setting does not exist.
eXDee: Tried that one.
Turns out this may be some sort of account or provisioning issue... i just discovered i can actually register my own home phone line perfectly on Freeswitch on this snap connection, even though its already registered on my home connection's fritzbox.
But i cant auth this account on my home fritzbox or on freeswitch.
Password is definitely right.
When i change a digit in the number as a test (07959XXXX) i get a URI not recognized error,perhaps it's recognizing the username at least.
When I login to the snap myaccount it works fine. When i try to login to https://portal.plus.snap.net.nz i get a login failure on this newly provisioned number.
I'll get authorized on the account tomorrow and ring them up.
The config that works with my number is as simple as:
<include>
<gateway name="snap">
<param name="username" value="012345678"/>
<param name="password" value="password123"/>
<param name="register" value="true"/>
<param name="realm" value="connect1.plus.snap.net.nz"/>
</gateway>
</include>
frizianz: Just an FYI, i've got SIP Working with Snap Plus going back to FreePBX no issues. Below is my configuration:
[Snap]
disallow=all
host=connect1.plus.snap.net.nz
username=03XXXXXXX
fromuser=03XXXXXXX
secret=<removed>
type=peer
qualify=yes
context=from-pstn
nat=yes
fromdomain=connect1.plus.snap.net.nz
dtmfmode=rfc2833
allow=ulaw
allow=alaw
allow=gsm
canreinvite=no
insecure=invite,port
[Snap-user]
secret=<removed>
type=user
context=from-pstn
and register string:
register=03XXXXXXX:<removed>@connect1.plus.snap.net.nz/03XXXXXXX
Hopefully it helps someone else out.
|
![]() ![]() ![]() |