Commit Graph

8012 Commits

Author SHA1 Message Date
Andrey Volk 2fc0e3b80a [Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead. 2020-08-03 23:46:45 +04:00
Andrey Volk d4547e6151 [Sofia-Sip] Add various accessors and helpers to nua. 2020-08-03 21:32:35 +04:00
ROBERT MCDOWELL f7f493b2fd
[esl] Fix typo in fs_cli.c 2020-06-24 18:07:42 +04:00
Andrey Volk 0275ea1eb4 [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 2020-05-25 14:18:25 +04:00
CAUCA 9-1-1 770ed14f44
[sofia-sip] Add urn: scheme support to sofia. (#445)
As an effort to support NENA i3 specs for NG 9-1-1, this adds support
for INVITE URI appearing as urn:service:sos to request for emergency services.

Reference for URN support in RFC 6061 https://tools.ietf.org/html/rfc6061
2020-05-12 22:58:33 +04:00
Andrey Volk 323c10d34b [sofia-sip] Timed out or not established wss should be destroyed immediately and avoid keep-alive functionality. 2020-05-12 00:04:47 +04:00
Andrey Volk 2dced93d94 [sofia-sip] Build internal tests 2020-05-07 03:19:16 +04:00
Andrey Volk 84a20addc8 [sofia-sip] Fix crash in timer B outgoing_timer_bf() which asserts if INVITE request was completed already. 2020-05-07 03:07:20 +04:00
Mike Jerris 39892e05a7 [sofia-sip] fix build on newer clang 2020-05-07 03:03:37 +04:00
Andrey Volk 40ba118936 [sofia-sip] Fix use of deprecated CRYPTO_set_id_callback(). 2020-05-07 03:02:08 +04:00
Andrey Volk 93ce1a371a [sofia-sip] Sip crash on unresolvable dns resolution error of outbound request. 2020-03-16 22:38:47 +04:00
Andrey Volk 0b2da6f2d7
Merge pull request #472 from dragos-oancea/spandsp-memcpy-param-overlap
[spandsp] fix memcpy-param-overlap - use memmove()
2020-03-12 19:26:35 +04:00
Andrey Volk 88ee4182d8 [libvpx] scan-build: Fix "Result of operation is garbage or undefined" in vp9/encoder/vp9_rd.c 2020-03-06 21:54:34 +04:00
Andrey Volk 653835efe0 [libvpx] scan-build: Fix "Assigned value is garbage or undefined" in vpx_post_proc_down_and_across_mb_row_c() 2020-03-06 21:52:27 +04:00
Dragos Oancea 4e78f63847 [libvpx] scan-build: Division by zero - measure_square_diff_partial() 2020-03-06 21:51:03 +04:00
Andrey Volk 9c70b0229a [libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal 2020-03-06 21:47:12 +04:00
Andrey Volk 1e9786b8ec [libvpx] Fix pthread configure checks: "Null pointer passed as an argument to a 'nonnull' parameter" 2020-03-06 21:45:53 +04:00
Andrey Volk 36aa4cc2c6 [libvpx] Fix typo in Windows project file. 2020-03-06 21:15:04 +04:00
Anthony Minessale 1b1c66aae4 [libyuv] Update to hash ea23edfb from https://chromium.googlesource.com/libyuv/libyuv/ 2020-03-06 21:14:55 +04:00
Andrey Volk 6175c55b2f [Build-System] Fix Windows build after libvpx update. 2020-03-06 21:14:46 +04:00
Anthony Minessale 37dd951079 [libvpx] Fix threading. 2020-03-06 21:14:26 +04:00
Anthony Minessale 6233e256bb [libvpx] Revert format patch 2020-03-06 21:14:15 +04:00
Anthony Minessale ceb051af4e [libvpx] Update to v1.8.1 from https://chromium.googlesource.com/webm/libvpx 2020-03-06 21:14:07 +04:00
Andrey Volk 34fcadbd53 Revert "[libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal"
This reverts commit 4b971dff75.
2020-03-06 21:13:50 +04:00
Dragos Oancea c78cc7c74b [spandsp] fix memcpy-param-overlap - use memmove() 2020-03-05 18:11:50 +00:00
Andrey Volk 72869f13f6 [sofia-sip] Fix out-of-bounds write in sres_sofia_update(). 2020-02-25 02:09:27 +04:00
Andrey Volk 5e5fd214b5 [iksemel, libdingaling] scan-build: fix multiple dead assignments and dereference of null pointer 2020-02-22 01:48:43 +04:00
Andrey Volk 5082454c45 [mod_dingaling] scan-build: fix multiple dead assignments and dereference of null pointer. 2020-02-22 00:46:10 +04:00
Andrey Volk 30e5cc314a [apr-util] scan-build: Fix "Assigned value is garbage or undefined" in unknown_toUtf8 2020-02-21 21:28:41 +04:00
Andrey Volk e39eb28629 [apr] scan-build: fix dereference of null pointer in apr_hash_merge() and apr_proc_other_child_unregister() 2020-02-20 23:20:53 +04:00
Andrey Volk d3c4cf3d62
Merge pull request #396 from signalwire/nta_weight
[sofia-sip] scan-build: Fix "Dereference of null pointer" in outgoing_answer_srv().
2020-02-20 23:04:25 +04:00
Andrey Volk 8dd1e1be23 [spandsp] scan-build: Fix "Result of operation is garbage or undefined" in rpe_grid_selection() 2020-02-20 22:53:34 +04:00
Andrey Volk 3a3f7957aa [sofia-sip] scan-build: Fix "Dereference of null pointer" in outgoing_answer_srv(). 2020-02-20 22:44:51 +04:00
Andrey Volk d438e1e547 [sofia-sip] Fix Out-of-bound array access warning: String copy function overflows destination buffer in nua_stack_event() 2020-02-20 20:13:07 +04:00
Andrey Volk 7b708c2c77
Merge pull request #394 from signalwire/sres
[sofia-sip] Guard `if` in sres_record_compare() and fix braces in sres_resolver_receive().
2020-02-20 20:08:07 +04:00
Andrey Volk 022efe3388 [sofia-sip] Guard `if` in sres_record_compare() and fix braces in sres_resolver_receive(). 2020-02-20 19:49:56 +04:00
Dragos Oancea 1d3fcd6864 [spandsp] scan-build: Array subscript is undefined - test_cadence() 2020-02-20 09:57:12 +00:00
Andrey Volk 6318798f54 [sofia-sip] scan-build: Fix dereference of null pointer in outgoing_query_results(). 2020-02-20 02:54:13 +04:00
Andrey Volk 27e4a872c5 [sofia-sip] scan-build: Fix "Result of operation is garbage or undefined" in sres_log_response() 2020-02-20 01:47:54 +04:00
Andrey Volk 05377622af [apr] scan-build: Fix "Argument with 'nonnull' attribute passed null" in file_io/unix/filepath.c 2020-02-20 00:16:37 +04:00
Andrey Volk 148e02bc67 [srtp] scan-build: Fix dead assignments. 2020-02-19 21:14:02 +04:00
Andrey Volk 23fc0a5f76
Merge pull request #375 from signalwire/vpx_dereference
[libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal
2020-02-19 20:06:04 +04:00
Andrey Volk 3a7d96f04b [apr] Fix potential dereference of a null pointer when apr_pool_create_ex() is called without both an allocator and a parent while global_pool is uninitialized. 2020-02-19 14:38:56 +04:00
Dragos Oancea 0cb4e193f6 [core] scan-build: Function call argument is an uninitialized value - sig_tone_rx() 2020-02-17 21:39:44 +00:00
Andrey Volk a2f544cf7f [sofia-sip] scan-build: Fix "The left operand of '<' is a garbage value" (prefs) in outgoing_naptr_tport() of nta.c 2020-02-17 14:36:48 +04:00
Andrey Volk 4b971dff75 [libvpx] scan-build: Fix "Dereference of null pointer" in vp8_peek_si_internal 2020-02-17 00:50:54 +04:00
Andrey Volk f56d5d56ef [sofia-sip] scan-build: Fix "Called function pointer is null (null dereference)" in t_filter() of su_taglist.c 2020-02-16 04:06:37 +04:00
Andrey Volk ebab867710 [libnatpmp] scan-build: The left operand of '!=' is a garbage value 2020-02-15 23:51:29 +04:00
Andrey Volk fba60251a2 [apr] Fix typo in network_io/unix/sendrecv.c made by previous commit 2020-02-15 13:27:41 +04:00
Andrey Volk df52479eb4 [apr] scan-build: Fix dereference of a null pointer and unused variable in network_io/unix 2020-02-15 03:49:05 +04:00