Config.in 896 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_SIPROXD
  2. bool "siproxd"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. select BR2_PACKAGE_LIBOSIP2
  6. select BR2_PACKAGE_LIBTOOL
  7. select BR2_PACKAGE_SQLITE
  8. help
  9. Siproxd is a proxy/masquerading daemon for SIP (Session
  10. Initiation Protocol), which is used in IP telephony. It
  11. handles registrations of SIP clients on a private IP network
  12. and performs rewriting of the SIP message bodies to make SIP
  13. connections work via a masquerading firewall (NAT). It allows
  14. SIP software clients (like kphone, linphone) or SIP hardware
  15. clients (Voice over IP phones which are SIP-compatible, such
  16. as those from Cisco, Grandstream or Snom) to work behind an IP
  17. masquerading firewall or NAT router.
  18. http://siproxd.sourceforge.net/
  19. comment "siproxd needs a toolchain w/ threads"
  20. depends on BR2_USE_MMU
  21. depends on !BR2_TOOLCHAIN_HAS_THREADS