Seven Du
fe53318ef4
FS-11721 fix send empty message
...
A request with no body MUST NOT include a Content-Type or any other
MIME-specific header fields. A request without a body MUST contain
an end-line after the final header field. No extra CRLF will be
present between the header section and the end-line.
2019-07-17 23:26:12 +04:00
Seven Du
23e050618d
FS-11721 fix data length of stripped html
2019-07-17 23:26:05 +04:00
Seven Du
daf424880a
FS-11721 Content-Type must be the last header according to RFC
2019-07-17 23:25:58 +04:00
Seven Du
0bf7bb0635
FS-11721 don't automatically send unicode linefeed on MSRP
2019-07-17 23:25:51 +04:00
Seven Du
b23d7f277d
FS-11721 add Message-ID to msrp message
2019-07-17 23:25:44 +04:00
Seven Du
76a278b03d
FS-11721 fix msrp parser when more than one messages in buffer
2019-07-17 23:25:32 +04:00
Seven Du
1a95ef664b
FS-11721 add a send queue to buffer msg messages before msrp socket is ready
2019-07-17 23:25:25 +04:00
Seven Du
7432091fdd
FS-11721 remove extra newline in uuid_send_text and improve msrp logs
2019-07-17 23:25:18 +04:00
Chris Rienzo
613a3340da
FS-11805 [mod_sofia] set default session timeout for outbound calls before overriding it with NAT detection.
2019-07-17 23:11:03 +04:00
Andrey Volk
4d932281e9
FS-11813: [Build-System] Remove libtpl dependency from FreeSWITCH
2019-07-17 23:09:50 +04:00
Seven Du
7d6c90e531
FS-11754 [core] Make sure audio sync works while playing tts
2019-07-17 23:06:21 +04:00
Seven Du
4ce6620988
FS-11754 sync audio before resume detect to improve continuous detection
2019-07-17 23:06:00 +04:00
Chris Rienzo
12ce8dd34b
FS-11818 [core] fix memory leak when using dial handle in switch_ivr_originate()
2019-07-17 23:04:02 +04:00
Chris Rienzo
6f2466eb35
FS-11801 [core] Update scheduler to allow destruction of running task
2019-07-17 23:02:47 +04:00
Chris Rienzo
8aa07b677d
FS-11807 [mod_commands] uuid_recv_dtmf changed to report OK when well formed request is consumed by dmachine or dtmf hook
2019-07-17 23:00:44 +04:00
Mike Jerris
e7dda1b027
Revert "FS-9490: [mod_sofia] add filter to SIP messages that match a regexp."
...
This reverts commit 53dbe5d84a
.
This previous patch made logger function not reentrant so reverting until we can get a fix without that issue
2019-07-17 22:57:55 +04:00
Seven Du
671f75b246
FS-11753 tweak vad test code and add debug logs
2019-07-17 22:57:53 +04:00
Mike Jerris
6378bfc63d
FS-11924: [sofia] fix crash in sdp_media_cmp
2019-07-17 14:40:56 -04:00
Chris Rienzo
bd96911f4f
FS-11816 [Build-System] srtp build issue
2019-07-17 22:08:51 +04:00
Chris Rienzo
4730e70b1a
FS-11816 [Build-System] ignore libsrtp generated files
2019-07-17 22:07:33 +04:00
Andrey Volk
f82321ee0c
FS-11816: [Build-System] Update libsrtp to 2.2.0
2019-07-17 22:05:39 +04:00
Chris Rienzo
239bf913f4
FS-11785 [core] fix scan-build issues
2019-07-17 21:51:06 +04:00
Chris Rienzo
bc6fe22a0b
FS-11785 [mod_tone_stream] fix dead assignment
2019-07-17 21:50:56 +04:00
Chris Rienzo
f612fab976
FS-11785 [mod_local_stream] fix dead assignment
2019-07-17 21:50:50 +04:00
Chris Rienzo
7d0523f084
FS-11785 [mod_format_cdr, mod_local_stream] fix dead assignment
2019-07-17 21:50:43 +04:00
Chris Rienzo
91d07accee
FS-11785 [mod_event_socket] fix dead assignment
2019-07-17 21:50:36 +04:00
Chris Rienzo
7ab7e8bee8
FS-11785 [mod_httapi] Fix dead assignment and null pointer false positive
2019-07-17 21:50:29 +04:00
Mike Jerris
2f415a64e2
FS-11785: [core] fix scan-build dead assignments
2019-07-17 21:50:20 +04:00
Chris Rienzo
1a90bc20a9
FS-11785 [mod_voicemail] fix a couple other places- unused code
2019-07-17 21:50:14 +04:00
Chris Rienzo
17b88eb688
FS-11785 [mod_opus] move fec_bitrate scope to a better place
2019-07-17 21:50:07 +04:00
Chris Rienzo
681b7e28ab
FS-11785 [mod_sofia] fix scan-build issues
2019-07-17 21:49:50 +04:00
Chris Rienzo
0bd5b557e5
FS-11785 [mod_rtc] fix dead assignment
2019-07-17 21:49:41 +04:00
Chris Rienzo
1f05e5e8be
FS-11785 [mod_opus] fix null dereference and dead assignments
2019-07-17 21:49:35 +04:00
Chris Rienzo
ddfa208177
FS-11785 [mod_voicemail] removed dead assignments and dead code
2019-07-17 21:49:29 +04:00
Chris Rienzo
8ac4ddd5bb
FS-11785 [mod_spandsp] fix dead assignments
2019-07-17 21:49:23 +04:00
Chris Rienzo
517985473a
FS-11785 [mod_expr] fix scan-build false positives
2019-07-17 21:49:12 +04:00
Mike Jerris
3870c0fc2a
FS-11785: [core] help clang static analyzer understand this macro construct
2019-07-17 21:48:59 +04:00
Chris Rienzo
67578abc79
FS-11785 [mod_lua] reswig with patches for scan-build
2019-07-17 21:46:59 +04:00
Chris Rienzo
ffd3778dff
FS-11785 [mod_lua] we want diffs of mod_lua_wrap.cpp
2019-07-17 20:22:59 +04:00
Chris Rienzo
0171a64a76
FS-11785 [mod_dptools] fix dead assignment and potential dereference of null pointer
2019-07-17 20:22:45 +04:00
Chris Rienzo
19b09689c8
FS-11785 [mod_conference] Fix dead assignments. Removed auto-record-canvas-id param which never did anything.
2019-07-17 20:22:37 +04:00
Chris Rienzo
464490ead5
FS-11785 [mod_conference] fix memory leak on realloc failure
...
fix dead assignments in conference_cdr
2019-07-17 20:22:27 +04:00
Chris Rienzo
c6990e7a74
FS-11785 [mod_conference] fix scan-build NULL dereferences
2019-07-17 20:22:20 +04:00
Chris Rienzo
ca8fa0e1ff
FS-11785 [esl] dead assignments in esl_event_serialize
...
null attribute in esl_buffer_read
null attribute in esl_event_base_add_header
null attribute in esl_recv_event
2019-07-17 20:22:11 +04:00
Chris Rienzo
c776680c56
FS-11785 [core, mod_commands] update XML API to fix scan-build false positive memory leaks
2019-07-17 20:21:57 +04:00
Chris Rienzo
3f46ce1da2
FS-11785 [mod_commands] tell scan-build that exten pointer is guaranteed not to be NULL
2019-07-17 20:21:46 +04:00
Chris Rienzo
d77034a304
FS-11785 [mod_commands] fix dead assignments
2019-07-17 20:21:39 +04:00
Chris Rienzo
7e1df77421
FS-11785 [mod_commands] scan-build thinks NULL parameter is being passed to function. Shouldn't actually happen.
2019-07-17 20:21:19 +04:00
Chris Rienzo
12316c8d46
FS-11785 [mod_av] fix dead assignments in test code
2019-07-17 20:21:11 +04:00
Chris Rienzo
2a8e07d6ef
FS-11785 [mod_av] fix a couple dead assignments and inconsistent assumption that mm pointer could be NULL
2019-07-17 20:20:52 +04:00