]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agoremove cid flip from pickup
Anthony Minessale [Mon, 17 Jun 2013 15:57:19 +0000 (10:57 -0500)] 
remove cid flip from pickup

12 years agoadd deflect parsing support for mod_loopback and fix unloop bug
Anthony Minessale [Mon, 17 Jun 2013 15:44:43 +0000 (10:44 -0500)] 
add deflect parsing support for mod_loopback and fix unloop bug

12 years agodont change device state from hangup to hangup
Anthony Minessale [Mon, 17 Jun 2013 15:43:59 +0000 (10:43 -0500)] 
dont change device state from hangup to hangup

12 years agoCheck for config before starting
Travis Cross [Sun, 16 Jun 2013 14:21:44 +0000 (14:21 +0000)] 
Check for config before starting

...so we can tell people what to do and where to look.

12 years agovs2010 reswig
Jeff Lenk [Fri, 14 Jun 2013 16:42:58 +0000 (11:42 -0500)] 
vs2010 reswig

12 years agomod_rayo: some fixes for punchblock 2.0 compatibility
Chris Rienzo [Thu, 13 Jun 2013 19:28:53 +0000 (15:28 -0400)] 
mod_rayo: some fixes for punchblock 2.0 compatibility

12 years agoFix missing return statement.
William King [Thu, 13 Jun 2013 17:07:56 +0000 (10:07 -0700)] 
Fix missing return statement.

12 years agomod_rayo: updates for 0.2 of spec
Chris Rienzo [Thu, 13 Jun 2013 15:23:12 +0000 (11:23 -0400)] 
mod_rayo: updates for 0.2 of spec

12 years agodisable dialog matching for subscribe reqs so it always uses a new handle to avoid...
Anthony Minessale [Thu, 13 Jun 2013 04:46:47 +0000 (23:46 -0500)] 
disable dialog matching for subscribe reqs so it always uses a new handle to avoid conflicting with notify transactions

12 years agoNew compiler warning(error). Unused assignment before the pointer is reassigned.
William King [Thu, 13 Jun 2013 04:39:14 +0000 (21:39 -0700)] 
New compiler warning(error). Unused assignment before the pointer is reassigned.

12 years agoIf the addr pointer is NULL, better to check first before using it.
William King [Thu, 13 Jun 2013 04:23:52 +0000 (21:23 -0700)] 
If the addr pointer is NULL, better to check first before using it.

12 years agoThis is probably what was intended. If the pointer 'path' is NULL, or if it is not...
William King [Thu, 13 Jun 2013 04:21:38 +0000 (21:21 -0700)] 
This is probably what was intended. If the pointer 'path' is NULL, or if it is not NULL, then the first char should not be '\0'

12 years agooops
William King [Thu, 13 Jun 2013 04:17:04 +0000 (21:17 -0700)] 
oops

12 years agoDO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist...
William King [Thu, 13 Jun 2013 01:28:14 +0000 (18:28 -0700)] 
DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist in master due to the refactor.

12 years agoFix minor typo so that the metadata album field can be set.
William King [Thu, 13 Jun 2013 00:17:40 +0000 (17:17 -0700)] 
Fix minor typo so that the metadata album field can be set.

12 years agoSince I can't seem to locate what this might be used for, or the more correct solutio...
William King [Thu, 13 Jun 2013 00:11:22 +0000 (17:11 -0700)] 
Since I can't seem to locate what this might be used for, or the more correct solution, I'm going to comment it out for now. If someone can find a better solution so that this functionality would actually work, please advise.

12 years agoMake sure to cleanup event if there was a failure that caused it not to be fired.
William King [Thu, 13 Jun 2013 00:01:56 +0000 (17:01 -0700)] 
Make sure to cleanup event if there was a failure that caused it not to be fired.

12 years agoOn the off chance the if statement takes the false branch, let's not leak the memory...
William King [Wed, 12 Jun 2013 23:46:21 +0000 (16:46 -0700)] 
On the off chance the if statement takes the false branch, let's not leak the memory. again.

12 years agoOn the off chance the if statement takes the false branch, let's not leak the memory
William King [Wed, 12 Jun 2013 23:41:06 +0000 (16:41 -0700)] 
On the off chance the if statement takes the false branch, let's not leak the memory

