提交 19d59649 authored 作者: Brian West's avatar Brian West

oops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5975 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a2a3c63e
<!--the domain or ip (the right hand side of the @ in the addr--> <!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}"> <domain name="$${domain}">
<!--the user id (the left hand side of the @ in the addr--> <!--the user id (the left hand side of the @ in the addr-->
<user id="stpeter" mailbox="1000"> <!--if id is numeric mailbox param is not necessary--> <user id="brian" mailbox="1000"> <!--if id is numeric mailbox param is not necessary-->
<!-- Outbound Registrations Related to this user --> <!-- Outbound Registrations Related to this user -->
<gateways> <gateways>
<!--<gateway name="asterlink.com">--> <!--<gateway name="asterlink.com">-->
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</gateways> </gateways>
<params> <params>
<!-- omit password for authless registration --> <!-- omit password for authless registration -->
<param name="password" value="mypass"/> <param name="password" value="1234"/>
<param name="vm-password" value="1234"/><!--if vm-password is omitted password param is used--> <param name="vm-password" value="1234"/><!--if vm-password is omitted password param is used-->
<!--<param name="vm-mailto" value="me@mydomain.com"/>--> <!--<param name="vm-mailto" value="me@mydomain.com"/>-->
<!--<param name="vm-email-all-messages" value="true"/>--> <!--<param name="vm-email-all-messages" value="true"/>-->
...@@ -53,37 +53,35 @@ ...@@ -53,37 +53,35 @@
<vcard> <vcard>
<!-- insert optional compliant vcard xml here--> <!-- insert optional compliant vcard xml here-->
</vcard> </vcard>
<!-- this is an example of a user with auth and various settings -->
<user id="1000" mailbox="1000">
<params>
<param name="password" value="mypass"/>
<param name="vm-password" value="1234"/>
<!--<param name="vm-mailto" value="me@mydomain.com"/>-->
<!--<param name="vm-email-all-messages" value="true"/>-->
</params>
</user>
<!-- authless users and mailboxes -->
<user id="1001"/>
<user id="1002"/>
<user id="1003"/>
<user id="1004"/>
<user id="1005"/>
<user id="1006"/>
<user id="1007"/>
<user id="1008"/>
<user id="1009"/>
<user id="1010"/>
<user id="1011"/>
<user id="1012"/>
<user id="1013"/>
<user id="1014"/>
<user id="1015"/>
<user id="1016"/>
<user id="1017"/>
<user id="1018"/>
<user id="1019"/>
</user> </user>
<!-- this is an example of a user with auth and various settings -->
<user id="1000" mailbox="1000">
<params>
<param name="password" value="mypass"/>
<param name="vm-password" value="1234"/>
<!--<param name="vm-mailto" value="me@mydomain.com"/>-->
<!--<param name="vm-email-all-messages" value="true"/>-->
</params>
</user>
<!-- authless users and mailboxes -->
<user id="1001"/>
<user id="1002"/>
<user id="1003"/>
<user id="1004"/>
<user id="1005"/>
<user id="1006"/>
<user id="1007"/>
<user id="1008"/>
<user id="1009"/>
<user id="1010"/>
<user id="1011"/>
<user id="1012"/>
<user id="1013"/>
<user id="1014"/>
<user id="1015"/>
<user id="1016"/>
<user id="1017"/>
<user id="1018"/>
<user id="1019"/>
</domain> </domain>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<settings> <settings>
</settings> </settings>
<profiles> <profiles>
<profile name="demo"> <profile name="default">
<param name="file-extension" value="wav"/> <param name="file-extension" value="wav"/>
<param name="terminator-key" value="#"/> <param name="terminator-key" value="#"/>
<param name="max-login-attempts" value="3"/> <param name="max-login-attempts" value="3"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论