Giovanni Maruzzelli
12c96d9009
FS-5292 gsmopen: patch from garmt
2013-06-20 14:21:49 +02:00
Giovanni Maruzzelli
607ef575bc
FS-5482 skypopen: check assignment on possibly NULL pointer, avoiding segfault
2013-06-20 10:17:52 +02:00
Chris Rienzo
a8751d15ce
mod_rayo: allow variables to be passed in dialstring
2013-06-19 08:53:17 -04:00
Anthony Minessale
4baf0276d6
FS-5513 --resolve
2013-06-18 21:16:56 -05:00
Jeff Lenk
a7be251bd8
fix several more windows compiler warnings and mod_gsmopen
2013-06-18 22:44:11 -05:00
Jeff Lenk
ec9eebbf99
fix trivial compiler error and vs2010 reswig
2013-06-18 16:55:03 -05:00
Brian West
750c06c1b8
fix reload of outbound_name change
2013-06-18 15:49:12 -05:00
Anthony Minessale
691acf2812
fix build on cent5
2013-06-18 14:38:57 -05:00
Nathan Neulinger
5d0753e330
FS-5510 --resolve - also add logging of hangup cause
2013-06-18 12:21:35 -05:00
Anthony Minessale
a42b7de6d5
swigall
2013-06-18 09:13:50 -05:00
Nathan Neulinger
f782c280d4
add skinny cmd to kill all current listeners
2013-06-18 09:41:56 -05:00
Nathan Neulinger
45d33b02e9
Add skinny device kill api command
2013-06-18 09:18:31 -05:00
Anthony Minessale
2fac3a8e83
refactor some of the video passthru code
2013-06-17 19:52:37 -05:00
Brian West
3634d4a0e7
remove debugging
2013-06-17 17:51:48 -05:00
Anthony Minessale
db59af93e3
remove cid flip from pickup
2013-06-17 10:57:33 -05:00
Anthony Minessale
c3de185b22
add deflect parsing support for mod_loopback and fix unloop bug
2013-06-17 10:45:00 -05:00
Jeff Lenk
f858176f89
vs2010 reswig
2013-06-14 11:45:44 -05:00
Chris Rienzo
0311d4615a
mod_rayo: some fixes for punchblock 2.0 compatibility
2013-06-13 15:28:53 -04:00
William King
b73a8fe624
Fix missing return statement.
2013-06-13 10:08:16 -07:00
Chris Rienzo
2d4acdfa61
mod_rayo: updates for 0.2 of spec
2013-06-13 11:23:12 -04:00
William King
4219049789
New compiler warning(error). Unused assignment before the pointer is reassigned.
2013-06-12 21:39:27 -07:00
William King
3f2f393a7c
If the addr pointer is NULL, better to check first before using it.
2013-06-12 21:24:06 -07:00
William King
91c8c8a57b
oops
2013-06-12 21:17:17 -07:00
William King
5026788c4a
Fix minor typo so that the metadata album field can be set.
2013-06-12 17:17:57 -07:00
William King
5c60bd6b42
Make sure to cleanup event if there was a failure that caused it not to be fired.
2013-06-12 17:02:15 -07:00
William King
a181ec629f
On the off chance the if statement takes the false branch, let's not leak the memory. again.
2013-06-12 16:46:38 -07:00
William King
5e5af427ef
On the off chance the if statement takes the false branch, let's not leak the memory
2013-06-12 16:41:24 -07:00
Chris Rienzo
98ae1c93fa
mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory
2013-06-12 09:38:35 -04:00
Anthony Minessale
d0749e9a26
FS-5500 --resolve
2013-06-11 11:38:18 -05:00
Anthony Minessale
b74ad2a6bb
FS-5503 --resolve indeed, thx
2013-06-11 09:31:16 -05:00
Brian West
a433b97375
Skip to next file when you hup the stream
2013-06-07 12:29:42 -05:00
Travis Cross
46f4709ee6
Whitespace cleanup to previous commit
2013-06-07 06:59:38 +00:00
William King
e7fa70416d
Previous commit was incorrect. This would correctly handle the memory loss case.
2013-06-06 23:54:07 -07:00
Chris Rienzo
ee2f1d32a4
Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html ). Used by Adhearsion as its native call control protocol. Currently beta testing.
2013-06-06 16:03:00 -04:00
Chris Rienzo
acacb342e8
Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats.
2013-06-06 15:34:49 -04:00
Travis Cross
74dcbe8240
Add missing newline at end of file
2013-06-06 19:01:17 +00:00
Anthony Minessale
7b25322e46
don't need this change revert
2013-06-05 11:21:59 -05:00
Anthony Minessale
4240526ce3
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
2013-06-05 11:20:11 -05:00
Seven Du
947c0542a9
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
2013-06-04 08:46:05 +08:00
Travis Cross
505815c902
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
2013-06-03 09:29:51 +00:00
Anthony Minessale
5835e0d541
FS-5488 --resolve
2013-05-31 14:46:15 -05:00
Nathan Neulinger
ac0ed44b96
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
2013-05-31 16:25:08 -05:00
Anthony Minessale
5eabe2bc4e
FS-5488 --resolve
2013-05-31 13:14:37 -05:00
Brian West
a55d70ed62
add kirk wireless servers to safe as they do not do rport
2013-05-31 11:54:05 -05:00
Brian West
507788f01c
Swap this
2013-05-31 09:16:32 -05:00
Nathan Neulinger
803c02a3e8
Change to correct prompt on outgoing call, eliminate UNDEFINED! message
2013-05-30 12:49:59 -05:00
Nathan Neulinger
fffe3d06aa
Allow skinny speed dials to work when already off-hook
2013-05-30 12:15:20 -05:00
Jeff Lenk
24c13adfaf
FS-5483 --resolve
2013-05-29 09:32:24 -05:00
Travis Cross
a82878f786
Unsigned values are never less than zero
2013-05-29 03:02:07 +00:00
Travis Cross
f07181e266
Avoid using psession uninitialized in mod_fsk
2013-05-29 02:59:05 +00:00