]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agoFS-6739 #resolve
Anthony Minessale [Thu, 14 Aug 2014 14:40:47 +0000 (19:40 +0500)] 
FS-6739 #resolve

11 years agoCleanup whitespace
Travis Cross [Wed, 13 Aug 2014 19:16:18 +0000 (19:16 +0000)] 
Cleanup whitespace

11 years agolibzrtp: update zrtp_sleep for modern libc
Peter Wu [Wed, 6 Aug 2014 08:19:03 +0000 (10:19 +0200)] 
libzrtp: update zrtp_sleep for modern libc

usleep is deprecated and disabled in glibc 2.12 unless requested. Use
nanosleep instead if available.

This fixes the following compiler warning:

    ./src/zrtp_iface_scheduler.c: In function 'zrtp_sleep':
    ./src/zrtp_iface_scheduler.c:96:2: warning: implicit declaration of
    function 'usleep' [-Wimplicit-function-declaration]
      usleep(msec*1000);
      ^

11 years agolibsrtp: do not include unnecessary sources
Peter Wu [Wed, 6 Aug 2014 11:03:53 +0000 (13:03 +0200)] 
libsrtp: do not include unnecessary sources

These two files should only be built when OpenSSL is not enabled. See
the configure script of the original sources and Makefile from upstream.
(RNG_EXTRA_OBJS)

Fixes a -Wimplicit-function-declaration warning.

11 years agoFix copy-paste error in '-certs' error message
Peter Wu [Fri, 1 Aug 2014 18:32:27 +0000 (20:32 +0200)] 
Fix copy-paste error in '-certs' error message

11 years agoMerge pull request #25 in FS/freeswitch from ~STEVEAYRE/freeswitch:master to master
Mike Jerris [Wed, 13 Aug 2014 18:37:17 +0000 (13:37 -0500)] 
Merge pull request #25 in FS/freeswitch from ~STEVEAYRE/freeswitch:master to master

* commit '05ef18948d3870c4afcd82ce32e164e4a152a8e1':
  add uptime api to mod_commands

12 years agoMerging in latest from upstream (FS/freeswitch:refs/heads/master)
Stan Gor [Wed, 13 Aug 2014 03:08:44 +0000 (22:08 -0500)] 
Merging in latest from upstream (FS/freeswitch:refs/heads/master)

* commit 'b60df39b96b05b6c3cf220d5049ea5fc20dfa6e1':
  mod_http_cache: fix configuration so that carriage returns or other whitespace is OK around S3 keys
  mod_http_cache: fixed S3 URL parser to allow mybucketsubdomain.com.s3.amazonaws.com

12 years agomod_http_cache: fix configuration so that carriage returns or other whitespace is...
Chris Rienzo [Tue, 12 Aug 2014 20:28:42 +0000 (16:28 -0400)] 
mod_http_cache: fix configuration so that carriage returns or other whitespace is OK around S3 keys

12 years agomod_http_cache: fixed S3 URL parser to allow mybucketsubdomain.com.s3.amazonaws.com
Chris Rienzo [Tue, 12 Aug 2014 20:07:56 +0000 (16:07 -0400)] 
mod_http_cache: fixed S3 URL parser to allow mybucketsubdomain.com.s3.amazonaws.com

12 years agoadd uptime api to mod_commands
Steven Ayre [Tue, 12 Aug 2014 13:06:15 +0000 (14:06 +0100)] 
add uptime api to mod_commands

12 years agofix mod_fifo presence
stangor [Mon, 11 Aug 2014 21:08:10 +0000 (14:08 -0700)] 
fix mod_fifo presence
https://jira.freeswitch.org/browse/FS-6732

12 years agoMerge pull request #23 in FS/freeswitch from ~DDRAGIC/freeswitch:fix_mod_blacklist...
Brian West [Mon, 11 Aug 2014 19:54:42 +0000 (14:54 -0500)] 
Merge pull request #23 in FS/freeswitch from ~DDRAGIC/freeswitch:fix_mod_blacklist to master

