Commit Graph

31044 Commits

Author SHA1 Message Date
Chris Rienzo a7465e6cbf FS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency, and allow 0.10.0 of hiredis for CentOS 6. 2016-04-11 11:54:46 -04:00
Anthony Minessale 93d45b3bce FS-9049 2016-04-10 11:39:28 -05:00
Anthony Minessale 4430d8a443 FS-7317 2016-04-10 11:22:00 -05:00
Piotr Gregor 68c2c5d485 FS-9039: [avmd] Use FS enumeration
Now initialization function returns switch_status_t.
2016-04-09 20:05:52 +01:00
Mike Jerris 07b200cdd4 Merge pull request #801 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9043 to master
* commit '68e0aded0dd0c5ac652e14764a63a04782deb851':
  FS-9043 [mod_kazoo] add kz_export
2016-04-08 13:29:09 -05:00
Italo Rossi 0d92133925 Merge pull request #786 in FS/freeswitch from ~DCOLOMBO/freeswitch:feature/FS-9006-add-combobox-for-languages to master
* commit '817a10be14311ebd7f01065bf49197d4fc10675d':
  FS-9006 - [verto_communicator] add-combobox for languages
2016-04-08 13:20:15 -05:00
Luis Azedo 68e0aded0d FS-9043 [mod_kazoo] add kz_export 2016-04-08 19:17:28 +01:00
Michael Jerris 9cabdfb9f8 bump apr build from api update 2016-04-08 13:43:43 -04:00
Michael Jerris 9a63a9731e FS-9042: [core] fix assert when recording native file 2016-04-08 12:40:15 -05:00
Mike Jerris f8ba116b71 Merge pull request #800 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9036-avmd-cast-to-unsigned-integer to master
* commit 'c442be0f40a93f58d55b535084b4387b6b75852b':
  FS-9036: [avmd] Cast to unsigned
  FS-9031: [avmd] Check session initialization
2016-04-08 11:06:20 -05:00
Davide Colombo 817a10be14 FS-9006 - [verto_communicator] add-combobox for languages 2016-04-08 11:43:51 +02:00
Michael Jerris e4add83915 swigall 2016-04-07 18:40:42 -05:00
Italo Rossi 3f5af35fd3 FS-9025 - [mod_callcenter] bypass_media_after_bridge working for member channel 2016-04-07 17:54:28 -03:00
Michael Jerris 22fd90e71e FS-8623: we really need this flag, but need to fix libvpx configure to let us pass it 2016-04-07 16:53:36 -04:00
Michael Jerris 159f4a1396 FS-8623: fix sun studio build errors building libvpx 2016-04-07 16:07:01 -04:00
Michael Jerris 3976eb17d0 FS-8623: fix sun studio build errors building libvpx 2016-04-07 15:21:55 -04:00
Michael Jerris 29263bf7b9 FS-8623: fix sun studio error trying to compile char[] with c++ compiler 2016-04-07 15:11:42 -04:00
Piotr Gregor c442be0f40 FS-9036: [avmd] Cast to unsigned
Should fix warnings on Windoze.
2016-04-07 20:08:25 +01:00
Mike Jerris 6ad1a2933e Merge pull request #791 in FS/freeswitch from ~NIELSHANBERG_GMAIL.COM/freeswitch:translate-to-danish to master
* commit '254b7067819eddcf08a2a882af8631d9f943e73d':
  FS-9038: Add translations to support danish - Initial try to translate to danish. All translations was made without knowing the full context. - Fix indentation - Add dansih as an available language
2016-04-07 12:53:17 -05:00
Niels Hanberg 254b706781 FS-9038: Add translations to support danish
- Initial try to translate to danish. All translations was made without knowing the full context.
- Fix indentation
- Add dansih as an available language
2016-04-07 19:21:43 +02:00
Piotr Gregor 8baf10d266 FS-9031: [avmd] Check session initialization
Now avmd session's initialization is checked
for errors. Error reporting is improved.
2016-04-07 18:08:41 +01:00
Mike Jerris da43cd8367 Merge pull request #798 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9031-avmd-check-session-initialization to master
* commit '2197794e5569bc52d51dbec81f4ddab7944a6ffd':
  FS-9031: [avmd] Check session initialization
2016-04-07 11:20:53 -05:00
Piotr Gregor 2197794e55 FS-9031: [avmd] Check session initialization
Now avmd session's initialization is checked
for errors. Error reporting is improved.
2016-04-07 17:14:56 +01:00
Mike Jerris 266f76cdac Merge pull request #797 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9028-avmd-check-sma-buffer-for-successful to master
* commit '7dd77c781e7ac336515b28d5cd3060a44c06c6ef':
  FS-9028: [avmd] Check SMA buffer
2016-04-07 10:14:50 -05:00
Piotr Gregor 7dd77c781e FS-9028: [avmd] Check SMA buffer
Now SMA buffer is checked for successful memory
allocation dynamically with assertion omitted.
2016-04-07 16:10:34 +01:00
Mike Jerris 5ea78d6da2 Merge pull request #796 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9027-avmd-check-buffer-for-successful to master
* commit 'cc05abc0d4fcc40af68e2e6158256cb655ea3e12':
  FS-9027: [avmd] Check buffer
