[Freeswitch-users] Address already in use

Ivan C Myrvold ivan at myrvold.org
Sun Apr 8 07:10:31 PDT 2007


I found out that this "Address already in use" message came because I  
had put this in sofia.conf.xml, in addition to the profile which  
already was there. Apparently that is a bad thing to do.

     <profile name="sip">
		<settings>
			<param name="debug" value="1"/>
			<param name="rfc2833-pt" value="101"/>
			<param name="sip-port" value="5060"/>
			<param name="dialplan" value="XML"/>
			<param name="dtmf-duration" value="100"/>
			<param name="codec-prefs" value="$${default_codecs}"/>
			<param name="codec-ms" value="20"/>
			<param name="use-rtp-timer" value="true"/>
			<param name="rtp-timer-name" value="soft"/>
			<param name="rtp-ip" value="auto"/>
			<param name="sip-ip" value="auto"/>
		</settings>
     </profile>

Den 8. apr. 2007 kl. 13.12 skrev Ivan C Myrvold:

> I have problems getting a PAP2 device with two analog phones to call
> each other with freeswitch.
> I wonder if this from the freeswitch startup output is the cause of  
> it:
>
> ...
> nta: bind(192.168.207.101:5060;transport=*): Address already in use
> nua: initializing SIP stack failed
> ...
>
> I am wondering why I get this. I just did a reboot, started
> freeswitch, and get the same two lines in the startup output of
> freeswitch.
>
> 192.168.207.101 is the IP address of the freeswitch server, running
> on a MacBook Pro.
> Latest freeswitch from svn is installed.
>
> Ivan
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch- 
> users
> http://www.freeswitch.org
>





More information about the FreeSWITCH-users mailing list