1. Updated to git HEAD bd2862080c7f55450a99b5565650c8300512a59a
[feed/telephony.git] / smap / patches / 01-add-tecom-supported-header.patch
1 diff -Naur smap.broadcast/test_supported.c smap/test_supported.c
2 --- smap.broadcast/test_supported.c     2009-06-14 21:41:49.000000000 -0400
3 +++ smap/test_supported.c       2009-06-14 21:51:17.000000000 -0400
4 @@ -49,6 +49,8 @@
5         {"Supported: timer, 100rel, replaces, callerid", 13},
6         /* Cisco 79x0 */
7         {"Supported: replaces,join,norefersub", 14},
8 +       /* Tecom IP2007 */
9 +       {"Supported: 100rel,replaces", 15 },
10         {"", 0}
11  };
12