eef36a8e86
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
config BR2_PACKAGE_LIBEXOSIP2
|
|
bool "libeXosip2"
|
|
select BR2_PACKAGE_LIBOSIP2
|
|
help
|
|
eXosip is a library that hides the complexity of using the
|
|
SIP protocol for mutlimedia session establishement.
|
|
This protocol is mainly to be used by VoIP telephony
|
|
applications (endpoints or conference server) but might be
|
|
also usefull for any application that wish to establish
|
|
sessions like multiplayer games.
|
|
eXosip is based in libosip.
|
|
|
|
http://savannah.nongnu.org/projects/exosip/
|