2007-01-22 20:12:47 -05:00
|
|
|
<!--the domain or ip (the right hand side of the @ in the addr-->
|
2007-01-31 16:56:57 -05:00
|
|
|
<domain name="$${domain}">
|
2007-01-22 20:12:47 -05:00
|
|
|
<!--the user id (the left hand side of the @ in the addr-->
|
|
|
|
<user id="stpeter">
|
2007-04-30 16:35:35 -04:00
|
|
|
<!-- 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>
|
2007-01-22 20:12:47 -05:00
|
|
|
<params>
|
|
|
|
<!-- omit password for authless registration -->
|
|
|
|
<param name="password" value="mypass"/>
|
2007-01-31 16:56:57 -05:00
|
|
|
<!-- optionally use this instead if you want to store the hash of user:domain:pass-->
|
|
|
|
<!--<param name="a1-hash" value="c6440e5de50b403206989679159de89a"/>-->
|
2007-01-22 20:12:47 -05:00
|
|
|
</params>
|
2007-04-30 16:35:35 -04:00
|
|
|
<vcard>
|
|
|
|
<!-- insert optional compliant vcard xml here-->
|
2007-01-22 20:12:47 -05:00
|
|
|
</vcard>
|
|
|
|
</user>
|
|
|
|
</domain>
|