Commit Graph

32879 Commits

Author SHA1 Message Date
Eduardo Marinho be741eab2c FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database
Having a member from a queue that is no longer found on the current system
causes infinite logging about skipping a member.

There is already cleanup code for abandoned calls in same function, but it can
never be reached for this case, because there is no queue.

If the queue is never found again in the system, the logging would continue
forever or until the stale record gets removed from the database.

FS-10304 #resolve
2017-05-11 09:43:58 -03:00
Mike Jerris b12bbbc98f Merge pull request #1269 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10293-patchish-freetdm-audio-in-1-direction to master
* commit 'dabab9f25aa8b78676cb74b6efd93b0005c2de1d':
  FS-10293: Fix regression from FS-9638 causing 1 way audio on FreeTDM Calls
2017-05-10 16:14:29 +00:00
Italo Rossi cf641c162a Merge pull request #1271 in FS/freeswitch from ~TIAGOLISBOA/freeswitch:bugfix/FS-8941-can-not-use-verto-communicator-if to master
* commit '976677de60f5657fe4a5eb1db1568d5f1f4c3a78':
  FS-8941: [verto_communicator] Add No Microphone label to audio devices
2017-05-10 01:55:21 +00:00
Tiago Lisboa 976677de60 FS-8941: [verto_communicator] Add No Microphone label to audio devices
If no microphone was detected it was impossible to open a call.

So, add a No Microphone label, just like the No Camera, with id:none,
wich allow to enter a call with microphone disabled.
2017-05-09 21:03:25 -03:00
Mike Jerris a249a7f30a FS-10300: [mod_verto] fix crash in multiple verto messages when processing messages with missing params 2017-05-09 12:22:15 -05:00
Mike Jerris 5d8fad1ee1 FS-10300: [mod_verto] fix crash in verto.answer processing when missing params in message 2017-05-09 10:47:00 -05:00
Italo Rossi faf87febdb FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries 2017-05-09 11:44:30 -03:00
Italo Rossi 97cece8968 FS-10298 [mod_callcenter] Firing bridge-agent-end if we failed to bridge answered agent with member. 2017-05-09 11:20:04 -03:00
Brian West 521d74dae0 FS-10267: [freeswitch-core] zrtp_enrollment broken since 1.6.13 #resolve 2017-05-08 16:58:23 -05:00
Anthony Minessale fc2494cf32 FS-10295: [freeswitch-core] Remove debug log line #resolve 2017-05-08 16:44:15 -05:00
Anthony Minessale 99a38c5b94 add locate method 2017-05-08 16:15:13 -05:00
Anthony Minessale 175eb24765 add exclusive param 2017-05-08 16:09:18 -05:00
Anthony Minessale ee7a52d9b7 FS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whitespace before or after debug #resolve 2017-05-08 14:01:56 -05:00
Marc Olivier Chouinard dabab9f25a FS-10293: Fix regression from FS-9638 causing 1 way audio on FreeTDM Calls 2017-05-06 19:50:17 -04:00
Anthony Minessale 5d4ac1cd3b FS-10284: [core] rtp session variable "ts" can wrap to zero for long running calls, causing incorrect logic to be executed #resolve 2017-05-05 11:19:17 -05:00
Anthony Minessale 75df6bc406 add missing method 2017-05-04 12:42:20 -05:00
Anthony Minessale 65b3927f5b updates for events 2017-05-04 11:51:40 -05:00
Brian West 69b45859a9 FS-10050: [core] chromakey 2017-05-04 11:12:12 -05:00
Anthony Minessale 406de0dbf3 update 2017-05-03 18:31:04 -05:00
Anthony Minessale d2866cc538 temp docs 2017-05-03 18:22:23 -05:00
Anthony Minessale bfe1a84c39 FS-9922: [mod_conference] Auto Energy Level 2017-05-03 15:25:04 -05:00
Anthony Minessale a0d0dc2d3e FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode #resolve 2017-05-03 14:30:07 -05:00
Anthony Minessale 77e7d1c216 FS-9958: [freeswitch-core,mod_local_stream] Add agc object and use it in mod_local_stream 2017-05-03 13:50:49 -05:00
Anthony Minessale 5ce389db05 FS-9958: [freeswitch-core,mod_local_stream] Add agc object and use it in mod_local_stream 2017-05-03 13:48:03 -05:00
Anthony Minessale c07ad8c263 FS-10285: [verto.js] Device enumeration in Edge -- remove debug 2017-05-02 17:27:43 -05:00
Anthony Minessale eafdc9d75b FS-10285: [verto.js] Device enumeration in Edge #resolve 2017-05-02 17:12:24 -05:00
Anthony Minessale d5b44cc12d FS-9242: [verto.js] Update WebRTC code in verto to match latest spec -- update to latest 2017-05-02 17:12:24 -05:00
Mike Jerris 7a8495a43b Merge pull request #1240 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:bugfix/FS-10071-mod_perl-crashes-on-ubuntu-but-not to master
* commit 'ba544dc746a4a265624f23d2c75c2e7d4c0dfd3f':
  FS-10071 mod_perl safety fix for clone call Adding NULL at the end of our fake ARGV string for completeness
