]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Jeff Lenk [Sat, 22 Jun 2013 02:43:22 +0000 (21:43 -0500)]
fix trivial compiler warning
Anthony Minessale [Fri, 21 Jun 2013 17:42:37 +0000 (12:42 -0500)]
fix return values from refactor so stun timeouts can trigger error properly
Nathan Neulinger [Fri, 21 Jun 2013 19:48:49 +0000 (14:48 -0500)]
FS-5532 - workaround to improve behavior, but not correct fix
Chris Rienzo [Fri, 21 Jun 2013 13:42:54 +0000 (09:42 -0400)]
mod_rayo: fix crash when DTMF is received after input timeout
Giovanni Maruzzelli [Fri, 21 Jun 2013 08:57:59 +0000 (10:57 +0200)]
skypopen: OSS driver has active timers only on active devices (eg: when it's actually used by a skypeclient)
Anthony Minessale [Fri, 21 Jun 2013 05:41:25 +0000 (00:41 -0500)]
make sure sip-hold works on webrtc
Anthony Minessale [Fri, 21 Jun 2013 03:53:20 +0000 (22:53 -0500)]
FS-5531 --resolve add another optional param to supply flags for either behaviour n for null and b for boolean
Anthony Minessale [Fri, 21 Jun 2013 03:25:25 +0000 (22:25 -0500)]
sniffing glue
Anthony Minessale [Fri, 21 Jun 2013 02:51:31 +0000 (21:51 -0500)]
fill the opposite file to keep data in sync
Anthony Minessale [Fri, 21 Jun 2013 02:29:31 +0000 (21:29 -0500)]
add answer_delay variable to sleep N ms when answer is called from the channel thread
Anthony Minessale [Fri, 21 Jun 2013 02:15:32 +0000 (21:15 -0500)]
FS-5530
Anthony Minessale [Fri, 21 Jun 2013 02:10:23 +0000 (21:10 -0500)]
FS-5530 --resolve
Anthony Minessale [Fri, 21 Jun 2013 01:58:55 +0000 (20:58 -0500)]
FS-5530 --resolve
Anthony Minessale [Thu, 20 Jun 2013 23:33:40 +0000 (18:33 -0500)]
FS-5513 --resolve
Giovanni Maruzzelli [Thu, 20 Jun 2013 22:40:41 +0000 (00:40 +0200)]
gsmopen: cleaning
Giovanni Maruzzelli [Thu, 20 Jun 2013 22:36:26 +0000 (00:36 +0200)]
gsmopen: cleaning
Giovanni Maruzzelli [Thu, 20 Jun 2013 22:32:34 +0000 (00:32 +0200)]
gsmopen: cleaning
Giovanni Maruzzelli [Thu, 20 Jun 2013 22:02:37 +0000 (00:02 +0200)]
gsmopen: cleaning
Giovanni Maruzzelli [Thu, 20 Jun 2013 21:58:28 +0000 (23:58 +0200)]
FS-4821 fixed core dump when received sms in UCS2 after having sent sms in UCS2
Jeff Lenk [Thu, 20 Jun 2013 19:27:08 +0000 (14:27 -0500)]
fix compiler warning
Anthony Minessale [Thu, 20 Jun 2013 16:41:34 +0000 (11:41 -0500)]
swigall
Anthony Minessale [Thu, 20 Jun 2013 18:10:21 +0000 (13:10 -0500)]
add novideo app
Anthony Minessale [Thu, 20 Jun 2013 18:08:09 +0000 (13:08 -0500)]
add novideo app
Anthony Minessale [Thu, 20 Jun 2013 17:36:30 +0000 (12:36 -0500)]
FS-5529 --resolve
Anthony Minessale [Thu, 20 Jun 2013 15:50:33 +0000 (10:50 -0500)]
fix gcc bug patch
Anthony Minessale [Thu, 20 Jun 2013 15:16:32 +0000 (10:16 -0500)]
newer gcc does not like when you use out of bounds array indexes to access other elements in a struct (at least at -O2)
Anthony Minessale [Thu, 20 Jun 2013 15:14:41 +0000 (10:14 -0500)]
comment out broken test
Steve Underwood [Thu, 20 Jun 2013 15:53:53 +0000 (23:53 +0800)]
Fixed NEON detection and added AVX2 detection to spandsp
Chris Rienzo [Thu, 20 Jun 2013 13:24:46 +0000 (09:24 -0400)]
mod_ssml: XML decode <audio src=".. attribute since iksemel SAX parser doesn't
Giovanni Maruzzelli [Thu, 20 Jun 2013 12:21:49 +0000 (14:21 +0200)]
FS-5292 gsmopen: patch from garmt
Giovanni Maruzzelli [Thu, 20 Jun 2013 08:16:46 +0000 (10:16 +0200)]
FS-5482 skypopen: check assignment on possibly NULL pointer, avoiding segfault
Anthony Minessale [Thu, 20 Jun 2013 02:54:58 +0000 (21:54 -0500)]
fix ref counting issue in tcp,tls,wss transports
Anthony Minessale [Wed, 19 Jun 2013 16:09:40 +0000 (11:09 -0500)]
add config examples
Anthony Minessale [Wed, 19 Jun 2013 17:26:45 +0000 (12:26 -0500)]
yay for bugs
Ken Rice [Wed, 19 Jun 2013 16:27:31 +0000 (11:27 -0500)]
tweak rpm spec file
Jeff Lenk [Wed, 19 Jun 2013 15:44:31 +0000 (10:44 -0500)]
more trivial compiler warnings for windows
Chris Rienzo [Wed, 19 Jun 2013 12:53:17 +0000 (08:53 -0400)]
mod_rayo: allow variables to be passed in dialstring
Anthony Minessale [Wed, 19 Jun 2013 02:19:24 +0000 (21:19 -0500)]
FS-4969 --resolve
Anthony Minessale [Wed, 19 Jun 2013 02:16:48 +0000 (21:16 -0500)]
FS-5513 --resolve
Jeff Lenk [Wed, 19 Jun 2013 03:43:49 +0000 (22:43 -0500)]
fix several more windows compiler warnings and mod_gsmopen
Anthony Minessale [Tue, 18 Jun 2013 21:19:02 +0000 (16:19 -0500)]
only refuse loopback endoint not profiles named loopback
Jeff Lenk [Tue, 18 Jun 2013 21:55:03 +0000 (16:55 -0500)]
fix trivial compiler error and vs2010 reswig
Brian West [Tue, 18 Jun 2013 20:48:52 +0000 (15:48 -0500)]
fix reload of outbound_name change
Anthony Minessale [Tue, 18 Jun 2013 19:38:57 +0000 (14:38 -0500)]
fix build on cent5
Nathan Neulinger [Tue, 18 Jun 2013 17:21:35 +0000 (12:21 -0500)]
FS-5510 --resolve - also add logging of hangup cause
Anthony Minessale [Tue, 18 Jun 2013 14:13:18 +0000 (09:13 -0500)]
swigall
Nathan Neulinger [Tue, 18 Jun 2013 14:41:56 +0000 (09:41 -0500)]
add skinny cmd to kill all current listeners
Nathan Neulinger [Tue, 18 Jun 2013 14:18:31 +0000 (09:18 -0500)]
Add skinny device kill api command
Anthony Minessale [Tue, 18 Jun 2013 11:24:17 +0000 (06:24 -0500)]
refactor
Anthony Minessale [Tue, 18 Jun 2013 02:37:53 +0000 (21:37 -0500)]
FS-5513 --resolve
Anthony Minessale [Tue, 18 Jun 2013 00:52:37 +0000 (19:52 -0500)]
refactor some of the video passthru code
Anthony Minessale [Tue, 18 Jun 2013 00:43:08 +0000 (19:43 -0500)]
FS-5519 --resolve
Brian West [Mon, 17 Jun 2013 22:51:34 +0000 (17:51 -0500)]
remove debugging
Anthony Minessale [Mon, 17 Jun 2013 15:57:19 +0000 (10:57 -0500)]
remove cid flip from pickup
Anthony Minessale [Mon, 17 Jun 2013 15:44:43 +0000 (10:44 -0500)]
add deflect parsing support for mod_loopback and fix unloop bug
Anthony Minessale [Mon, 17 Jun 2013 15:43:59 +0000 (10:43 -0500)]
dont change device state from hangup to hangup
Jeff Lenk [Mon, 17 Jun 2013 13:51:56 +0000 (08:51 -0500)]
FS-5507 this should fix but I'm not sure its the proper thing
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.
Jeff Lenk [Fri, 14 Jun 2013 16:45:44 +0000 (11:45 -0500)]
vs2010 reswig
Michael S Collins [Fri, 14 Jun 2013 15:16:38 +0000 (08:16 -0700)]
Bump callie_en to 1.0.25 in sounds_version.txt
Chris Rienzo [Thu, 13 Jun 2013 19:28:53 +0000 (15:28 -0400)]
mod_rayo: some fixes for punchblock 2.0 compatibility
William King [Thu, 13 Jun 2013 17:07:56 +0000 (10:07 -0700)]
Fix missing return statement.
Chris Rienzo [Thu, 13 Jun 2013 15:23:12 +0000 (11:23 -0400)]
mod_rayo: updates for 0.2 of spec
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
Conflicts:
libs/sofia-sip/.update
William King [Thu, 13 Jun 2013 04:39:14 +0000 (21:39 -0700)]
New compiler warning(error). Unused assignment before the pointer is reassigned.
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.
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'
William King [Thu, 13 Jun 2013 04:17:04 +0000 (21:17 -0700)]
oops
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.
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.
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.
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.
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
Michael S Collins [Wed, 12 Jun 2013 19:54:39 +0000 (12:54 -0700)]
Update phrase_en.xml for sounds version 1.0.23
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
Seven Du [Wed, 12 Jun 2013 01:09:02 +0000 (09:09 +0800)]
FS-5498 add ringing and early stats to event
Anthony Minessale [Tue, 11 Jun 2013 16:38:18 +0000 (11:38 -0500)]
FS-5500 --resolve
Anthony Minessale [Tue, 11 Jun 2013 16:23:45 +0000 (11:23 -0500)]
FS-5498 fix state change
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
Anthony Minessale [Tue, 11 Jun 2013 14:31:16 +0000 (09:31 -0500)]
FS-5503 --resolve indeed, thx
Anthony Minessale [Tue, 11 Jun 2013 00:13:05 +0000 (19:13 -0500)]
FS-5498
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 [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.
Anthony Minessale [Thu, 6 Jun 2013 18:17:20 +0000 (13:17 -0500)]
FS-5493 oops
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:18 +0000 (12:59 -0500)]
FS-5493 --resolve
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.
Travis Cross [Thu, 6 Jun 2013 19:01:17 +0000 (19:01 +0000)]
Add missing newline at end of file
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.
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