Andrey Volk
bbbaf7e99e
FS-11931: [mod_http_cache] Fix regression, use SWITCH_MOD_DECLARE() in modules instead of SWITCH_DECLARE().
2019-07-23 12:48:31 +04:00
Chris Rienzo
aa6844ae00
FS-11931 [mod_http_cache] Fix leaks in tests
2019-07-23 00:44:53 +04:00
Chris Rienzo
a33877aace
FS-11931 [mod_http_cache] convert tests to use switch_test
2019-07-23 00:44:33 +04:00
baonq-me
cbc36d0541
FS-11943 [mod_http_cache] Fix typos in warning message in aws.c
2019-07-22 11:51:28 +07:00
Andrey Volk
af4316d8fb
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_av
2019-07-18 19:27:46 +04:00
Andrey Volk
30f0ad63f4
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_dptools
2019-07-18 19:27:40 +04:00
Mike Jerris
ebac830f52
FS-11425: [mod_av] fix build on older libav w/o H265
2019-07-18 01:53:01 +04:00
Seven Du
76d11001ce
FS-11425 fix typo
2019-07-18 01:52:53 +04:00
Seven Du
8d06825bc4
FS-11425 add test config
2019-07-18 01:52:44 +04:00
Seven Du
4130184761
FS-11425 default to level 3.1 follows 459baa858679b74abe8398b4ad06e43beafd9b89
2019-07-18 01:52:30 +04:00
Seven Du
a455614e14
FS-11425 comment out more deprecated params on deb9
2019-07-18 01:52:23 +04:00
Dragos Oancea
9485b1465b
FS-11926: rename chan var to 'execute_on_fax_close_detect' to prevent it collide with 'execute_on_fax_detect'
...
(switch_channel_execute_on() would have run them both)
2019-07-18 00:57:34 +04:00
Dragos Oancea
216d84146e
FS-11926: [mod_spandsp] execute_on_fax_detect_close
2019-07-18 00:57:27 +04:00
Brian West
b23d887586
FS-11654: [core] add media_timeout, media_hold_timeout and video vs audio variants
2019-07-18 00:54:37 +04:00
Anthony Minessale
3166510394
FS-11920: [mod_commands] fix typo
2019-07-18 00:47:40 +04:00
Mike Jerris
7906a2054a
FS-11919: [core] add api compatibility for switch_rtp_new
2019-07-17 16:43:34 -04:00
Andrey Volk
ccc4ae282a
FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module.
2019-07-18 00:20:50 +04:00
Chris Rienzo
3588cd5c51
FS-11858 [mod_hiredis] forgot to clear argc when recycling pipelined requests
2019-07-18 00:10:55 +04:00
Chris Rienzo
e73f319aec
FS-11858 [mod_hiredis] allow using single-quote when setting key to a value that has spaces
2019-07-18 00:10:47 +04:00
Luis Azedo
302b409815
FS-11848 [core] add user_data to event_channel_bind
...
* also adds a convenience switch_event_channel_deliver for already in thread
2019-07-17 16:02:12 -04:00
Anthony Minessale
eb31e17e6c
FS-11910: [mod_dptools] add native eavesdrop mode. use app native_eavesdrop args <uuid> [read|write] ... default is read with no flag. Must be same codecs
2019-07-17 23:38:23 +04:00
joshebosh
bc52339e68
FS-11886 [mod_av] ERR avcodec.c no codec in h264
2019-07-17 23:36:29 +04:00
Chris Rienzo
295982dafa
FS-11810 [mod_httapi] fix compile error
2019-07-17 23:28:51 +04:00
Chris Rienzo
ddc7bda736
FS-11810 [mod_httapi] improve error message for when downloading a URL fails
2019-07-17 23:28:41 +04:00
Seven Du
b8b9915912
FS-11721 add no media support to capture_text
2019-07-17 23:26:28 +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
Seven Du
671f75b246
FS-11753 tweak vad test code and add debug logs
2019-07-17 22:57:53 +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
Chris Rienzo
1a90bc20a9
FS-11785 [mod_voicemail] fix a couple other places- unused code
2019-07-17 21:50:14 +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
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
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
Chris Rienzo
581ec1287d
FS-11785 [mod_av] remove dead assignment to fps in open_encoder
2019-07-17 20:20:39 +04:00
joshebosh
8a87e41e09
FS-10900 [mod_commands] uuid_recv_dtmf is showing -ERR no reply
2019-07-17 20:03:20 +04:00
Sergey Khripchenko
1b430c76d5
FS-11726 New dialplan application to wait for video stream being ready (ICE and DTLS setup)
2019-07-17 19:53:11 +04:00
Mike Jerris
a9e634b664
FS-11557: [mod_sofia] add support for RFC 7989 Session-ID header
...
(enable with sofia profile param rfc-7989=true)
FS-11557 [mod_sofia, mod_conference, core] Add support for re-INVITE when setting Session-ID in conference after call has been answered.
FS-11557 [mod_conference] Missed a spot where APP_SESSION_ID needed to be set.
FS-11557: set session id for outbound (initial requests)
FS-11557: [mod_sofia] rename vars and functions "session id" -> "session uuid" to reflect the real meaning for rfc7989.
FS-11557: fix bug - colliding chan var names (session_id)
FS-11557: check nil session uuid
FS-11557 : replace CS_NEW with CS_INIT for when originating calls, generate new uuid.
FS-11557: handle inbound (UAS mode, one leg)
FS-11557: generic param handling and filter via new sip profile option "rfc-7989-filter", eg:
<param name="rfc-7989-filter" value="logme, sec-agree, privacy" />
FS-11557: renamed chan vars (reflect meaning only for RFC7989)
FS-11557: fallback to RFC7329 - "old" Session-ID
FS-11557: distinguish between request and replies when we read the header
(to provide compatibility with old RFC7329 - section 11 of RFC7989)
FS-11557: change more vars/consts names
FS-11557: move compat flag on the channel.
FS-11557: add Session-ID header in REFER
FS-11557: needs extra condition on received initial request
FS-11557: handle NOTIFY
FS-11557: support answer() in dialplan - it was sending back a 200 OK with Session-ID invalid, eg: A=NIL;B=X
FS-11557: add Session-ID for NOTIFY (more cases)
FS-11557: handle reply to SIP INFO (add Session-ID header)
FS-11557: handle case of BYE after REFER, when the channel is destroyed already (save the uuid on sofia_private)
FS-11557: handle more SIP reply cases (eg: 202 Accepted , more negative replies)
FS-11557: handle ACK (UAS role)
FS-11557: added "rfc-7989-force-old" profile param - to enforce old rfc7329 for the UAC role. default off.
enabled with "<param name="rfc-7989-force-old" value="true" />".
FS-11557: fallback to rfc7329 fixes.
FS-11557: set flag CF_RFC7329_COMPAT on partner channel where needed
FS-11557: fix crash (mod_conference)
2019-07-17 19:13:41 +04:00
Seven Du
6d1309c97d
FS-11425 enable profile name on test case
2019-07-17 01:00:19 +04:00
Seven Du
d12aeb4fff
FS-11425 add video_codec_config_profile_name to conference to choose a different codec profile
2019-07-17 01:00:11 +04:00
Seven Du
48539c278d
FS-11425 update example configs
2019-07-17 00:59:58 +04:00
Seven Du
c06ba2ca71
FS-11425 parse codec specific profiles
2019-07-17 00:59:20 +04:00