12 years agomod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdir...
Chris Rienzo [Wed, 12 Jun 2013 13:38:35 +0000 (09:38 -0400)] 
mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory

12 years agoFS-5498 add ringing and early stats to event
Seven Du [Wed, 12 Jun 2013 01:09:02 +0000 (09:09 +0800)] 
FS-5498 add ringing and early stats to event

12 years agoFS-5500 --resolve
Anthony Minessale [Tue, 11 Jun 2013 16:38:18 +0000 (11:38 -0500)] 
FS-5500 --resolve

12 years agoFS-5498 fix state change
Anthony Minessale [Tue, 11 Jun 2013 16:23:45 +0000 (11:23 -0500)] 
FS-5498 fix state change

12 years agoFS-5498 add profile-variables section to directory to specify profile variables to...
Anthony Minessale [Tue, 11 Jun 2013 14:38:38 +0000 (09:38 -0500)] 
FS-5498 add profile-variables section to directory to specify profile variables to be set automatically

12 years agoFS-5498
Anthony Minessale [Tue, 11 Jun 2013 00:13:05 +0000 (19:13 -0500)] 
FS-5498

12 years agoFS-5498
Anthony Minessale [Mon, 10 Jun 2013 23:21:46 +0000 (18:21 -0500)] 
FS-5498

12 years agoSkip to next file when you hup the stream
Brian West [Fri, 7 Jun 2013 17:29:13 +0000 (12:29 -0500)] 
Skip to next file when you hup the stream

12 years agoSpelling fix
Travis Cross [Tue, 21 May 2013 02:00:43 +0000 (02:00 +0000)] 
Spelling fix

12 years agohow...?
William King [Tue, 14 May 2013 23:47:13 +0000 (16:47 -0700)] 
how...?

12 years agoSince there isn't neutral ground, on the rtmp state callback we actually have to...
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.

12 years agoSeems the session wasn't coming to the hangup in a locked state.
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.

12 years agoSeems having a read lock still prevents a write lock to be taken, even if the thread...
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.

12 years agoInclude the write lock since we're changing the tech_pvt
William King [Sun, 12 May 2013 21:29:14 +0000 (14:29 -0700)] 
Include the write lock since we're changing the tech_pvt

12 years agotrivial fix compiler warning
Jeff Lenk [Wed, 15 May 2013 16:51:55 +0000 (11:51 -0500)] 
trivial fix compiler warning

12 years agoRequire OpenSSL
Ken Rice [Fri, 10 May 2013 21:01:40 +0000 (16:01 -0500)] 
Require OpenSSL

12 years agoanother esl managed tweak
Jeff Lenk [Sat, 4 May 2013 17:43:19 +0000 (12:43 -0500)] 
another esl managed tweak

12 years agotweak windows esl managed - removing mixed mode and any from the solution - this...
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

12 years agoFS-5167 fix 2010 dependency
Jeff Lenk [Mon, 15 Apr 2013 16:46:23 +0000 (11:46 -0500)] 
FS-5167 fix 2010 dependency

12 years agoFS-5273 --resolve windows update resource version for pthreads
Jeff Lenk [Sun, 14 Apr 2013 02:50:52 +0000 (21:50 -0500)] 
FS-5273 --resolve windows update resource version for pthreads

12 years agoFS-5290 --resolve
Jeff Lenk [Sat, 13 Apr 2013 17:20:15 +0000 (12:20 -0500)] 
FS-5290 --resolve

12 years agoFS-5167 add missing gitignore
Jeff Lenk [Fri, 12 Apr 2013 13:53:01 +0000 (08:53 -0500)] 
FS-5167 add missing gitignore

12 years agoFS-5290 --resolve
Jeff Lenk [Wed, 10 Apr 2013 22:43:27 +0000 (17:43 -0500)] 
FS-5290 --resolve

12 years agoFS-5250: --resolve fix mac build
Michael Jerris [Wed, 10 Apr 2013 16:44:19 +0000 (12:44 -0400)] 
FS-5250: --resolve fix mac build

12 years agoFS-5167 fs_cli update dependency
Jeff Lenk [Wed, 10 Apr 2013 15:23:46 +0000 (10:23 -0500)] 
FS-5167 fs_cli update dependency