* commit 'fe2a6e8acae2e8104c9480361b1561ee3f120bf1':
  FS-6620 mod_blacklist fix not deleting entries from list

12 years agodon't overwrite autodial ext from cookie when supplied on the input hash
Anthony Minessale [Mon, 11 Aug 2014 19:29:45 +0000 (00:29 +0500)] 
don't overwrite autodial ext from cookie when supplied on the input hash

12 years agoadd homer capture line to websocket transport
Anthony Minessale [Mon, 11 Aug 2014 16:02:25 +0000 (21:02 +0500)] 
add homer capture line to websocket transport

12 years agoFS-6679 #resolve
Anthony Minessale [Fri, 8 Aug 2014 21:12:56 +0000 (02:12 +0500)] 
FS-6679 #resolve

12 years agoFix line endings per .gitattributes
Travis Cross [Fri, 8 Aug 2014 15:24:42 +0000 (15:24 +0000)] 
Fix line endings per .gitattributes

12 years agoFS-6692 #resolve
Anthony Minessale [Wed, 6 Aug 2014 16:35:53 +0000 (21:35 +0500)] 
FS-6692 #resolve

12 years agofix early media vs answer race
Anthony Minessale [Wed, 6 Aug 2014 16:09:03 +0000 (21:09 +0500)] 
fix early media vs answer race

12 years agoFS-6727 allow 1.1 and 1.2, They should probably fix that soon
Brian West [Wed, 6 Aug 2014 13:52:21 +0000 (08:52 -0500)] 
FS-6727 allow 1.1 and 1.2, They should probably fix that soon

12 years agoREFER_EVENT is missing from the message names array
Patrice Fournier [Wed, 6 Aug 2014 03:58:56 +0000 (23:58 -0400)] 
REFER_EVENT is missing from the message names array

REFER_EVENT has been added to switch_core_session_message_types_t
a while ago, but was never added to the message_names[] related array.

12 years agoFS-6667 #comment block sending audio when dmachine is reading
Anthony Minessale [Tue, 5 Aug 2014 20:21:34 +0000 (01:21 +0500)] 
FS-6667 #comment block sending audio when dmachine is reading

12 years agofix channel count in embedded file formats
Anthony Minessale [Tue, 5 Aug 2014 19:25:04 +0000 (00:25 +0500)] 
fix channel count in embedded file formats

12 years agomod demo so you can change params when not connected
Anthony Minessale [Tue, 5 Aug 2014 18:41:28 +0000 (23:41 +0500)] 
mod demo so you can change params when not connected

12 years agoFS-6713 #comment remove debug
Anthony Minessale [Tue, 5 Aug 2014 17:14:05 +0000 (22:14 +0500)] 
FS-6713 #comment remove debug

12 years agomod_skinny: fix calloc argument ordering CID: 1214236 1214235
Nathan Neulinger [Tue, 5 Aug 2014 16:52:52 +0000 (11:52 -0500)] 
mod_skinny: fix calloc argument ordering CID: 1214236 1214235

12 years agomod_skinny: calloc param ordering 1214234
Nathan Neulinger [Tue, 5 Aug 2014 16:45:38 +0000 (11:45 -0500)] 
mod_skinny: calloc param ordering 1214234

12 years agomod_skinny: fix potential NPE CID: 1223252
Nathan Neulinger [Tue, 5 Aug 2014 16:39:17 +0000 (11:39 -0500)] 
mod_skinny: fix potential NPE CID: 1223252

12 years agomod_skinny: pointless check CID 1060963
Nathan Neulinger [Tue, 5 Aug 2014 16:30:15 +0000 (11:30 -0500)] 
mod_skinny: pointless check CID 1060963

12 years agomod_skinny: fix potential overflow CID: 1060947
Nathan Neulinger [Tue, 5 Aug 2014 16:26:20 +0000 (11:26 -0500)] 
mod_skinny: fix potential overflow CID: 1060947

