From 1e249d61c3eafda96355ab9a2940c15d0a54752f Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 17 Jun 2014 19:36:55 -0500 Subject: [PATCH 1/2] FS-6607 add notice of IPv6 support for mod_skinny --- src/mod/endpoints/mod_skinny/README.IPv6 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/mod/endpoints/mod_skinny/README.IPv6 diff --git a/src/mod/endpoints/mod_skinny/README.IPv6 b/src/mod/endpoints/mod_skinny/README.IPv6 new file mode 100644 index 0000000000..9f65d1dec9 --- /dev/null +++ b/src/mod/endpoints/mod_skinny/README.IPv6 @@ -0,0 +1,18 @@ +mod_skinny currently does not support IPv6 (as of 2014-06-17) + +According to Cisco documentation, the underlying protocol does support IPv6 for the "G" series +phones. (Basically a subset of the models running the java based image.) + +http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/unified-communications-manager-version-70/112997-cucmipv6-00.html + + 7906G, 7911G, 7931G, 7942G, 7945G, 7962G, 7965G, and the 7975G + +It is possible that others would be supported, and are just not listed in the Cisco documentation +due to them being past end-of-life. + +Additional changes will be required to mod_skinny to actually support IPv6, at a bare minimum, the +current code has at least one data structure for the server response that contains a fixed +layout structure with uint32_t's for IP addresses. + +If someone has an existing CCM deployment that is using IPv6, sample network captures would be +appreciated. \ No newline at end of file From 723ea008558d0d987c98715559551a0ca22a8c80 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 17 Jun 2014 19:53:45 -0500 Subject: [PATCH 2/2] FS-6607 add further not from wiki page about IPv6 support --- src/mod/endpoints/mod_skinny/README.IPv6 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_skinny/README.IPv6 b/src/mod/endpoints/mod_skinny/README.IPv6 index 9f65d1dec9..c685920897 100644 --- a/src/mod/endpoints/mod_skinny/README.IPv6 +++ b/src/mod/endpoints/mod_skinny/README.IPv6 @@ -1,4 +1,8 @@ -mod_skinny currently does not support IPv6 (as of 2014-06-17) +mod_skinny currently is not believed to support IPv6 (as of 2014-06-17) + + There is a notation in the wiki that you can force IPv6 usage + by setting: ip="::" in the profile, but unclear if that is sufficient + for the rest of the protocol. According to Cisco documentation, the underlying protocol does support IPv6 for the "G" series phones. (Basically a subset of the models running the java based image.)