SEMS 1.4 series bugfix release, should be a drop-in replacement to 1.4 installations.
For details of the changes see the changelog below.
If you are using custom applications which create outbound calls,
please specifically test the behavior with the commit
26fdaa8e b/f: stopping failed outbound calls
Many thanks to everyone who reported issues and contributed with patches.
$ git cherry -v 1.4.2 origin/1.4
+ 8a6f63b6eb 1.4 branch build version
+ 564bb0dced fix linking libssl for XMLRPC client
+ 9d4437e9cb b/f: distinct COREPATH for sbc tools
+ 23694e99b4 b/f: fixed mem leak accumulating sip requests on failed auth
+ 7fd59bf2f3 enable unloading of module for cleaner shutdown
+ 37ae9dbee4 b/f: don't wait in user timer destruction
+ f81ce844a9 b/f: on receiving re-INVITE without SDP, reply 488 and continue call
+ 0fbb1f9efe b/f: remember passive_mode for keeping symmetric RTP in a session
+ e78fe72fb6 b/f: support compact Supported header (k:)
+ a03278d09f b/f: in bye() don't do send_200_ack while iterating over uac_trans
+ f755fac491 introduce timeout for sems-stats management utility
+ 97f3dcc3ea b/f: xmlrpc2di - detect unsuccessful bind on startup
+ 7c87e3c238 Fix unresolved symbol in sbc module when compiled with cmake
+ 44889f80bb b/f: reset RTP-received timestamp when (re)starting process RTP stream
+ 5139d4cb19 b/f: use proper failure return value
+ 49d90444fe b/f: use proper empty string value
+ 620f03ba84 b/f: click2dial: save content_type, cseq to connect callee
+ 4e023507b6 add Retry-After: 0 to NOTIFY 500 response on low CSeq
+ 8dac2df1b8 b/f: fix SBC SDP filter with connection per media only
+ 32461b9a6e b/f: fixing b6d5f726 (fix SBC SDP filter)
+ dde27343e5 b/f: B2BUA: fixed replies for error handling
+ c49cc6bd17 b/f: make listRooms return only non-expired rooms
+ a7516d0000 b/f: on RTP timeout, end dialog with sending BYE
+ bed6c2545a b/f: in webconference app, handle session timer timeout and RTP timeout
+ c096050398 Drop privileges for SEMS process
+ ff94051b84 Missing include for close(FILE *)
+ b74432b69f Fix c/p typo in cmake-files
+ 13c6e3f26d Add libzrtp support to the CMakeFile
+ 78126830bf Add systemd-related files to the pkg/rpm dir
+ 1d86e099d3 click2dial: b/f: fix crash when using without credentials
+ 8c10653865 b/f: T38 streams in SBC/B2B (udptl transport); proper media direction passthrough
+ ddb20bd278 b/f: support values at end of SDP without CR (master 8ec8a910a2)
+ 427a5a7729 b/f: getHeader: find correct hdr also if it's substring of another hdr
+ ead6c3efbc Add [Install] directive for systemd
+ e6b3af3839 b/f: AmCondition::wait_for_to nsec overflow
+ 26fdaa8eaf b/f: stopping failed outbound calls
+ 0ad56907a9 core: handle exceptions in out-of-dlg messages gracefully
+ 2aa0bc2a33 core: name default interface as "default"
+ 7b5cf590d3 c/f: make callgen compile using proper IP for From host
+ a83b8e1e21 c/f: make it possible to pass CXX / CC from env vars
+ 0d66e620ef c/f: revert a83b8e1 as it can cause some issues with the linker
applications which are doing outbound calls should implement
onFailedOutboundCall if the behavior should be different than
setting stopped.
Reported by Andrei Samusenko
* remotes/origin/1.4: (27 commits)
b/f: getHeader: find correct hdr also if it's substring of another hdr
b/f: support values at end of SDP without CR (master 8ec8a910a2)
b/f: T38 streams in SBC/B2B (udptl transport); proper media direction passthrough
click2dial: b/f: fix crash when using without credentials
Add systemd-related files to the pkg/rpm dir
Add libzrtp support to the CMakeFile
Fix c/p typo in cmake-files
Missing include for close(FILE *)
Drop privileges for SEMS process
b/f: in webconference app, handle session timer timeout and RTP timeout
b/f: on RTP timeout, end dialog with sending BYE
b/f: make listRooms return only non-expired rooms
b/f: B2BUA: fixed replies for error handling
b/f: fixing b6d5f726 (fix SBC SDP filter)
b/f: fix SBC SDP filter with connection per media only
add Retry-After: 0 to NOTIFY 500 response on low CSeq
b/f: click2dial: save content_type, cseq to connect callee
b/f: use proper empty string value
b/f: use proper failure return value
b/f: reset RTP-received timestamp when (re)starting process RTP stream
...
If NAT flag (P-MsgFlags: 2) is passed only in the initial INVITE,
re-INVITE will set up the RTP stream to the private address, but not
enable symmetric RTP (comedia style send-to-where-i-get-rtp-from)
again. this fix remembers passive_mode for the call.
If an INVITE has been forked and more than one branch is aimed at SEMS,
then the branch parameter of the top-via is necessary to distinguish the
different sessions.
By default, SEMS will now accept forked INVITEs.
This behavior can be switched off by setting "accept_forked_dialogs" to "no" (default=yes).
Conflicts:
core/AmSipDispatcher.cpp