[Freeswitch-users] GalaxyVoice

Dave lists+freeswitch at bigfatdave.com
Sun Mar 18 06:28:22 PDT 2007


Hi guys,

I DLed, compiled, and installed FreeSWITCH a couple of days ago.  First off,
thanks a ton for making it.  I got a kick out of dialing 1234 on my SIP phone.
Anyway, I won't waste your time on hearing how much I like FreeSWITCH; instead,
I'd like to waste it on helping me figure out where I went wrong ;-)

I'm trying to connect to my GalaxyVoice (RNK reseller) account.  Under Asterisk,
it works fine, but I must have screwed something up in my FreeSWITCH config:
 <registration name='galaxyvoice'>
  <!-- <param name='register-scheme' value='Digest'/> -->
  <param name='register-scheme' value='Basic'/>
  <param name='register-realm' value='216.143.130.36'/>
  <param name='register-username' value='R352928'/>
  <param name='register-password' value='whatever'/>
  <!-- <param name='register-from' value='sip:R352928 at freeswitch1.asnetinc.net'/> -->
  <param name='register-from' value='sip:R352928:whatever at 216.143.130.36'/>
  <!-- <param name='register-to' value='sip:R352928 at 216.143.130.36'/> -->
  <param name='register-to' value='sip:R352928 at freeswitch1.asnetinc.net'/>
  <param name='register-proxy' value='sip:216.143.130.36:5060'/>
  <param name='register-frequency' value='105'/>
 </registration>

216.143.130.36 is RNK's Asterisk server.
freeswitch1.asnetinc.net (64.118.94.19) is my new FreeSWITCH installation.
I tried Basic authentication since it was complaining:
2007-03-18 13:20:03 [NOTICE] mod_sofia.c:4989 check_oreg() registering galaxyvoice
2007-03-18 13:20:03 [DEBUG] mod_sofia.c:4841 event_callback() event [nua_r_register] status [407][Proxy Authentication Required] session: n/a
2007-03-18 13:20:03 [ERR] mod_sofia.c:4775 sip_r_challenge() No Match for Scheme [Digest] Realm [rnktel.com]
FreeSWITCH doesn't seem to be respecting my request for Basic authentication,
though.
I've tried every realm imagineable, including rnktel.com.  They all produce the
exact same error.
Obviously my password isn't whatever.
I've tried a bunch of different combinations of from and to, to no avail.
The frequency is 105 on Asterisk, since RNK's server times you out after 120.  I
just copied the 105 into my FreeSWITCH config.

If you need more info, just tell me how to get it, and I'll post it :-)

Thanks in advance for any help you might be able to offer,
 - Dave




More information about the FreeSWITCH-users mailing list