From 486dcc631aeaac7b8f36acc4269531ab21be5ace Mon Sep 17 00:00:00 2001 From: Brian West <brian@freeswitch.org> Date: Wed, 15 Sep 2010 15:39:52 -0500 Subject: [PATCH] improve defaults to cover more strange scenarios --- conf/sip_profiles/internal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sip_profiles/internal.xml b/conf/sip_profiles/internal.xml index e4af5cc772..1c2ef1216c 100644 --- a/conf/sip_profiles/internal.xml +++ b/conf/sip_profiles/internal.xml @@ -116,7 +116,7 @@ <!-- used to share presence info across sofia profiles --> <!-- Name of the db to use for this profile --> <!--<param name="dbname" value="share_presence"/>--> - <!--<param name="presence-hosts" value="$${domain}"/>--> + <param name="presence-hosts" value="$${domain},$${local_ip_v4}"/> <!-- ************************************************* --> <!-- This setting is for AAL2 bitpacking on G726 -->