12 years agomod_skinny: start using switch_copy_string so it uses apy_cpystrn - CID: 1214145...
Nathan Neulinger [Tue, 5 Aug 2014 16:18:21 +0000 (11:18 -0500)] 
mod_skinny: start using switch_copy_string so it uses apy_cpystrn - CID: 1214145 1214146 1214131 1214132 1214133 1214134 1214135
1214147 1214148 1214149 1214150 1214151 1214152 1214153 1214154 1214155 1214138 1214139 1214143 1214144

Forces null termination of the destination string.

12 years agomod_skinny: CID:1060950 remove some dead debugging code
Nathan Neulinger [Tue, 5 Aug 2014 16:10:47 +0000 (11:10 -0500)] 
mod_skinny: CID:1060950 remove some dead debugging code

12 years agoFS-6713 #resolve
Anthony Minessale [Mon, 4 Aug 2014 18:50:31 +0000 (23:50 +0500)] 
FS-6713 #resolve

12 years agosave remote caller id
Anthony Minessale [Mon, 4 Aug 2014 18:08:29 +0000 (23:08 +0500)] 
save remote caller id

12 years agoFS-6620 mod_blacklist fix not deleting entries from list
Dušan Dragić [Sun, 3 Aug 2014 09:15:06 +0000 (11:15 +0200)] 
FS-6620 mod_blacklist fix not deleting entries from list

12 years agoSilence warning from clang-3.5 dealing with redefining the variable argv which is...
William King [Sun, 3 Aug 2014 02:47:07 +0000 (19:47 -0700)] 
Silence warning from clang-3.5 dealing with redefining the variable argv which is first defined as a function parameter

12 years agoSilence a warning in clang-3.5 dealing with implicit conversion from 64bit to 32bit...
William King [Sun, 3 Aug 2014 02:41:44 +0000 (19:41 -0700)] 
Silence a warning in clang-3.5 dealing with implicit conversion from 64bit to 32bit in a function call to switch_ivr_sleep()

12 years agoFS-6719 #resolve
Brian West [Fri, 1 Aug 2014 21:55:51 +0000 (16:55 -0500)] 
FS-6719 #resolve

12 years agoadd checkbox to demo to use stun or not
Anthony Minessale [Fri, 1 Aug 2014 20:20:00 +0000 (01:20 +0500)] 
add checkbox to demo to use stun or not

12 years agoalways start payloads at 102 to avoid webrtc funk
Anthony Minessale [Fri, 1 Aug 2014 19:59:30 +0000 (00:59 +0500)] 
always start payloads at 102 to avoid webrtc funk

12 years agomap emails
Ken Rice [Fri, 1 Aug 2014 19:47:38 +0000 (14:47 -0500)] 
map emails

12 years agoFS-6690 #resolve
Anthony Minessale [Fri, 1 Aug 2014 18:07:13 +0000 (23:07 +0500)] 
FS-6690 #resolve

12 years agoadd switch_separate_file_params function so when using relative paths with bracketed...
Anthony Minessale [Fri, 1 Aug 2014 17:57:35 +0000 (22:57 +0500)] 
add switch_separate_file_params function so when using relative paths with bracketed params the full path can be constructed with the params in tact

12 years agoFS-6718 #message adding the patch
Anthony Minessale [Fri, 1 Aug 2014 16:07:53 +0000 (21:07 +0500)] 
FS-6718 #message adding the patch

12 years agoTreat `*-min.js` files as minified for git
Travis Cross [Fri, 1 Aug 2014 16:59:11 +0000 (16:59 +0000)] 
Treat `*-min.js` files as minified for git

12 years agoTreat minified files as binary for git
Travis Cross [Fri, 1 Aug 2014 16:54:19 +0000 (16:54 +0000)] 
Treat minified files as binary for git

This prevents e.g. `git log -p` from showing the content changes in
these files by default, which is what we want because line-oriented
diffs of these files are meaningless.

12 years agoonly set the not_ready flag on one side on video unbridge
Anthony Minessale [Thu, 31 Jul 2014 18:20:04 +0000 (23:20 +0500)] 
only set the not_ready flag on one side on video unbridge

