2009-01-26 01:34:02 +01:00
|
|
|
comment "libeXosip2 has no inherent support for AVR32"
|
|
|
|
depends on BR2_avr32 && BR2_PACKAGE_LIBEXOSIP2
|
|
|
|
|
2007-11-30 13:32:33 +01:00
|
|
|
config BR2_PACKAGE_LIBEXOSIP2
|
|
|
|
bool "libeXosip2"
|
2009-01-16 22:19:50 +01:00
|
|
|
select BR2_PACKAGE_LIBOSIP2
|
2007-11-30 13:32:33 +01:00
|
|
|
help
|
|
|
|
GNU Higher level SIP (Session Initiation Protocol)
|
|
|
|
This library aims to provide multimedia and telecom software
|
|
|
|
developers an easy and powerful interface to initiate and
|
2008-08-04 21:07:05 +02:00
|
|
|
control SIP based sessions in their applications.
|
2007-11-30 13:32:33 +01:00
|
|
|
SIP is a open standard replacement from IETF for H323.
|
|
|
|
|
|
|
|
http://www.gnu.org/software/osip/
|