1config 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 19 http://siproxd.sourceforge.net/ 20 21comment "siproxd needs a toolchain w/ threads" 22 depends on BR2_USE_MMU 23 depends on !BR2_TOOLCHAIN_HAS_THREADS 24