Beginner question ahead... be gentle. ;-)<br><br>I compiled FreeSwitch (except module mod_event_socket, see question #1), <br>tried to connect to my SIP service provided by my ISP (xs4all).<br><br>What I put in in freeswitch.xml
:<br><br> <configuration name="sofia.conf" description="sofia Endpoint"><br> <profiles><br> <profile name="XS4ALL"><br> <registrations><br> <registration name="xs4all">
<br> <param name="register-scheme" value="Digest"/><br> <param name="register-realm" value=""/><br> <param name="register-username" value="08787....."/>
<br> <param name="register-password" value="....."/><br> <param name="register-from" value="sip:100@what_to_put_here?"/> [***note***: what should I put here?]
<br> <param name="register-to" value="<a href="mailto:sip:08787......@sip.xs4all.nl">sip:08787......@sip.xs4all.nl</a>"/><br> <param name="register-proxy" value="sip:
<a href="http://sip.xs4all.nl:5060">sip.xs4all.nl:5060</a>"/><br> <param name="register-frequency" value="20"/><br> </registration><br> </registrations>
<br> ....<br><br>So: what should I use for register-from?<br><br>It does not seem to work this way, in the log file I see "received garbage"<br>The log file shows:<br><br><a href="mailto:freeswitch@macserver.local">
freeswitch@macserver.local</a>> 2006-10-29 23:16:54 [NOTICE] switch_loadable_module.c:147 switch_loadable_module_process() Adding Timer 'soft'<br>outbound(0x689090): detected NAT: my.ip.number != my.ip.number [***note***:
my.ip.number shows my public IP address]<br>
2006-10-29 23:16:54 [DEBUG] mod_sofia.c:4000 event_callback() event [nua_i_outbound] status [101][NAT detected] session: n/a<br>2006-10-29 23:16:54 [DEBUG] mod_sofia.c:4148 event_callback() nua_i_outbound: unknown event 8: 101 NAT detected
<br>2006-10-29 23:16:54 [DEBUG] mod_sofia.c:4000 event_callback() event [nua_r_register] status [501][Third party not supported] session: n/a<br>nta_agent: received garbage from udp/82.101.62.99:5060/sip [***note***: <a href="http://82.101.62.99">
82.101.62.99</a> = <a href="http://sip.xs4all.nl">sip.xs4all.nl</a>]<br>nta_agent: received garbage from udp/82.101.62.99:5060/sip<br>nta_agent: received garbage from udp/82.101.62.99:5060/sip<br>nta_agent: received garbage from udp/82.101.62.99:5060/sip
<br>nta_agent: received garbage from udp/82.101.62.99:5060/sip<br>2006-10-29 23:17:05 [NOTICE] mod_sofia.c:4187 check_oreg() registering xs4all<br><br>