]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Jeff Lenk [Sun, 31 Mar 2013 23:11:20 +0000 (18:11 -0500)]
windows openssl missing file
Jeff Lenk [Sun, 31 Mar 2013 02:53:48 +0000 (21:53 -0500)]
upgrade windows openssl to 1.0.1c
Travis Cross [Fri, 7 Jun 2013 06:59:38 +0000 (06:59 +0000)]
Whitespace cleanup to previous commit
William King [Fri, 7 Jun 2013 06:54:07 +0000 (23:54 -0700)]
Previous commit was incorrect. This would correctly handle the memory loss case.
William King [Sun, 19 May 2013 00:50:50 +0000 (17:50 -0700)]
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
Michael S Collins [Fri, 31 May 2013 18:44:46 +0000 (11:44 -0700)]
More to-be-recorded phrases.
Michael S Collins [Thu, 23 May 2013 00:39:07 +0000 (17:39 -0700)]
More phrases
Stefan Knoblich [Thu, 23 May 2013 00:07:55 +0000 (02:07 +0200)]
esl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR
ivrd doesn't use sigaction + SA_RESTART for SIGCHILD. An exiting
child process will interrupt accept() in the parent to handle
the signal, which makes accept() return -1 (errno = EINTR) after
the sighandler function returns.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
Stefan Knoblich [Thu, 23 May 2013 00:05:25 +0000 (02:05 +0200)]
ivrd: fflush() stdout before entering esl_listen()
Fixes repeatedly printing the 'Starting forking listener' message,
if stdout has been redirected into a logfile (for example).
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
Michael S Collins [Wed, 22 May 2013 20:17:04 +0000 (13:17 -0700)]
Add new to-be-recorded phrases highlighting weekly conf call (to add to new demo IVR)
William King [Wed, 22 May 2013 19:38:15 +0000 (12:38 -0700)]
FS-5440: don't assert on bad input rtmp data
Jeff Lenk [Wed, 22 May 2013 15:38:04 +0000 (10:38 -0500)]
windows fix trivial compiler warning
Anthony Minessale [Mon, 20 May 2013 13:20:33 +0000 (08:20 -0500)]
FS-5444 --resolve
Michael S Collins [Thu, 9 May 2013 17:26:02 +0000 (10:26 -0700)]
update to be recorded phrases
Giovanni Maruzzelli [Thu, 9 May 2013 17:00:54 +0000 (17:00 +0000)]
test 2, please ignore
root [Thu, 9 May 2013 16:59:39 +0000 (16:59 +0000)]
test, please ignore
Michael S Collins [Wed, 8 May 2013 17:20:22 +0000 (10:20 -0700)]
Update to be recorded phrases
Michael S Collins [Fri, 12 Apr 2013 18:47:06 +0000 (11:47 -0700)]
Update to be recorded phrases
Ken Rice [Fri, 5 Apr 2013 01:52:47 +0000 (20:52 -0500)]
test
Raymond Chandler [Fri, 5 Apr 2013 01:49:42 +0000 (21:49 -0400)]
test
Seven Du [Tue, 4 Jun 2013 02:37:39 +0000 (10:37 +0800)]
fix typo again
Seven Du [Tue, 4 Jun 2013 02:23:23 +0000 (10:23 +0800)]
close websocket before unload
Seven Du [Tue, 4 Jun 2013 01:52:14 +0000 (09:52 +0800)]
add show complete
Seven Du [Tue, 4 Jun 2013 01:47:45 +0000 (09:47 +0800)]
add show aliases, management, interface_types
Seven Du [Tue, 4 Jun 2013 01:37:19 +0000 (09:37 +0800)]
add missing ShowInterfacesRoute
Seven Du [Tue, 4 Jun 2013 01:34:35 +0000 (09:34 +0800)]
fix copy&paste typo
Seven Du [Tue, 4 Jun 2013 01:32:38 +0000 (09:32 +0800)]
show tasks
Seven Du [Tue, 4 Jun 2013 01:25:19 +0000 (09:25 +0800)]
show say, chat, interfaces, limits
Seven Du [Sat, 25 May 2013 04:17:07 +0000 (12:17 +0800)]
update to mp4v2-2.0.0
It seems I cannot contact the original author
it seems has a bug which even cannot compile with mp4v2-trunk-479
This patch allow it to compile
Seven Du [Tue, 4 Jun 2013 00:21:34 +0000 (08:21 +0800)]
fix hardcoded host and port
Seven Du [Mon, 22 Apr 2013 15:18:49 +0000 (23:18 +0800)]
Oops, how can I forget the title?
Seven Du [Mon, 22 Apr 2013 15:11:34 +0000 (23:11 +0800)]
implement show modules
Seven Du [Mon, 22 Apr 2013 15:10:17 +0000 (23:10 +0800)]
fix show module as json
Seven Du [Mon, 22 Apr 2013 14:33:14 +0000 (22:33 +0800)]
add show registrations
Seven Du [Mon, 22 Apr 2013 13:55:23 +0000 (21:55 +0800)]
fix the last commit and implement show APIs
Seven Du [Mon, 22 Apr 2013 13:01:27 +0000 (21:01 +0800)]
add status on main page and add showFiles
Seven Du [Mon, 22 Apr 2013 12:07:27 +0000 (20:07 +0800)]
add copyright
Chris Rienzo [Thu, 6 Jun 2013 20:03:00 +0000 (16:03 -0400)]
Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing.
Chris Rienzo [Thu, 6 Jun 2013 19:34:49 +0000 (15:34 -0400)]
Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats.
Chris Rienzo [Wed, 22 May 2013 17:22:03 +0000 (13:22 -0400)]
mod_http_cache: fix example config
Chris Rienzo [Wed, 22 May 2013 12:47:49 +0000 (08:47 -0400)]
mod_http_cache: a couple more unit test cases
Chris Rienzo [Wed, 22 May 2013 12:22:04 +0000 (08:22 -0400)]
mod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed
Chris Rienzo [Wed, 22 May 2013 12:19:36 +0000 (08:19 -0400)]
mod_http_cache: fix unit test now that switch_b64_encode is fixed
Chris Rienzo [Tue, 21 May 2013 13:27:39 +0000 (09:27 -0400)]
mod_http_cache: forgot to add write to http_cache:// format
Chris Rienzo [Mon, 20 May 2013 15:18:40 +0000 (11:18 -0400)]
mod_http_cache: added write file format
Chris Rienzo [Mon, 20 May 2013 13:31:28 +0000 (09:31 -0400)]
mod_http_cache: added native Amazon S3 support
Chris Rienzo [Fri, 19 Apr 2013 02:08:58 +0000 (22:08 -0400)]
FS-5193 --resolve input timers added to mod_pocketsphinx.
Travis Cross [Mon, 27 May 2013 04:47:45 +0000 (04:47 +0000)]
debian: Update -meta-all to grab mod_b64
Travis Cross [Mon, 1 Apr 2013 16:35:44 +0000 (16:35 +0000)]
Add mod_b64 to debian packaging
Base64 in high definition!
Anthony Minessale [Sat, 30 Mar 2013 04:06:45 +0000 (23:06 -0500)]
add mod_b64
Anthony Minessale [Thu, 6 Jun 2013 18:08:59 +0000 (13:08 -0500)]
add last callback run stamp to device records
Anthony Minessale [Thu, 6 Jun 2013 17:59:02 +0000 (12:59 -0500)]
FS-5493 --resolve
Travis Cross [Tue, 23 Apr 2013 10:29:31 +0000 (10:29 +0000)]
Add mod_translate to debian packaging
Raymond Chandler [Tue, 2 Apr 2013 01:00:26 +0000 (21:00 -0400)]
add number translation module
Travis Cross [Thu, 6 Jun 2013 19:01:17 +0000 (19:01 +0000)]
Add missing newline at end of file
Travis Cross [Sun, 26 May 2013 11:30:05 +0000 (11:30 +0000)]
Remove extraneous parentheses in mod_say_pl
Travis Cross [Tue, 21 May 2013 02:33:56 +0000 (02:33 +0000)]
Add mod_say_pl to debian build
Mariusz Czułada [Fri, 26 Apr 2013 08:10:58 +0000 (10:10 +0200)]
Do not make mod_say_pl by default
Mariusz Czułada [Thu, 25 Apr 2013 22:17:50 +0000 (00:17 +0200)]
Initial version of mod_say_pl
Mariusz Czułada [Thu, 25 Apr 2013 22:16:49 +0000 (00:16 +0200)]
Initial version of mod_say_pl
Travis Cross [Wed, 8 May 2013 17:35:23 +0000 (17:35 +0000)]
Use --with-storagedir in Debian build
Travis Cross [Wed, 8 May 2013 17:30:02 +0000 (17:30 +0000)]
Add support for --with-storagedir to configure
This is needed for correctly setting the default storage directory for
Debian builds.
Brian West [Thu, 6 Jun 2013 15:27:00 +0000 (10:27 -0500)]
ignore this
Anthony Minessale [Wed, 5 Jun 2013 16:21:38 +0000 (11:21 -0500)]
don't need this change revert
Anthony Minessale [Wed, 5 Jun 2013 16:19:44 +0000 (11:19 -0500)]
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
Brian West [Tue, 4 Jun 2013 22:09:33 +0000 (17:09 -0500)]
Up this buffer to prevent boxes from locking up if they receive more than 1000 bytes.
Travis Cross [Mon, 3 Jun 2013 08:59:33 +0000 (08:59 +0000)]
Set mod_voicemail to depend on mail-transport-agent
Without this dependency we might not end up with sendmail installed
which would be unnecessarily surprising when using mod_voicemail.
Travis Cross [Mon, 3 Jun 2013 08:56:38 +0000 (08:56 +0000)]
Avoid crashing FS after delivering a VM
When vm-storage-dir was set to an absolute path, FS would abort after
delivering a VM because we were trying to free(3) memory sitting in
the middle of a memory pool.
FS-5329
Travis Cross [Mon, 3 Jun 2013 06:13:35 +0000 (06:13 +0000)]
Have modules depend on a particular version of libfreeswitch1
At this point we never want someone running a module against a
different version of FS than the module was built for. It's also
conceivable that you could want to use the modules with libfreeswitch1
even if you weren't running FS itself.
Jeff Lenk [Wed, 17 Apr 2013 14:21:14 +0000 (09:21 -0500)]
FS-5314 --resolve
(cherry picked from commit
40e33572b34e777deca8629bee1dc0cc3143e0ea )
Stefan Knoblich [Sat, 1 Jun 2013 19:09:48 +0000 (21:09 +0200)]
ftmod_libpri: Fix channel iterator memory leak
Keep the original iterator around to be able to actually free it
after use.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
Stefan Knoblich [Tue, 21 May 2013 15:42:24 +0000 (17:42 +0200)]
ftmod_libpri: Fix possible NULL-ptr dereference crash in on_restart(_ack)()
Catch single channel RESTART/RESTART ACK events for non-B-channels,
that would lead to a NULL pointer dereference, because those do not have
per-channel private data (chan->call_data = chan_priv == NULL).
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
Anthony Minessale [Fri, 31 May 2013 19:45:47 +0000 (14:45 -0500)]
FS-5488 --resolve
Nathan Neulinger [Fri, 31 May 2013 21:31:27 +0000 (16:31 -0500)]
FS-5449: apply correct quoting, got older version of patch accidentally
Nathan Neulinger [Fri, 31 May 2013 21:25:08 +0000 (16:25 -0500)]
FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping
adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
Anthony Minessale [Fri, 31 May 2013 18:14:09 +0000 (13:14 -0500)]
FS-5488 --resolve
Travis Cross [Tue, 28 May 2013 22:48:33 +0000 (22:48 +0000)]
Remove redundant orig file purifying step
We kill these files with .gitattributes.
Travis Cross [Tue, 28 May 2013 21:58:36 +0000 (21:58 +0000)]
Add generic mechanism for building non-DFSG packages
Travis Cross [Mon, 27 May 2013 04:47:45 +0000 (04:47 +0000)]
debian: Update -meta-all to grab all packages
We now build unimrcp, portaudio, portaudio-stream, skypopen, and
dahdi-codec, so they should be included in meta-all. Also refactor a
bit so we install all lang and mod_say packages as well.
Travis Cross [Sun, 26 May 2013 04:55:36 +0000 (04:55 +0000)]
Fix typo
Travis Cross [Sat, 25 May 2013 09:52:01 +0000 (09:52 +0000)]
debian: wheezy is the new stable
And jessie is the new testing.
The king is dead, long live the king!
Travis Cross [Tue, 23 Apr 2013 10:25:29 +0000 (10:25 +0000)]
Show CPPFLAGS from debian/rules
Travis Cross [Tue, 23 Apr 2013 10:00:49 +0000 (10:00 +0000)]
Fix quoting issue in debian/rules
This amends commit
f93c3f70bfcffa4ac83f1f4e840691371b304722
Travis Cross [Sun, 21 Apr 2013 15:52:30 +0000 (15:52 +0000)]
Set compiled-in storage_dir and certs_dir defaults for Debian
Travis Cross [Tue, 9 Apr 2013 15:37:10 +0000 (15:37 +0000)]
Fix debian lang-* recommends on sounds-*
Thanks to Richard Neese for pointing out the erroneous results.
Nathan Neulinger [Thu, 30 May 2013 17:49:59 +0000 (12:49 -0500)]
Change to correct prompt on outgoing call, eliminate UNDEFINED! message
Nathan Neulinger [Thu, 30 May 2013 17:15:20 +0000 (12:15 -0500)]
Allow skinny speed dials to work when already off-hook
Nathan Neulinger [Thu, 23 May 2013 13:13:44 +0000 (08:13 -0500)]
FS-5431: --resolve fix socket creation loop for mod_skinny to avoid segfault
Nathan Neulinger [Wed, 22 May 2013 14:58:28 +0000 (09:58 -0500)]
FS-5429: --resolve add minimal idivert support for skinny
Nathan Neulinger [Wed, 22 May 2013 14:27:09 +0000 (09:27 -0500)]
FS-5379: --resolve fix skinny phone codec agreement issues due to incorrect hardwired ptime, update field names for future coding to be more descriptive
Nathan Neulinger [Wed, 22 May 2013 14:17:41 +0000 (09:17 -0500)]
FS-5225: --resolve add ability to dial by pressing line button
Nathan Neulinger [Wed, 22 May 2013 14:12:46 +0000 (09:12 -0500)]
FS-5267: --resolve avoid null deref if sessions missing
Mathieu Parent [Sat, 6 Apr 2013 12:44:11 +0000 (14:44 +0200)]
Add IPs to mod_skinny recv/send event messages
FS-5268 --resolve
thanks to Nathan Neulinger
Mathieu Parent [Wed, 3 Apr 2013 18:55:27 +0000 (20:55 +0200)]
Don't pretend we support skinny-wait timeout (See #FS 477)
Mathieu Parent [Wed, 3 Apr 2013 18:34:55 +0000 (20:34 +0200)]
Don't create a new session when pressing speeddial
Fixes #FS-5259 (Thanks to Nathan Neulinger for the patch)
Brian West [Fri, 31 May 2013 16:53:50 +0000 (11:53 -0500)]
add kirk wireless servers to safe as they do not do rport
Steve Underwood [Mon, 20 May 2013 03:30:11 +0000 (11:30 +0800)]
Fixed a weakness in error UDPTL lost packet recovery. Hopefully this addresses
FS5202.
Brian West [Fri, 31 May 2013 14:15:45 +0000 (09:15 -0500)]
Swap this
Travis Cross [Sun, 26 May 2013 10:57:07 +0000 (10:57 +0000)]
Unsigned values are never less than zero
Travis Cross [Sun, 26 May 2013 09:54:39 +0000 (09:54 +0000)]
Avoid using psession uninitialized in mod_fsk