So using my fresh install I changed vars.xml exactly as Edward outlined, using my SIP registration info.
In the status tab I see the following.
sofia status
Name Type Data State
=================================================================================================
external profile sip:mod_sofia@75.159.xx.xx:5080 RUNNING (0)
sip.ca1.link2voip.com gateway sip:1780xxxxxxx@sip.ca1.link2voip.com REGED
outbound alias external ALIASED
internal profile sip:mod_sofia@75.159.xx.xx:5060 RUNNING (0)
nat alias external ALIASED
internal-ipv6 profile sip:mod_sofia@[::1]:5060 RUNNING (0)
default alias internal ALIASED
75.159.xx.xx alias internal ALIASED
=================================================================================================
3 profiles 4 aliases
I thought the second line in the table suggested that I'm registered, but further down I see this.
sofia status profile external
=================================================================================================
Name external
Domain Name N/A
DBName sofia_reg_external
Pres Hosts
Dialplan XML
Context public
Challenge Realm auto_to
RTP-IP 75.159.xx.xx
Ext-RTP-IP stun:stun.freeswitch.org
SIP-IP 75.159.xx.xx
Ext-SIP-IP 75.159.xx.xx
URL sip:mod_sofia@75.159.xx.xx:5080
BIND-URL ip:mod_sofia@75.159.xx.xx:5080;maddr=75.159.xx.xx
HOLD-MUSIC local_stream://moh
OUTBOUND-PROXY N/A
CODECS PCMU,PCMA,GSM
TEL-EVENT 101
DTMF-MODE rfc2833
CNG 13
SESSION-TO 0
MAX-DIALOG 0
NOMEDIA false
LATE-NEG false
PROXY-MEDIA false
AGGRESSIVENAT false
STUN-ENABLED true
STUN-AUTO-DISABLE false
CALLS-IN 0
FAILED-CALLS-IN 0
CALLS-OUT 0
FAILED-CALLS-OUT 0
Registrations:
=================================================================================================
=================================================================================================
It appears that I am not registered with link2voip yet. Without changing vars.xml I clicked on the Gateways tab and added the following values:
Gateway: sip.ca1.link2voip.com
Username: [myusername]
Password: [mycorrespondingpassword]
From-domain: sip.ca1.link2voip.com
but my status page still doesn't show a registration (even after hitting the "reloadxml" button). Outgoing and incoming calls are getting a busy signal.
Any clues on what I need yet to do to get registered?