2017-05-02 19:07:05 +00:00
Mike Jerris f51b0a78fe Merge pull request #1264 in FS/freeswitch from ~DALFOS/freeswitch:bugfix/FS-7575-update-freeradius-client-to-1.1.7 to master
* commit '348ce5ff0951b0fe4f29f77f99cf44dfb1e62698':
  FS-7575 Update freeradius-client to 1.1.7
2017-05-02 18:03:05 +00:00
Mike Jerris 99c4dc27c4 Merge pull request #1265 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:bugfix/FS-10282/small_opus_improvements_log_debug to master
* commit '7fe1839466b92a338c38e2c8f78a3544d807b69f':
  FS-10282: mod_opus: fix some logging for debug mode (when opus_debug is on)
2017-05-02 17:03:22 +00:00
Dragos Oancea 7fe1839466 FS-10282: mod_opus: fix some logging for debug mode (when opus_debug is on) 2017-05-02 17:55:23 +01:00
Mike Jerris bd515c3436 Merge pull request #1262 in FS/freeswitch from ~SEBASTIC/freeswitch:mod_say_nl to master
* commit '4be66ff5c3036f58675ba3ac63f0dbab04170d89':
  FS-10279: Fix double digit pronounciation (mod_say_nl).
2017-05-02 15:09:33 +00:00
Andrey Petrov 348ce5ff09 FS-7575 Update freeradius-client to 1.1.7 2017-05-02 16:55:45 +03:00
Bas Couwenberg 4be66ff5c3 FS-10279: Fix double digit pronounciation (mod_say_nl). 2017-05-02 09:28:01 +02:00
Mike Jerris e3ef041517 FS-10277: [debian] install debug symbols along with freeswitch-all package to avoid users with unusable backtraces 2017-05-01 12:12:30 -05:00
Mitch Capper ba544dc746 FS-10071 mod_perl safety fix for clone call
Adding NULL at the end of our fake ARGV string for completeness
2017-04-28 18:07:30 -07:00
Italo Rossi 13d5dff27d Merge pull request #1203 in FS/freeswitch from ~F93/freeswitch:bugfix/FS-10085-incorrect-no_answer_delay_time-behavoir to master
* commit '051cf19c93224bdab37fbfda68f9caaa0813aefa':
  FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy
2017-04-29 00:56:43 +00:00
Mike Jerris a4e624bec8 Merge pull request #1211 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10108-patch-mod_freetdm-make-the-freetdm to master
* commit '119dd7e8e841b5294ae4b85b7cc028df40acc45e':
  FS-10108: mod_freetdm - Configurable FreeTDM Configuration file locations
2017-04-28 20:09:39 +00:00
Mike Jerris a5358b3543 Merge pull request #1214 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10111-patch-mod_xml_cdr-make-folder-recursivery to master
* commit '0d177f21f69e3477c8ab548366a7c8522bd77b79':
  FS-10111: mod_xml_cdr Create folder recursivery to the specified destination
2017-04-28 20:05:13 +00:00
Mike Jerris 5a54356ada Merge pull request #1215 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10112-patch-switch_xml-renaming-a-c-variable to master
* commit '0147d4dbc18c8329b4fa7716653968b76a02ff16':
  FS-10112: switch_xml - Renaming a C variable name and type (No behavior change)
2017-04-28 20:04:21 +00:00
Mike Jerris 14204c2557 Merge pull request #1083 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9791 to master
* commit '040a0d20d9bfc87fb6571a584a3061cb699bb71b':
  FS-9791: Allow sofia_contact() to limit result by sip user agent Ex: sip_match_user_agent=Bria
2017-04-28 20:03:29 +00:00
Mike Jerris e105da0b09 Merge pull request #1236 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feature/FS-10172_mod_event_socket-err_log to master
* commit 'e02631c0a8e105d93aa7132a4d2d7c0055d26912':
  FS-10172: mod_event_socket: handle return codes from switch_queue_trypush() , more verbose logging when we cannot enqueue
2017-04-28 19:16:06 +00:00
Anthony Minessale 7e90fe5a25 FS-10274: [mod_conference] Prevent double-recording of conference files and all recording of supercanvas in multi-canvas mode #resolve 2017-04-28 12:26:47 -05:00
Ken Rice b57dcf982f swigall 2017-04-27 23:05:19 -05:00
Anthony Minessale 62807092a9 FS-10258: [mod_sofia] FW must keep previously negotiated DTLS role during SIP re-INVITE -- this part backwards 2017-04-27 18:02:13 -05:00
Anthony Minessale 69eee29078 FS-10269: [mod_conference] conference recording pause doesn't work correctly for video -- partial 2017-04-27 17:57:26 -05:00
Anthony Minessale c229ea05a6 FS-9922: [mod_conference] Auto Energy Level -- typo 2017-04-27 17:45:12 -05:00
Anthony Minessale f691d139ea FS-9922: [mod_conference] Auto Energy Level -- some clean up 2017-04-27 15:28:59 -05:00
Anthony Minessale c6839a44f3 FS-10273: [freeswitch-core] Missing case stmt causing invalid stats #resolve 2017-04-27 14:54:45 -05:00
Mike Jerris 9b0f71b4c5 Merge pull request #1250 in FS/freeswitch from ~MERWAN/freeswitch:master to master
* commit '8132248ba3ef9828ba9c2e00395aea7b7ceea174':
  [FS-10155] French digits are not spelled right
2017-04-26 22:30:32 +00:00