CTNode 10.3.3 (HWClient)
- Backported existing fix for duplicate port numbers on GUI/File sockets. GUI Socket is 9072, File socket is 9071.
- Backported support for custom headers in SIP Messages.
- Reverted part of the solution for blocked channels: the channel is not reopened automatically anymore.
- Fixed a problem with blocked channels in Central CTArchitect, when a gc_MakeCall failed immediately (with returncode instead of event). ** A TaskFail is now "faked" by the CTNode, resulting in a deblocking of the channel. The following message is logged in the CTNode: "Generate Task Fail event to release the channel", right after the existing logging about the failed gc_MakeCall: "gc_MakeCall GC Error = ...". This fix was already present, but commented out (08/10/2013). ** After the TaskFail, the channel is still stuck sometimes in some blocked situation, so the channel is now also reopened automatically.
- Added logging when open DCB Board and when enumerating DCB boards to find device with free resources.
- Fixed a possible instability when SIP registration results (REGISTER) were sent back to the central CTArchitect. Too much data was retrieved from Dialogic and sent over the network, and this could result in a buffer overrun / access violation. This issue was found during internal testing, and has not been seen in production. Both HWClient (10.3.3.3) and CTArchitect (10.3.3.9) need to be upgraded.
- Sip registration on HWClients possible
- amtelco messages are executed in the amtelco thread in order to avoid blocking other messages