]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
set force-subscription-domain in defaults
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 25 Sep 2009 15:09:07 +0000 (15:09 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 25 Sep 2009 15:09:07 +0000 (15:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14975 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal.xml

index d0a41a5524f0effa3653d5c227df65c2b558caf2..916ead41ca606f8042a1ea9068a28297170f230f 100644 (file)
     -->
     <!--all inbound reg will look in this domain for the users -->
     <param name="force-register-domain" value="$${domain}"/>
+    <!--force the domain in subscriptions to this value -->
+    <param name="force-subscription-domain" value="$${domain}"/>
     <!--all inbound reg will stored in the db using this domain -->
     <param name="force-register-db-domain" value="$${domain}"/>
     <!--force suscription expires to a lower value than requested-->