osp_faq.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!-- OSP Module FAQ -->
  2. <chapter>
  3. <chapterinfo>
  4. </chapterinfo>
  5. <title>Frequently Asked Questions</title>
  6. <qandaset>
  7. <qandaentry>
  8. <question><para>What platforms does this module work on?</para></question>
  9. <answer><para>The module has been implemented using Linux, the underlying toolkit and the module code itself should compile and work on Solaris, *BSD, and probably most other unix platforms with ssl and pthreads available, but the OSP Module has only been tested Linux.</para></answer>
  10. </qandaentry>
  11. <qandaentry>
  12. <question><para>Where can I get more information on this module?</para></question>
  13. <answer><para>Please see http://www.iptel.org/views/moduledocs/ or post a message on the SER mailing list.</para></answer>
  14. </qandaentry>
  15. <qandaentry>
  16. <question><para>Where can I get more information on OSP?</para></question>
  17. <answer><para>The OSP technical specification (ETSI TS 101 321) may be obtained from www.etsi.org. You can also post a message on the OSP Toolkit mailing list at https://lists.sourceforge.net/lists/listinfo/osp-toolkit-client.</para></answer>
  18. </qandaentry>
  19. <qandaentry>
  20. <question><para>How do I obtain an OSP server for testing?</para></question>
  21. <answer>
  22. <para>OSP peering servers are available from the following sources:</para>
  23. <itemizedlist>
  24. <listitem><para>OpenOSP is an OSP server reference implementation created by Cisco Systems and available at http://www.vovida.org/applications/downloads/openosp/</para></listitem>
  25. <listitem><para>RAMS is an open source, java based OSP server project available from http://sourceforge.net/projects/rams/</para></listitem>
  26. <listitem><para>A free version of the commercial TransNexus OSP peering server is available at www.transnexus.com.</para></listitem>
  27. </itemizedlist>
  28. </answer>
  29. </qandaentry>
  30. <qandaentry>
  31. <question><para>How are the exported functions used by the OSP module?</para></question>
  32. <answer>
  33. <para>See sample-osp-ser.cfg in modules/osp/etc for examples</para>
  34. </answer>
  35. </qandaentry>
  36. </qandaset>
  37. </chapter>
  38. <!-- Keep this element at the end of the file
  39. Local Variables:
  40. xml-parent-document: ("osp.xml" "Book" "chapter")
  41. End:
  42. -->