mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:11:51 +02:00
ee55d49535
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3283 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
config BR2_PACKAGE_SIPP
|
|
prompt "sipp.............................. test tool / traffic generator for the SIP protocol"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_UCLIBCXX
|
|
select BR2_PACKAGE_LIBPTHREAD
|
|
select BR2_PACKAGE_LIBNCURSES
|
|
help
|
|
SIPp is a free Open Source test tool / traffic generator for the SIP protocol.
|
|
It includes a few basic SipStone user agent scenarios (UAC and UAS) and
|
|
establishes and releases multiple calls with the INVITE and BYE methods.
|
|
|
|
http://sipp.sourceforge.net
|