12 years agoFS-6712 #resolve
Anthony Minessale [Thu, 31 Jul 2014 18:04:10 +0000 (23:04 +0500)] 
FS-6712 #resolve

12 years agoFS-6711 #resolve
Anthony Minessale [Thu, 31 Jul 2014 17:59:21 +0000 (22:59 +0500)] 
FS-6711 #resolve

12 years agoFS-6707 #resolve #comment add the param iceServers to verto constructor. possible...
Anthony Minessale [Thu, 31 Jul 2014 17:45:47 +0000 (22:45 +0500)] 
FS-6707 #resolve #comment add the param iceServers to verto constructor.  possible values: true: enables previous behaviour, false: nowthe default, use no iceServers, ARRAY of iceServer objects: this object will be passed into the browser as-is

12 years agoAdd DELETE request support to mod_curl
Travis Cross [Thu, 31 Jul 2014 02:29:02 +0000 (02:29 +0000)] 
Add DELETE request support to mod_curl

12 years agoFix build on Debian sid/jessie
Travis Cross [Thu, 31 Jul 2014 03:21:19 +0000 (03:21 +0000)] 
Fix build on Debian sid/jessie

Debian has packaged libpq version 9.4beta2.  We were parsing the minor
version as "4beta2" and then trying to treat it as a constant integer,
which obviously doesn't work.

There's not really a perfect way to handle versions like this, so
we'll just pretend it's 9.4.0.

12 years agofix typo that can lead to seg
Anthony Minessale [Wed, 30 Jul 2014 17:17:47 +0000 (22:17 +0500)] 
fix typo that can lead to seg

12 years agofix extraneous < in sip url parser
Anthony Minessale [Wed, 30 Jul 2014 17:13:57 +0000 (22:13 +0500)] 
fix extraneous < in sip url parser

12 years agoCID 1229134: fix small memory leak
William King [Wed, 30 Jul 2014 04:42:31 +0000 (21:42 -0700)] 
CID 1229134: fix small memory leak

12 years agoFS-6701 #resolve
Anthony Minessale [Tue, 29 Jul 2014 17:20:31 +0000 (22:20 +0500)] 
FS-6701 #resolve

12 years agoFS-6702 #resolve
Anthony Minessale [Tue, 29 Jul 2014 17:16:56 +0000 (22:16 +0500)] 
FS-6702 #resolve

12 years agoImproved HDLC abort handling
Steve Underwood [Tue, 29 Jul 2014 13:22:47 +0000 (21:22 +0800)] 
Improved HDLC abort handling

12 years agoFS-6631 #resolve
Anthony Minessale [Mon, 28 Jul 2014 22:04:24 +0000 (03:04 +0500)] 
FS-6631 #resolve

12 years agoFixes for DTC handling in the T.38 gateway
Steve Underwood [Mon, 28 Jul 2014 15:35:06 +0000 (23:35 +0800)] 
Fixes for DTC handling in the T.38 gateway

12 years agousing hosted version to avoid blocks, following cb7a338 7596689
Seven Du [Mon, 28 Jul 2014 12:02:09 +0000 (20:02 +0800)] 
using hosted version to avoid blocks, following cb7a338 7596689

12 years agotrivial compiler fix
Jeff Lenk [Sun, 27 Jul 2014 22:23:51 +0000 (17:23 -0500)] 
trivial compiler fix

12 years agofreetdm: Added dtmf_time_on and dtmf_time_off parameters to tweak DTMF duration in...
Moises Silva [Sun, 27 Jul 2014 17:29:58 +0000 (13:29 -0400)] 
freetdm: Added dtmf_time_on and dtmf_time_off parameters to tweak DTMF duration in milliseconds

12 years agoqueue more messages
Anthony Minessale [Fri, 25 Jul 2014 21:24:10 +0000 (02:24 +0500)] 
queue more messages

12 years agotweaks
Brian West [Fri, 25 Jul 2014 20:54:37 +0000 (15:54 -0500)] 
tweaks