12 years agoFS-5167
Jeff Lenk [Wed, 10 Apr 2013 12:54:24 +0000 (07:54 -0500)] 
FS-5167

12 years agoFS-5167 add version stuff to vs2010
Jeff Lenk [Tue, 9 Apr 2013 23:12:47 +0000 (18:12 -0500)] 
FS-5167 add version stuff to vs2010

12 years agoOPENZAP-200 --resolve
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

12 years agoFS-5167
Jeff Lenk [Tue, 9 Apr 2013 12:55:37 +0000 (07:55 -0500)] 
FS-5167

12 years agoFS-5167
Jeff Lenk [Tue, 9 Apr 2013 02:17:02 +0000 (21:17 -0500)] 
FS-5167

12 years agoFS-5272 --resolve
Jeff Lenk [Mon, 8 Apr 2013 15:42:08 +0000 (10:42 -0500)] 
FS-5272 --resolve

12 years agowindows missed this spot
Jeff Lenk [Fri, 5 Apr 2013 00:00:09 +0000 (19:00 -0500)] 
windows missed this spot

12 years agowindows compile openssl missed this
Jeff Lenk [Thu, 4 Apr 2013 03:00:57 +0000 (22:00 -0500)] 
windows compile openssl missed this

12 years agoRevert local stuff from previous commit
Mathieu Parent [Wed, 3 Apr 2013 18:42:30 +0000 (20:42 +0200)] 
Revert local stuff from previous commit

12 years agoFS-5255 --resolve
Brian West [Wed, 3 Apr 2013 14:01:18 +0000 (09:01 -0500)] 
FS-5255 --resolve

12 years agowindows openssl missing file
Jeff Lenk [Sun, 31 Mar 2013 23:11:20 +0000 (18:11 -0500)] 
windows openssl missing file

12 years agoupgrade windows openssl to 1.0.1c
Jeff Lenk [Sun, 31 Mar 2013 02:53:48 +0000 (21:53 -0500)] 
upgrade windows openssl to 1.0.1c

12 years agoWhitespace cleanup to previous commit
Travis Cross [Fri, 7 Jun 2013 06:59:38 +0000 (06:59 +0000)] 
Whitespace cleanup to previous commit

12 years agoPrevious commit was incorrect. This would correctly handle the memory loss case.
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.

12 years agoWas causing a very small leak on naptr lookups. Upon review just happened to be a...
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.

12 years agoMore to-be-recorded phrases.
Michael S Collins [Fri, 31 May 2013 18:44:46 +0000 (11:44 -0700)] 
More to-be-recorded phrases.

12 years agoMore phrases
Michael S Collins [Thu, 23 May 2013 00:39:07 +0000 (17:39 -0700)] 
More phrases

12 years agoesl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR
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>
12 years agoivrd: fflush() stdout before entering esl_listen()
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>
12 years agoAdd new to-be-recorded phrases highlighting weekly conf call (to add to new demo...
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)

12 years agoFS-5440: don't assert on bad input rtmp data
William King [Wed, 22 May 2013 19:38:15 +0000 (12:38 -0700)] 
FS-5440: don't assert on bad input rtmp data

12 years agowindows fix trivial compiler warning
Jeff Lenk [Wed, 22 May 2013 15:38:04 +0000 (10:38 -0500)] 
windows fix trivial compiler warning

12 years agoFS-5444 --resolve
Anthony Minessale [Mon, 20 May 2013 13:20:33 +0000 (08:20 -0500)] 
FS-5444 --resolve

12 years agoupdate to be recorded phrases
Michael S Collins [Thu, 9 May 2013 17:26:02 +0000 (10:26 -0700)] 
update to be recorded phrases

12 years agotest 2, please ignore
Giovanni Maruzzelli [Thu, 9 May 2013 17:00:54 +0000 (17:00 +0000)] 
test 2, please ignore

12 years agotest, please ignore
root [Thu, 9 May 2013 16:59:39 +0000 (16:59 +0000)] 
test, please ignore

12 years agoUpdate to be recorded phrases
Michael S Collins [Wed, 8 May 2013 17:20:22 +0000 (10:20 -0700)] 
Update to be recorded phrases

12 years agoUpdate to be recorded phrases
Michael S Collins [Fri, 12 Apr 2013 18:47:06 +0000 (11:47 -0700)] 
Update to be recorded phrases

