diff options
Diffstat (limited to 'openwrt/package/sipp/Config.in')
-rw-r--r-- | openwrt/package/sipp/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/sipp/Config.in b/openwrt/package/sipp/Config.in new file mode 100644 index 0000000000..1792b1d2bd --- /dev/null +++ b/openwrt/package/sipp/Config.in @@ -0,0 +1,13 @@ +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 |