]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Mon, 10 Jun 2013 23:21:46 +0000 (18:21 -0500)]
FS-5498
Brian West [Fri, 7 Jun 2013 17:29:13 +0000 (12:29 -0500)]
Skip to next file when you hup the stream
Travis Cross [Tue, 21 May 2013 02:00:43 +0000 (02:00 +0000)]
Spelling fix
William King [Tue, 14 May 2013 23:47:13 +0000 (16:47 -0700)]
how...?
William King [Mon, 13 May 2013 22:10:03 +0000 (15:10 -0700)]
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
William King [Mon, 13 May 2013 15:28:09 +0000 (08:28 -0700)]
Seems the session wasn't coming to the hangup in a locked state.
William King [Mon, 13 May 2013 03:23:57 +0000 (20:23 -0700)]
Seems having a read lock still prevents a write lock to be taken, even if the thread that is trying to get the write lock currently has the read lock.
William King [Sun, 12 May 2013 21:29:14 +0000 (14:29 -0700)]
Include the write lock since we're changing the tech_pvt
Jeff Lenk [Wed, 15 May 2013 16:51:55 +0000 (11:51 -0500)]
trivial fix compiler warning
Ken Rice [Fri, 10 May 2013 21:01:40 +0000 (16:01 -0500)]
Require OpenSSL
Jeff Lenk [Sat, 4 May 2013 17:43:19 +0000 (12:43 -0500)]
another esl managed tweak
Jeff Lenk [Sat, 4 May 2013 17:15:04 +0000 (12:15 -0500)]
tweak windows esl managed - removing mixed mode and any from the solution - this should remove some of the ambiguity around building
Jeff Lenk [Mon, 15 Apr 2013 16:46:23 +0000 (11:46 -0500)]
FS-5167 fix 2010 dependency
Jeff Lenk [Sun, 14 Apr 2013 02:50:52 +0000 (21:50 -0500)]
FS-5273 --resolve windows update resource version for pthreads
Jeff Lenk [Sat, 13 Apr 2013 17:20:15 +0000 (12:20 -0500)]
FS-5290 --resolve
Jeff Lenk [Fri, 12 Apr 2013 13:53:01 +0000 (08:53 -0500)]
FS-5167 add missing gitignore
Jeff Lenk [Wed, 10 Apr 2013 22:43:27 +0000 (17:43 -0500)]
FS-5290 --resolve
Michael Jerris [Wed, 10 Apr 2013 16:44:19 +0000 (12:44 -0400)]
FS-5250: --resolve fix mac build
Jeff Lenk [Wed, 10 Apr 2013 15:23:46 +0000 (10:23 -0500)]
FS-5167 fs_cli update dependency
Jeff Lenk [Wed, 10 Apr 2013 12:54:24 +0000 (07:54 -0500)]
FS-5167
Jeff Lenk [Tue, 9 Apr 2013 23:12:47 +0000 (18:12 -0500)]
FS-5167 add version stuff to vs2010
Moises Silva [Tue, 9 Apr 2013 16:27:23 +0000 (12:27 -0400)]
OPENZAP-200 --resolve
Patch provided by: Spencer Thomason
Implement appropiate caller/called TON in ftmod_libpri
Jeff Lenk [Tue, 9 Apr 2013 12:55:37 +0000 (07:55 -0500)]
FS-5167
Jeff Lenk [Tue, 9 Apr 2013 02:17:02 +0000 (21:17 -0500)]
FS-5167
Jeff Lenk [Mon, 8 Apr 2013 15:42:08 +0000 (10:42 -0500)]
FS-5272 --resolve
Jeff Lenk [Fri, 5 Apr 2013 00:00:09 +0000 (19:00 -0500)]
windows missed this spot
Jeff Lenk [Thu, 4 Apr 2013 03:00:57 +0000 (22:00 -0500)]
windows compile openssl missed this
Mathieu Parent [Wed, 3 Apr 2013 18:42:30 +0000 (20:42 +0200)]
Revert local stuff from previous commit
Brian West [Wed, 3 Apr 2013 14:01:18 +0000 (09:01 -0500)]
FS-5255 --resolve
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>