Nathan Neulinger
45d33b02e9
Add skinny device kill api command
2013-06-18 09:18:31 -05:00
Anthony Minessale
1b0375371a
refactor
2013-06-18 06:24:17 -05:00
Anthony Minessale
d642eb96f0
FS-5513 --resolve
2013-06-17 21:37:53 -05:00
Anthony Minessale
2fac3a8e83
refactor some of the video passthru code
2013-06-17 19:52:37 -05:00
Anthony Minessale
3ac4e77384
FS-5519 --resolve
2013-06-17 19:43:24 -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
Anthony Minessale
2c9ee26fdd
dont change device state from hangup to hangup
2013-06-17 10:44:22 -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
a710841123
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'
2013-06-12 21:21:54 -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
97918f473b
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.
2013-06-12 17:11:36 -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
Seven Du
a3dfd0bf62
FS-5498 add ringing and early stats to event
2013-06-12 09:09:21 +08:00
Anthony Minessale
d0749e9a26
FS-5500 --resolve
2013-06-11 11:38:18 -05:00
Anthony Minessale
de802f2124
FS-5498 fix state change
2013-06-11 11:24:04 -05:00
Anthony Minessale
42c6a66e08
FS-5498 add profile-variables section to directory to specify profile variables to be set automatically
2013-06-11 09:38:58 -05:00
Anthony Minessale
b74ad2a6bb
FS-5503 --resolve indeed, thx
2013-06-11 09:31:16 -05:00
Anthony Minessale
df1bba55ee
FS-5498
2013-06-10 19:13:21 -05:00
Anthony Minessale
6731519bef
FS-5498
2013-06-10 18:22:08 -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
Anthony Minessale
01959606cd
FS-5493 oops
2013-06-06 13:17:20 -05:00
Anthony Minessale
860ed3f9a6
add last callback run stamp to device records
2013-06-06 13:09:13 -05:00
Anthony Minessale
75fab9b0f2
FS-5493 --resolve
2013-06-06 12:59:18 -05: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
Travis Cross
bc25079fce
Fix spelling in log message
2013-06-02 20:06:34 +00:00
Anthony Minessale
5835e0d541
FS-5488 --resolve
2013-05-31 14:46:15 -05:00
Nathan Neulinger
e74bba08c2
FS-5449: apply correct quoting, got older version of patch accidentally
2013-05-31 16:31:27 -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