63508fb89e1040776b5bbb2f1365046ac00e16b1
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.uci / sip_profiles / external / example.xml
1 <include>
2 <!-- Don't change gateway name unless you also change the dialplan -->
3 <gateway name="example.com">
4 <!--/// account username *required* ///-->
5 <!--<param name="username" value="cluecon"/>-->
6 <!--/// auth realm: *optional* same as gateway name, if blank ///-->
7 <!--<param name="realm" value="asterlink.com"/>-->
8 <!--/// username to use in from: *optional* same as username, if blank ///-->
9 <!--<param name="from-user" value="cluecon"/>-->
10 <!--/// domain to use in from: *optional* same as realm, if blank ///-->
11 <!--<param name="from-domain" value="asterlink.com"/>-->
12 <!--/// account password *required* ///-->
13 <!--<param name="password" value="2007"/>-->
14 <!--/// extension for inbound calls: *optional* same as username, if blank ///-->
15 <!--<param name="extension" value="cluecon"/>-->
16 <!--/// proxy host: *optional* same as realm, if blank ///-->
17 <!--<param name="proxy" value="asterlink.com"/>-->
18 <!--/// send register to this proxy: *optional* same as proxy, if blank ///-->
19 <!--<param name="register-proxy" value="mysbc.com"/>-->
20 <!--/// expire in seconds: *optional* 3600, if blank ///-->
21 <!--<param name="expire-seconds" value="60"/>-->
22 <!--/// should this profile regiser with the gateway? ///-->
23 <!--<param name="register" value="false"/>-->
24 <!-- which transport to use for register -->
25 <!--<param name="register-transport" value="udp"/>-->
26 <!--How many seconds before a retry when a failure or timeout occurs -->
27 <!--<param name="retry-seconds" value="30"/>-->
28 <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
29 <!--<param name="caller-id-in-from" value="false"/>-->
30 <!--extra sip params to send in the contact-->
31 <!--<param name="contact-params" value="tport=tcp"/>-->
32 <!--/// Force the contact paramater to a particular value (e.g. extension number). ///-->
33 <!--/// Use this if your gateways are registering at gw+username@ip and this is a problem for your provider. ///-->
34 <!--<param name="extension-in-contact" value="Xxxx" />-->
35 <!--send an options ping every x seconds, failure will unregister and/or mark it down-->
36 <!--<param name="ping" value="25"/>-->
37 </gateway>
38 </include>