12 years agotest
Ken Rice [Fri, 5 Apr 2013 01:52:47 +0000 (20:52 -0500)] 
test

12 years agotest
Raymond Chandler [Fri, 5 Apr 2013 01:49:42 +0000 (21:49 -0400)] 
test

12 years agofix typo again
Seven Du [Tue, 4 Jun 2013 02:37:39 +0000 (10:37 +0800)] 
fix typo again

12 years agoclose websocket before unload
Seven Du [Tue, 4 Jun 2013 02:23:23 +0000 (10:23 +0800)] 
close websocket before unload

12 years agoadd show complete
Seven Du [Tue, 4 Jun 2013 01:52:14 +0000 (09:52 +0800)] 
add show complete

12 years agoadd show aliases, management, interface_types
Seven Du [Tue, 4 Jun 2013 01:47:45 +0000 (09:47 +0800)] 
add show aliases, management, interface_types

12 years agoadd missing ShowInterfacesRoute
Seven Du [Tue, 4 Jun 2013 01:37:19 +0000 (09:37 +0800)] 
add missing ShowInterfacesRoute

12 years agofix copy&paste typo
Seven Du [Tue, 4 Jun 2013 01:34:35 +0000 (09:34 +0800)] 
fix copy&paste typo

12 years agoshow tasks
Seven Du [Tue, 4 Jun 2013 01:32:38 +0000 (09:32 +0800)] 
show tasks

12 years agoshow say, chat, interfaces, limits
Seven Du [Tue, 4 Jun 2013 01:25:19 +0000 (09:25 +0800)] 
show say, chat, interfaces, limits

12 years agoupdate to mp4v2-2.0.0
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

12 years agofix hardcoded host and port
Seven Du [Tue, 4 Jun 2013 00:21:34 +0000 (08:21 +0800)] 
fix hardcoded host and port

12 years agoOops, how can I forget the title?
Seven Du [Mon, 22 Apr 2013 15:18:49 +0000 (23:18 +0800)] 
Oops, how can I forget the title?

12 years agoimplement show modules
Seven Du [Mon, 22 Apr 2013 15:11:34 +0000 (23:11 +0800)] 
implement show modules

12 years agofix show module as json
Seven Du [Mon, 22 Apr 2013 15:10:17 +0000 (23:10 +0800)] 
fix show module as json

12 years agoadd show registrations
Seven Du [Mon, 22 Apr 2013 14:33:14 +0000 (22:33 +0800)] 
add show registrations

12 years agofix the last commit and implement show APIs
Seven Du [Mon, 22 Apr 2013 13:55:23 +0000 (21:55 +0800)] 
fix the last commit and implement show APIs

12 years agoadd status on main page and add showFiles
Seven Du [Mon, 22 Apr 2013 13:01:27 +0000 (21:01 +0800)] 
add status on main page and add showFiles

12 years agoadd copyright
Seven Du [Mon, 22 Apr 2013 12:07:27 +0000 (20:07 +0800)] 
add copyright

12 years agoAdded mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsi...
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.

12 years agoAdded mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats.
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.

12 years agomod_http_cache: fix example config
Chris Rienzo [Wed, 22 May 2013 17:22:03 +0000 (13:22 -0400)] 
mod_http_cache: fix example config

12 years agomod_http_cache: a couple more unit test cases
Chris Rienzo [Wed, 22 May 2013 12:47:49 +0000 (08:47 -0400)] 
mod_http_cache: a couple more unit test cases

12 years agomod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed
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

12 years agomod_http_cache: fix unit test 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

12 years agomod_http_cache: forgot to add write to http_cache:// format
Chris Rienzo [Tue, 21 May 2013 13:27:39 +0000 (09:27 -0400)] 
mod_http_cache: forgot to add write to http_cache:// format

12 years agomod_http_cache: added write file format
Chris Rienzo [Mon, 20 May 2013 15:18:40 +0000 (11:18 -0400)] 
mod_http_cache: added write file format

12 years agomod_http_cache: added native Amazon S3 support
Chris Rienzo [Mon, 20 May 2013 13:31:28 +0000 (09:31 -0400)] 
mod_http_cache: added native Amazon S3 support