91 Commits

Author SHA1 Message Date
Anthony Minessale
79c8951260 FS-6228 --resolve 2014-02-14 21:04:51 +05:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Peter Olsson
5a820fdc78 Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. 2014-01-22 22:47:11 +01:00
Peter Olsson
084e245085 Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks. 2014-01-22 22:30:23 +01:00
Anthony Minessale
715731de9a FS-6026 --resolve 2013-12-05 11:35:33 -06:00
William King
3329141e74 Don't risk the double free, use switch_safe_free here same as in ~15 lines. 2013-09-15 15:57:17 -07:00
Anthony Minessale
7d6d688e53 FS-5731 --resolve 2013-08-26 20:25:14 +05:00
Anthony Minessale
2ea31f5d95 add preAnswer and ringReady too 2013-06-27 16:31:29 -05:00
Anthony Minessale
41c1c1cb75 add answer work tag to httapi 2013-06-27 16:25:59 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Anthony Minessale
d049b71ca7 favor the lessor of the configured cache-ttl or the max-age, add an abs-cache-ttl to be forced cache ttl, and add cache_ttl and abs_cache_ttl url params to set it per req 2013-04-23 15:52:41 -05:00
Anthony Minessale
10af50d96c FS-5219 --resolve 2013-03-26 10:09:02 -05:00
Anthony Minessale
c7fcf8c3c6 FS-5200 --resolve this patch did not apply please be up to date with latest HEAD when generating patches 2013-03-19 08:39:19 -05:00
Anthony Minessale
8afe9f3c3f FS-5196 --resolve 2013-03-19 08:31:57 -05:00
Anthony Minessale
2dc3b47db1 FS-5196 --resolve 2013-03-18 16:12:11 -05:00
Anthony Minessale
e7f6ea7200 FS-5197 --resolve 2013-03-18 16:08:46 -05:00
Anthony Minessale
abdc4bf091 add some more mime types for wav and mp3 2013-03-15 20:34:24 -05:00
Anthony Minessale
a684e7511d fix cache file messup 2013-03-15 20:34:24 -05:00
Anthony Minessale
e76e6b20f6 FS-5129 --resolve 2013-02-26 20:48:39 -06:00
Anthony Minessale
48e9a476c9 detect extension based on content-type when one is not specified for wav and mp3 2013-02-26 15:36:24 -06:00
Anthony Minessale
e0b883f581 FS-5105 --resolve 2013-02-19 13:17:24 -06:00
Anthony Minessale
6abdbe5ac4 FS-5044 --resolve proposed solution appears to be the best route 2013-02-14 11:20:11 -06:00
Anthony Minessale
dd8784a9e0 add terminators to dmachine and a way to use them in dp_tools and httapi 2013-01-21 15:36:35 -06:00
Anthony Minessale
8e6460fed3 httapi did not pass number of channels up to top level filehandle so stereo files caused buffer overflow 2013-01-18 18:06:50 -06:00
Raymond Chandler
591c62eea1 set cid in transfer scenario too 2013-01-16 20:23:55 -05:00
Raymond Chandler
a6830b2653 use text in this say case 2013-01-16 16:57:43 -05:00
Raymond Chandler
34f99c113b prefer text attribute over file attribute and tag body for speak and say 2013-01-15 18:43:38 -05:00
Raymond Chandler
86242db094 don't seg if we forget milliseconds on pause tag 2013-01-14 21:31:59 -05:00
Raymond Chandler
5462ea69ac don't disable conference if conference-set-profile is disallowed and set expand-vars permission to match code 2013-01-04 20:53:00 -05:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Anthony Minessale
abcff8c94c FS-4886 --resolve the file permisions must be set properly by you, you must have installed it as root then changed users. This patch will fix the crash. 2012-12-03 08:07:24 -06:00
Anthony Minessale
09b1b8bc7f add nohead param to skip over the cache check with HEAD method 2012-10-05 10:14:22 -05:00
Raymond Chandler
b97e0cef29 don't disable dial if previously allowed 2012-10-02 11:54:19 -04:00
Anthony Minessale
a8b89bcc1e add cache param to httapi 2012-08-27 16:13:21 -05:00
Anthony Minessale
fbc83cb0ea revert 2012-08-23 17:52:32 -05:00
Anthony Minessale
f34085965c fix some issues in httapi record parser 2012-08-23 17:49:53 -05:00
Anthony Minessale
4efff5c463 fix small bug, init this value to success so you can record without playing a file first 2012-08-23 16:29:30 -05:00
Anthony Minessale
d0dd441380 FS-4554 --resolve 2012-08-21 12:09:10 -05:00
Anthony Minessale
48857cc7a7 typo 2012-08-07 09:03:02 -05:00
Anthony Minessale
273aa89423 set uniq header flag 2012-04-24 07:47:36 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Anthony Minessale
76fcaf4c35 doh 2012-04-12 09:36:23 -05:00
Anthony Minessale
cecaa556c3 switch_file_exists returns switch_status_t so you cannot assume it returns a true value since success is 0 2012-04-09 12:42:14 -05:00
Anthony Minessale
d6eec9ea72 FS-4075 2012-04-05 11:18:18 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Anthony Minessale
eb4cac9b5e add vmname tag to httapi to play a voicemail recorded name 2012-02-14 13:04:51 -06:00
Anthony Minessale
32c73c0825 FS-3873 --resolve cool someone is finally testing it 2012-02-03 11:05:22 -06:00
Anthony Minessale
6e95a146af add some hooks to be able to cache hits to googles online mp3 apis with mod_httapi e.g. http://(ext=mp3,user_agent='Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1')translate.google.com/translate_tts?q=this+is+a+test 2012-01-25 11:46:46 -06:00
Anthony Minessale
7ac1d38d98 some minor fixes 2012-01-23 13:11:07 -06:00
Raymond Chandler
6fd2416da7 add auth user and doc cleanup 2012-01-20 18:09:12 -05:00