forked from Mirrors/freeswitch
01f9b3f1c8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5043 d0543943-73ff-0310-b7d9-9358b9ac24b2
37 lines
1.6 KiB
XML
37 lines
1.6 KiB
XML
<!--the domain or ip (the right hand side of the @ in the addr-->
|
|
<domain name="$${domain}">
|
|
<!--the user id (the left hand side of the @ in the addr-->
|
|
<user id="stpeter">
|
|
<!-- Outbound Registrations Related to this user -->
|
|
<gateways>
|
|
<!--<gateway name="asterlink.com">-->
|
|
<!--/// account username *required* ///-->
|
|
<!--<param name="username" value="cluecon"/>-->
|
|
<!--/// auth realm: *optional* same as gateway name, if blank ///-->
|
|
<!--<param name="realm" value="asterlink.com"/>-->
|
|
<!--/// account password *required* ///-->
|
|
<!--<param name="password" value="2007"/>-->
|
|
<!--/// replace the INVITE from user with the channel's caller-id ///-->
|
|
<!--<param name="caller-id-in-from" value="false"/>-->
|
|
<!--/// extension for inbound calls: *optional* same as username, if blank ///-->
|
|
<!--<param name="extension" value="cluecon"/>-->
|
|
<!--/// proxy host: *optional* same as realm, if blank ///-->
|
|
<!--<param name="proxy" value="asterlink.com"/>-->
|
|
<!--/// expire in seconds: *optional* 3600, if blank ///-->
|
|
<!--<param name="expire-seconds" value="60"/>-->
|
|
<!--/// do not register ///-->
|
|
<!--<param name="register" value="false"/>-->
|
|
<!--</gateway>-->
|
|
</gateways>
|
|
<params>
|
|
<!-- omit password for authless registration -->
|
|
<param name="password" value="mypass"/>
|
|
<!-- optionally use this instead if you want to store the hash of user:domain:pass-->
|
|
<!--<param name="a1-hash" value="c6440e5de50b403206989679159de89a"/>-->
|
|
</params>
|
|
<vcard>
|
|
<!-- insert optional compliant vcard xml here-->
|
|
</vcard>
|
|
</user>
|
|
</domain>
|