README 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Project : eXosip2 - the eXtended osip Library.
  2. Email : amoizard@antisip.com
  3. License : GPL OR Commercial -same version-
  4. Home Page : http://savannah.gnu.org/projects/exosip
  5. Company : Antisip at http://www.antisip.com
  6. eXosip is a GPL library that extend the capability of
  7. the oSIP library. It aims to implement a simple high
  8. layer API to control SIP (rfc3261) for sessions establishements
  9. and common extensions.
  10. This eXtended library should provide an API for call management,
  11. messaging, presence features and everything you need with SIP.
  12. It's flexible, interoperable, stable and portable!
  13. Other license:
  14. --------------
  15. src/inet_ntop.c:
  16. /* Copyright (c) 1996 by Internet Software Consortium.
  17. *
  18. * Permission to use, copy, modify, and distribute this software for any
  19. * purpose with or without fee is hereby granted, provided that the above
  20. * copyright notice and this permission notice appear in all copies.
  21. *
  22. * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  23. * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  24. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  25. * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  26. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  27. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  28. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  29. * SOFTWARE.
  30. */
  31. Features:
  32. --------
  33. eXosip2 has support for:
  34. * registrations. (REGISTER)
  35. * call initiation and modification. (INVITE, re-INVITE)
  36. * other methods within calls (INFO, OPTIONS, UPDATE)
  37. * call transfer. (REFER)
  38. * reliability for provisionnal response. (PRACK)
  39. * sip event package. (SUBSCRIBE/NOTIFY)
  40. * event state publication. (PUBLISH)
  41. * instant messaging. (MESSAGE)
  42. * ...
  43. eXosip2 does not contain:
  44. * RTP.
  45. * audio interface
  46. * sdp negotiation.
  47. * ...
  48. This allow you to write any kind of SIP endpoint/gateway.
  49. Installation procedure:
  50. -----------------------
  51. The program is known to run on linux, ios, android, windows, unix, macosx,
  52. windows mobile... might work on any system with libc!
  53. You should install c-ares before for much better DNS management!
  54. http://c-ares.haxx.se
  55. $> ./configure
  56. $> make
  57. $> sudo make install
  58. Contact information:
  59. --------------------
  60. For more information on eXosip, any contributions, or any remarks,
  61. you can contact me at <amoizard@antisip.com>.
  62. Use the *osip* mailing list for question about eXosip.
  63. <osip-dev@gnu.org>.
  64. Subscribe by writing to:
  65. <osip-dev-request@gnu.org> with a subject set to "subscribe".