You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
524 B
14 lines
524 B
config BR2_PACKAGE_LIBEXOSIP2
|
|
bool "libeXosip2"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_LIBOSIP2
|
|
help
|
|
eXosip is a library that hides the complexity of using the
|
|
SIP protocol for multimedia session establishment.
|
|
This protocol is mainly to be used by VoIP telephony
|
|
applications (endpoints or conference server) but might be
|
|
also useful for any application that wish to establish
|
|
sessions like multiplayer games.
|
|
eXosip is based in libosip.
|
|
|
|
http://savannah.nongnu.org/projects/exosip/
|
|
|