]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add missing example to config
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 8 Jun 2007 15:47:33 +0000 (15:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 8 Jun 2007 15:47:33 +0000 (15:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5294 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/directory.xml

index 932d3beaad938cc5c738b68831ae7795815475c4..0b93e075d42fc365a782a2e282dfb19bf3257c25 100644 (file)
       <!-- optionally use this instead if you want to store the hash of user:domain:pass-->
       <!--<param name="a1-hash" value="c6440e5de50b403206989679159de89a"/>-->
     </params>
+    <variables>
+      <!--all variables here will be set on all inbound calls that originate from this user -->
+      <variable name="testing" value="this"/>
+      <!--<variable name="force-contact" value="nat-connectile-dysfunction"/>-->
+    </variables>
+
     <vcard>
       <!-- insert optional compliant vcard xml here-->
     </vcard>