example.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <include>
  2. <!--<gateway name="asterlink.com">-->
  3. <!--/// account username *required* ///-->
  4. <!--<param name="username" value="cluecon"/>-->
  5. <!--/// auth realm: *optional* same as gateway name, if blank ///-->
  6. <!--<param name="realm" value="asterlink.com"/>-->
  7. <!--/// username to use in from: *optional* same as username, if blank ///-->
  8. <!--<param name="from-user" value="cluecon"/>-->
  9. <!--/// domain to use in from: *optional* same as realm, if blank ///-->
  10. <!--<param name="from-domain" value="asterlink.com"/>-->
  11. <!--/// account password *required* ///-->
  12. <!--<param name="password" value="2007"/>-->
  13. <!--/// extension for inbound calls: *optional* same as username, if blank ///-->
  14. <!--<param name="extension" value="cluecon"/>-->
  15. <!--/// proxy host: *optional* same as realm, if blank ///-->
  16. <!--<param name="proxy" value="asterlink.com"/>-->
  17. <!--/// send register to this proxy: *optional* same as proxy, if blank ///-->
  18. <!--<param name="register-proxy" value="mysbc.com"/>-->
  19. <!--/// expire in seconds: *optional* 3600, if blank ///-->
  20. <!--<param name="expire-seconds" value="60"/>-->
  21. <!--/// do not register ///-->
  22. <!--<param name="register" value="false"/>-->
  23. <!-- which transport to use for register -->
  24. <!--<param name="register-transport" value="udp"/>-->
  25. <!--How many seconds before a retry when a failure or timeout occurs -->
  26. <!--<param name="retry-seconds" value="30"/>-->
  27. <!--Use the callerid of an inbound call in the from field on outbound calls via this gateway -->
  28. <!--<param name="caller-id-in-from" value="false"/>-->
  29. <!--extra sip params to send in the contact-->
  30. <!--<param name="contact-params" value=""/>-->
  31. <!--send an options ping every x seconds, failure will unregister and/or mark it down-->
  32. <!--<param name="ping" value="25"/>-->
  33. <!--</gateway>-->
  34. </include>