[package] add smap, a SIP device discovery program, patch from Daniel Dickinson

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16481 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-06-16 08:00:17 +00:00
parent e43f4ecc70
commit 8f125f2e51
3 changed files with 136 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -Naur smap.broadcast/test_supported.c smap/test_supported.c
--- smap.broadcast/test_supported.c 2009-06-14 21:41:49.000000000 -0400
+++ smap/test_supported.c 2009-06-14 21:51:17.000000000 -0400
@@ -49,6 +49,8 @@
{"Supported: timer, 100rel, replaces, callerid", 13},
/* Cisco 79x0 */
{"Supported: replaces,join,norefersub", 14},
+ /* Tecom IP2007 */
+ {"Supported: 100rel,replaces", 15 },
{"", 0}
};