3efc5a250c
Siproxd is a masquerading SIP Proxy Server. We had a buildroot package for that in the fli4l Linux router distribution for years with different authors contributing. Co-authored-by: Christoph Schulz <fli4l@kristov.de> Co-authored-by: Claas Hilbrecht <babel@fli4l.de> Signed-off-by: Alexander Dahl <post@lespocky.de> [yann.morin.1998@free.fr: unconditionally use an external libtool] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
714 B
Plaintext
18 lines
714 B
Plaintext
config BR2_PACKAGE_SIPROXD
|
|
bool "siproxd"
|
|
select BR2_PACKAGE_LIBOSIP2
|
|
select BR2_PACKAGE_LIBTOOL
|
|
select BR2_PACKAGE_SQLITE
|
|
help
|
|
Siproxd is a proxy/masquerading daemon for SIP (Session
|
|
Initiation Protocol), which is used in IP telephony. It
|
|
handles registrations of SIP clients on a private IP network
|
|
and performs rewriting of the SIP message bodies to make SIP
|
|
connections work via a masquerading firewall (NAT). It allows
|
|
SIP software clients (like kphone, linphone) or SIP hardware
|
|
clients (Voice over IP phones which are SIP-compatible, such
|
|
as those from Cisco, Grandstream or Snom) to work behind an IP
|
|
masquerading firewall or NAT router.
|
|
|
|
http://siproxd.sourceforge.net/
|