]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
info for how to share presence between two profiles for internal vs external facing...
authorBrian West <brian@freeswitch.org>
Thu, 18 Sep 2008 00:11:01 +0000 (00:11 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 18 Sep 2008 00:11:01 +0000 (00:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9584 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/external.xml
conf/sip_profiles/internal.xml

index 0a0e7a00c101340a62ad0af171d0afd7de674656..4278e9d663f10410275b71f62cb980291a93d9ca 100644 (file)
     <param name="hold-music" value="$${hold_music}"/>
     <param name="use-rtp-timer" value="true"/>
     <param name="rtp-timer-name" value="soft"/>
+    <!-- This could be set to "passive" -->
     <param name="manage-presence" value="false"/>
+
+    <!-- used to share presence info across sofia profiles 
+        manage-presence needs to be set to passive on this profile
+        if you want it to behave as if it were the internal profile 
+        for presence.
+    -->
+    <!-- Name of the db to use for this profile -->
+    <!--<param name="dbname" value="share_presence"/>-->
+    <!--<param name="presence-hosts" value="$${domain}"/>-->
+    <!--<param name="force-register-domain" value="$${domain}"/>-->
+    <!-- ************************************************* -->
+
     <!--<param name="aggressive-nat-detection" value="true"/>-->
     <param name="inbound-codec-negotiation" value="generous"/>
     <param name="nonce-ttl" value="60"/>
index 442091a37c49ac8b69b46ba0926d04be40cdb44f..5ecbfe493402cfea70cee20f1b6c6bb1f5d6be76 100644 (file)
     <param name="record-template" value="$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
     <!--enable to use presence and mwi -->
     <param name="manage-presence" value="true"/>
+
+    <!-- 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}"/>-->
+    <!-- ************************************************* -->
+    
     <!-- This setting is for AAL2 bitpacking on G726 -->
     <!-- <param name="bitpacking" value="aal2"/> -->
     <!--max number of open dialogs in proceeding -->