mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-20 14:34:27 +00:00
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:
parent
9a4ea3ed6f
commit
bc67a70872
@ -35,6 +35,12 @@
|
|||||||
<!-- optionally use this instead if you want to store the hash of user:domain:pass-->
|
<!-- optionally use this instead if you want to store the hash of user:domain:pass-->
|
||||||
<!--<param name="a1-hash" value="c6440e5de50b403206989679159de89a"/>-->
|
<!--<param name="a1-hash" value="c6440e5de50b403206989679159de89a"/>-->
|
||||||
</params>
|
</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>
|
<vcard>
|
||||||
<!-- insert optional compliant vcard xml here-->
|
<!-- insert optional compliant vcard xml here-->
|
||||||
</vcard>
|
</vcard>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user