]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Document purpose of sofia profile aliasing
authorTravis Cross <tc@traviscross.com>
Wed, 9 Oct 2013 20:08:49 +0000 (20:08 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 9 Oct 2013 20:09:14 +0000 (20:09 +0000)
src/mod/endpoints/mod_sofia/conf/sofia.conf.xml

index 411ea3e44e9dd6faff2d95a18c7ce64b01edef4b..1b64f63bc74583f61436de2ae67980da2732c8f9 100644 (file)
         <!-- <domain name="$${domain}" parse="true"/> -->
         <!-- indicator to parse the directory for domains with parse="true" to
              get gateways and alias every domain to this profile -->
+        <!-- This may seem like just a configuration convenience, but
+             aliasing has real effects on the handling of packets.  If
+             you're sharing a profile between multiple realms, you
+             want to alias all realms to the shared profile. -->
         <!-- <domain name="all" alias="true" parse="true"/> -->
         <domain name="all" alias="true" parse="false"/>
       </domains>