freeswitch/src/mod/endpoints/mod_skinny
Ryan Lantzer dd64594c05 Updated SKINNY on-hook action to hang up all calls on a device, except those in a short list of call states (or perform a blind transfer).
Added a hook after completing the hangup operation to start ringing if there is an inbound call active on the device.

Signed-off-by: Nathan Neulinger <nneul@neulinger.org>
2015-06-05 17:36:51 -05:00
..
Net Perl's Net::Skinny : update to current handle PACKED structs 2010-12-19 22:16:40 +01:00
conf mod_skinny: add easy access to set blocking/non-blocking mode for skinny socket on a per-profile basis 2014-06-18 17:06:54 -05:00
Makefile.am Skinny: split out server part 2010-05-18 10:49:01 +02:00
README.IPv6 FS-6607 add further not from wiki page about IPv6 support 2014-06-17 19:53:45 -05:00
mod_skinny.2012.vcxproj Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. 2014-01-22 22:47:11 +01:00
mod_skinny.c Updated SKINNY on-hook action to hang up all calls on a device, except those in a short list of call states (or perform a blind transfer). 2015-06-05 17:36:51 -05:00
mod_skinny.h FS-7593 --resolve add locking keyed on device name around any database updates adding/removing the device 2015-06-01 12:23:45 -05:00
mod_skinny_2008.vcproj improvements to skinny logging, table based message text ids 2013-06-23 14:19:05 -05:00
mod_skinny_2010.vcxproj improvements to skinny logging, table based message text ids 2013-06-23 14:19:05 -05:00
skinny_api.c FS-6402 part 2 2014-04-02 03:21:37 +05:00
skinny_api.h make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
skinny_protocol.c reduce logging when level is below 9 for less important messages 2014-11-11 09:11:44 -06:00
skinny_protocol.h mod_skinny: fix calloc argument ordering CID: 1214236 1214235 2014-08-05 11:52:52 -05:00
skinny_server.c Updated SKINNY on-hook action to hang up all calls on a device, except those in a short list of call states (or perform a blind transfer). 2015-06-05 17:36:51 -05:00
skinny_server.h make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
skinny_tables.c FS-5384 enable the flash indicator on ring 2014-07-16 10:42:30 -05:00
skinny_tables.h FS-5384 enable the flash indicator on ring 2014-07-16 10:42:30 -05:00
test-skinny.pl Revert perl's Net::Skinny test 2010-12-19 22:20:09 +01:00

README.IPv6

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.)

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.