add missing example to config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5294 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-06-08 15:47:33 +00:00
parent 9a4ea3ed6f
commit bc67a70872
1 changed files with 6 additions and 0 deletions

View File

@ -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>