[Freeswitch-svn] [commit] r5294 - freeswitch/trunk/conf
Freeswitch SVN
anthm at freeswitch.org
Fri Jun 8 11:47:34 EDT 2007
Author: anthm
Date: Fri Jun 8 11:47:33 2007
New Revision: 5294
Modified:
freeswitch/trunk/conf/directory.xml
Log:
add missing example to config
Modified: freeswitch/trunk/conf/directory.xml
==============================================================================
--- freeswitch/trunk/conf/directory.xml (original)
+++ freeswitch/trunk/conf/directory.xml Fri Jun 8 11:47:33 2007
@@ -35,6 +35,12 @@
<!-- 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>
More information about the Freeswitch-svn
mailing list