128 Commits

Author SHA1 Message Date
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
Jeff Lenk
c31acbfdb7 fix crabby compiler 2012-01-18 11:20:04 -06:00
Anthony Minessale
9c8b02e12b if string outside of {} contains :// consider that input to mean the url such as {foo=bar}http://www.host.com/test.cgi vs {foo=bar,url=http://www.host.com/test.cgi} 2012-01-17 16:44:48 -06:00
Anthony Minessale
49f38848a9 fix issue with caching invalid files on bad fetches 2012-01-12 17:06:30 -06:00
Anthony Minessale
e343f6e7de parse user:pass@ auth in the url string 2012-01-12 16:53:08 -06:00
Anthony Minessale
c614b9d586 typo 2012-01-09 16:07:48 -06:00
Anthony Minessale
8cfdb86c1e fix null 2012-01-09 15:12:21 -06:00
Jeff Lenk
8a138f3d77 correct vs2010 x64 output path 2012-01-09 16:15:35 -06:00
Anthony Minessale
9f98163cb0 missed on 2012-01-09 15:01:57 -06:00
Anthony Minessale
e00144ac5b add voicemail work tag 2012-01-09 15:00:26 -06:00
Anthony Minessale
2fbe19b0fc wtf 2012-01-09 14:33:47 -06:00
Anthony Minessale
1242f0b661 update docs 2012-01-09 14:32:37 -06:00
Anthony Minessale
de3e008ba0 add true check instead of existance check 2012-01-09 13:54:54 -06:00
Anthony Minessale
adc82cbe6e fix some NULL pointer paths 2012-01-09 13:53:17 -06:00