Commit Graph

30866 Commits

Author SHA1 Message Date
William King e8f83d0558 FS-9081 to build all modules for trusty needs the universe components 2016-04-18 20:17:58 -07:00
William King 3c8d2fea30 FS-9081 use turbo if available for newer jpeg over falling back to old jpeg62-dev 2016-04-18 12:37:58 -07:00
Ken Rice 5dccba3f34 bump version number in generated doxygen output 2016-04-18 13:25:55 -05:00
Mike Jerris 96e207ff4f Merge pull request #806 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9030-avmd-sync-avmd_start_function to master
* commit 'bcddd3da158565c70224838a210662de6cba47ad':
  FS-9030, FS-9050: [avmd] Fix APP interface
2016-04-18 13:24:30 -05:00
Italo Rossi 6ed9f5e736 FS-9080 - [mod_spy] Making mod_spy work with Verto channels 2016-04-18 14:58:52 -03:00
Mike Jerris e06053c678 Merge pull request #811 in FS/freeswitch from ~ALEXANDR.DUBOVIKOV_GMAIL.COM/freeswitch:feature/FS-9078-hepv2-and-hepv3-support to master
* commit '981b528c48a44e0e775f6c8dec8e91ce9a01f252':
  FS-9078 added hepv2 and hepv3 support
2016-04-18 12:41:15 -05:00
Alexandr Dubovikov 981b528c48 FS-9078 added hepv2 and hepv3 support 2016-04-18 19:28:00 +02:00
Anthony Minessale II d3184ef000 Merge pull request #809 in FS/freeswitch from bugfix/FS-8949-switch_rtp.c-send-end-packet-for to master
* commit 'aadf89620a6658c37361153f11572c9e456a674b':
  FS-8949 #resolve [switch_rtp.c Send end packet for [X] not recognised]
2016-04-15 19:34:57 -05:00
Anthony Minessale aadf89620a FS-8949 #resolve [switch_rtp.c Send end packet for [X] not recognised] 2016-04-15 19:36:47 -05:00
Italo Rossi e3263680c1 FS-9077 [mod_verto] Adding verto_hangup_disposition variable to indicate who hangup 2016-04-15 16:54:38 -03:00
Nathan Neulinger 44258634e1 FS-9074: [mod_skinny] Fix incorrect location of free causing memory leak of xml when certain errors occur 2016-04-15 08:24:28 -05:00
Ken Rice 0557e25b67 FS-9075 [Debian Packaging] #resolve freeswitch-all package rework
the freeswitch-all package should be operationally the same as
freeswitch-meta-all it should not conflict with any other freeswitch
pacakge it should install them all via dependancy. This patch does just
that... There is probably a better way to do it, but this is needed to
avoid issues where a dep may have been added to a sub-module (say
mod_av, but it was not added to the freeswitch-all package. This will
also allow for someone to install freeswitch-all or any part there of
without forcing a deinstall of other parts of the over all FreeSWITCH
software package.
2016-04-14 13:33:36 -05:00
Mike Jerris cb07788675 Merge pull request #808 in FS/freeswitch from ~AKARUKOV/fs-9072-fix:bugfix/FS-9072-fix to master
* commit '50bf8dcddd6c0d045225029e633d1b4a0e13c3d9':
  FS-9072: [mod_syslog] Allow logging of messages with tab character
2016-04-14 10:28:24 -05:00
Artem Karukov 50bf8dcddd FS-9072: [mod_syslog] Allow logging of messages with tab character
mod_syslog silently drop messages containing tabs character 0x09 and thus does not log (f.e.) exceptions from lua code.
2016-04-14 07:43:31 -07:00
Piotr Gregor bcddd3da15 FS-9030, FS-9050: [avmd] Fix APP interface
Now avmd can be properly called from dialplan.
Application interface to start/stop avmd
session consists of start/stop app methods.
Backward compatible, old APP syntax left
but will be described in docs as deprecated.
2016-04-13 18:21:13 +01:00
Anthony Minessale 0462026b39 FS-9056 #resolve [Mobile H.264 video is black] 2016-04-12 20:01:59 -05:00
Mike Jerris 71cd9887c1 Merge pull request #802 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9039-avmd-change-return-type-of-session to master
* commit '68c2c5d485346ad6d1a7914a3ee78870953abb1d':
  FS-9039: [avmd] Use FS enumeration
2016-04-12 17:11:37 -05:00
Chris Rienzo 49f1d31290 FS-9058 [mod_hiredis] fix rate counters so the keys expire after interval completes. Do not auto decrement rate counters. Do not log null responses. 2016-04-12 15:23:49 -04:00
Chris Rienzo 7a369b57f1 FS-9059 [mod_hiredis] add session logging 2016-04-12 11:18:11 -04:00
Chris Rienzo f69fef88b7 FS-9058 [mod_hiredis] allow auto decrement of non-interval limits on channel hangup. 2016-04-12 10:39:09 -04:00
Chris Rienzo a0f347fca9 FS-9054 [mod_hiredis] add ignore-connect-fail profile param so that calls do not get killed if limit fails due to lost connection 2016-04-12 09:44:17 -04:00
Mike Jerris beada9b0cb Merge pull request #656 in FS/freeswitch from mod_conf_enhancements to master
* commit 'c39fbb295f6b9bc01baa5dbfc578e12022c088ae':
  FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference.
2016-04-11 12:00:37 -05:00
William King 241083681a Merge pull request #804 in FS/freeswitch from ~CRIENZO/freeswitch:bugfix/FS-9052 to master
* commit 'a7465e6cbffd3f9d062244bbbb44b029ddfeb568':
  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:22:29 -05:00
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