12 years agocss tweak
Anthony Minessale [Fri, 25 Jul 2014 20:51:01 +0000 (01:51 +0500)] 
css tweak

12 years agoFix WS Compile on MSVC2012
Brian West [Fri, 25 Jul 2014 16:34:08 +0000 (11:34 -0500)] 
Fix WS Compile on MSVC2012

12 years agoNotes on how to make a CA and setup up everything quick and dirty style
Brian West [Fri, 25 Jul 2014 16:08:16 +0000 (11:08 -0500)] 
Notes on how to make a CA and setup up everything quick and dirty style

12 years agoFix this to use the vars for path to wss.pem
Brian West [Fri, 25 Jul 2014 15:22:26 +0000 (10:22 -0500)] 
Fix this to use the vars for path to wss.pem

12 years agoFS-6689 #comment next time please attach a diff #resolve
Brian West [Fri, 25 Jul 2014 12:31:13 +0000 (07:31 -0500)] 
FS-6689 #comment next time please attach a diff #resolve

12 years agohack for dropbox
Anthony Minessale [Thu, 24 Jul 2014 21:03:08 +0000 (02:03 +0500)] 
hack for dropbox

12 years agoadd resize
Anthony Minessale [Thu, 24 Jul 2014 20:55:53 +0000 (01:55 +0500)] 
add resize

12 years agorender image urls
Anthony Minessale [Thu, 24 Jul 2014 20:38:12 +0000 (01:38 +0500)] 
render image urls

12 years agorender image urls
Anthony Minessale [Thu, 24 Jul 2014 20:31:35 +0000 (01:31 +0500)] 
render image urls

12 years agoadd switch_socket_waitlist for waiting on multiple sockets and abstract it to poll...
Anthony Minessale [Thu, 24 Jul 2014 19:23:08 +0000 (00:23 +0500)] 
add switch_socket_waitlist for waiting on multiple sockets and abstract it to poll and select so windows can use it too

12 years agoonly do kepress on outside of page for dtmf
Anthony Minessale [Thu, 24 Jul 2014 18:43:05 +0000 (23:43 +0500)] 
only do kepress on outside of page for dtmf

12 years agosend dtmf from keyboard strokes
Anthony Minessale [Thu, 24 Jul 2014 18:17:55 +0000 (23:17 +0500)] 
send dtmf from keyboard strokes

12 years agofix some issues with duplicate chat events and some cleanup
Anthony Minessale [Thu, 24 Jul 2014 17:58:12 +0000 (22:58 +0500)] 
fix some issues with duplicate chat events and some cleanup

12 years agoupdate css
Anthony Minessale [Thu, 24 Jul 2014 16:39:03 +0000 (21:39 +0500)] 
update css

12 years agoFS-6686 #resolve #comment increased the timeout to 30 to accomidate situations where...
Anthony Minessale [Thu, 24 Jul 2014 16:24:17 +0000 (21:24 +0500)] 
FS-6686 #resolve #comment increased the timeout to 30 to accomidate situations where the engine takes longer to pick an IP

12 years agoadd enter press detection to the extension field to auto-dial
Anthony Minessale [Thu, 24 Jul 2014 16:03:36 +0000 (21:03 +0500)] 
add enter press detection to the extension field to auto-dial

12 years agoFS-6681: fix dup of audio/wav and add audio/x-wav
Brian West [Thu, 24 Jul 2014 13:30:44 +0000 (08:30 -0500)] 
FS-6681: fix dup of audio/wav and add audio/x-wav

12 years agoFS-6682: fix arg order on switch_channel_export_variable called from switch_channel_e...
Brian West [Thu, 24 Jul 2014 13:28:38 +0000 (08:28 -0500)] 
FS-6682: fix arg order on switch_channel_export_variable called from switch_channel_export_variable_printf #resolve

12 years agofollowup commit on last verto changes
Anthony Minessale [Thu, 24 Jul 2014 06:44:34 +0000 (02:44 -0400)] 
followup commit on last verto changes