2016-04-07 09:58:00 -05:00
Piotr Gregor cc05abc0d4 FS-9027: [avmd] Check buffer
Now buffer is checked for successful memory
allocation dynamically with assertion omitted.
2016-04-06 23:08:21 +01:00
Mike Jerris 5731bf9edf Merge pull request #795 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9020-avmd-add-app-flags-for-require-media to master
* commit '73cc5ae3c1dae9cd009e8dba3e295a9fc7ecf6bf':
  FS-9020 Avmd internal/external channel
2016-04-06 12:26:21 -05:00
Piotr Gregor 73cc5ae3c1 FS-9020 Avmd internal/external channel
Implement checking of proper configuration
of avmd session being started on internal/external
channels. Check for read/write codec, CF_MEDIA_SET.
2016-04-06 17:57:15 +01:00
Mike Jerris f4bca18a90 Merge pull request #793 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9023-avmd-add-console-auto-completion to master
* commit '4fa43a244208370e58d7280b43ca84c15c77c1b4':
  [avmd] FS-9023 Add console auto completion
2016-04-05 11:14:23 -05:00
Piotr Gregor 4fa43a2442 [avmd] FS-9023 Add console auto completion
Now auto completion is enabled.
2016-04-05 17:09:17 +01:00
Mike Jerris 35855264c2 Merge pull request #792 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9019-avmd-extend-syntax-description to master
* commit '439be5d122ea8d331549e2d4f713777733e7be19':
  [avmd] FS-9019 Extend syntax description
2016-04-05 10:22:03 -05:00
Piotr Gregor 439be5d122 [avmd] FS-9019 Extend syntax description
Add commands to syntax description.
2016-04-05 15:48:48 +01:00
William King 1aa2bf8d77 FS-8978 part two 2016-04-04 22:04:22 -05:00
William King e33c7df9c0 Merge pull request #768 in FS/freeswitch from ~PHIL.LAVIN/freeswitch:bugfix/FS-8978-mod-hiredis-fix-decr to master
* commit 'a1ee1a03bf0b9ff045e3a1b94f479e86c37f1274':
  FS-8978: [mod_redis] Fix limit counter not decrementing on hangup
2016-04-04 21:59:49 -05:00
Mike Jerris f32edbb936 FS-8875: [mod_avmd] fix windows build from this change 2016-04-04 17:00:25 -04:00
Michael Jerris 0763f694ff FS-8294: [freetdm] pass in modinstdir to freetdm configure 2016-04-04 16:07:38 -04:00
Michael Jerris f71ed897f8 FS-8562: [mod_sofia] add update support for Mitel user agents 2016-04-04 15:42:53 -04:00
Michael Jerris eadb3f890f FS-8780: fix the include for Windows builds that point to in tree lib 2016-04-04 15:08:26 -04:00
Mike Jerris a74fc71b67 Merge pull request #687 in FS/freeswitch from freetdm_patch to master
* commit '320d5f2015976fed9ca282dfeeb2bd3e977e6f76':
  Applied the Sangoma patch to FS version 1.2 in order to port to FS v1.6+
2016-04-04 13:51:09 -05:00
Michael Jerris 2ae2af2020 FS-8779: fix the include for Windows builds that point to in tree lib 2016-04-04 14:41:13 -04:00
Michael Jerris 94fd5db497 FS-8883: fix compile due to unused result failure on gnu compiler with --disable-debug 2016-04-04 14:31:48 -04:00
Mike Jerris e2718b1111 Merge pull request #658 in FS/freeswitch from xml_rpc_segfault_fix to master
* commit '23e333a9fc3dad4b227659f2a31fb65321970f1e':
  FS-8706: Fix a segfault where no response status was set previously, and try to prevent future ones by setting default response status of 500.
2016-04-04 13:15:43 -05:00
Mike Jerris 61fda5727d Merge pull request #790 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9016-avmd-segfault-on-null-read_codec to master
* commit '0a893bac2f26a66b18ebb2e08ee05eafc3db47c5':
  FS-9016 Avmd segfaults on NULL read codec
2016-04-04 11:45:57 -05:00
Piotr Gregor 0a893bac2f FS-9016 Avmd segfaults on NULL read codec
Now it will simply exit. Also added more
descriptive and clear error reporting.
2016-04-04 17:03:30 +01:00
Michael Jerris 5a18458972 FS-9015: [verto_communicator] save in UTF-8 2016-04-04 10:34:39 -04:00
Piotr Gregor e97c74e46e [verto_communicator] FS-9015 Minor fixes in Polish translation 2016-04-04 10:21:48 -04:00
Michael Jerris 4e96a9e6bb FS-9000: fix compile on bsd and with libyuv disabled 2016-04-02 16:57:39 -04:00
Anthony Minessale 48dcab82d7 FS-9000 tweaks 2016-04-01 10:49:52 -05:00
Chris Rienzo 86965a363d FS-9004 [mod_http_cache] set http get timeout on thread that is actively downloading with the value from the download-timeout configuration. 2016-04-01 11:08:00 -04:00