utils.docs 671 B

123456789101112131415161718192021222324
  1. /* -*- c -*- */
  2. /**@MODULEPAGE "utils" - Sofia-SIP Command Line Utilities
  3. *
  4. * @section utils_meta Module Meta Information
  5. *
  6. * Command line utilities for <a href="../index.html">Sofia-SIP</a>.
  7. *
  8. * @CONTACT Pekka Pessi <Pekka.Pessi@nokia.com>
  9. *
  10. * @STATUS @SofiaSIP utilities
  11. *
  12. * @LICENSE LGPL
  13. *
  14. * @section utuils_overview Overview
  15. *
  16. * The Sofia-SIP provides a few command line utilities:
  17. * - @ref sip-date "sip-date" - print or parse SIP date
  18. * - @ref sip-dig "sip-dig" - resolve SIP URIs
  19. * - @ref sip-options "sip-options" - query SIP OPTIONS
  20. * - @ref localinfo "localinfo" - list local network addresses
  21. * - @ref stunc "stunc" - STUN test client
  22. */