12 years agoadd chat to demo
Anthony Minessale [Thu, 24 Jul 2014 05:13:32 +0000 (10:13 +0500)] 
add chat to demo

12 years agogo back to hosting js files for demo since some places block it
Anthony Minessale [Thu, 24 Jul 2014 05:13:13 +0000 (10:13 +0500)] 
go back to hosting js files for demo since some places block it

12 years agouse final_delivery variable in chat plan to indicate that you do not want to deliver...
Anthony Minessale [Wed, 23 Jul 2014 15:28:15 +0000 (20:28 +0500)] 
use final_delivery variable in chat plan to indicate that you do not want to deliver the message to its intended recipient because you have already pre-empted the message

12 years agomod_skinny:
Nathan Neulinger [Wed, 23 Jul 2014 22:26:24 +0000 (17:26 -0500)] 
mod_skinny:

Changes by Ryan Lantzer <lantzer@mst.edu> to correct the generation of
line_instance value in outbound ringer requests as part of trying to
diagnose 79x1 series phones not using the correct ring tone for
calls coming into secondary lines.

12 years agotweak timeout a little as it was changing to 1000000 on the 5th try on return from...
Brian West [Wed, 23 Jul 2014 20:39:33 +0000 (15:39 -0500)] 
tweak timeout a little as it was changing to 1000000 on the 5th try on return from switch_interval_time_from_timeval on OpenBSD

12 years agoMerge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
Brian West [Wed, 23 Jul 2014 19:52:29 +0000 (14:52 -0500)] 
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch

12 years agoFix configure check for libjpeg to not break other checks
Charlie Root [Wed, 23 Jul 2014 19:52:07 +0000 (14:52 -0500)] 
Fix configure check for libjpeg to not break other checks

12 years agoFS-6685 mod_skinny: fix behavior of ring if other SLA extension is active
Nathan Neulinger [Wed, 23 Jul 2014 18:31:06 +0000 (13:31 -0500)] 
FS-6685 mod_skinny: fix behavior of ring if other SLA extension is active

12 years agoFS-6680 #resolve
Brian West [Wed, 23 Jul 2014 16:28:07 +0000 (11:28 -0500)] 
FS-6680 #resolve

12 years agoFS-6680 #resolve
Brian West [Wed, 23 Jul 2014 16:26:23 +0000 (11:26 -0500)] 
FS-6680 #resolve

12 years agoUpdate bundled version of opus for debian
Travis Cross [Wed, 23 Jul 2014 16:10:04 +0000 (16:10 +0000)] 
Update bundled version of opus for debian

12 years agofreetdm: Added release guard time configuration
Moises Silva [Wed, 23 Jul 2014 04:40:27 +0000 (00:40 -0400)] 
freetdm: Added release guard time configuration

Currently only enabled in the analog e&m module but any
signaling module can easily take advantage of it with a small
modification to the signaling module to set span->sig_release_guard_time_ms

12 years agofreetdm: Raise some buffer limits
Moises Silva [Wed, 23 Jul 2014 03:44:17 +0000 (23:44 -0400)] 
freetdm: Raise some buffer limits

12 years agofreetdm: ftmod_analog_em: Added support for suspending channels that are offhook
Moises Silva [Mon, 21 Jul 2014 01:51:32 +0000 (21:51 -0400)] 
freetdm: ftmod_analog_em: Added support for suspending channels that are offhook

12 years agomod_freetdm: Added 'ftdm cas' command to read/write raw CAS bits
Moises Silva [Mon, 21 Jul 2014 01:45:24 +0000 (21:45 -0400)] 
mod_freetdm: Added 'ftdm cas' command to read/write raw CAS bits

12 years agojust do the sounds too
Brian West [Tue, 22 Jul 2014 20:19:40 +0000 (15:19 -0500)] 
just do the sounds too

12 years agoreduce radius for auto positioning
Anthony Minessale [Tue, 22 Jul 2014 20:05:55 +0000 (01:05 +0500)] 
reduce radius for auto positioning