52 Commits

Author SHA1 Message Date
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
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
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
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
Anthony Minessale
9e860b949f missed a spot 2012-01-09 12:53:17 -06:00
Anthony Minessale
755be33022 add list support for which vars/api to expand in httapi 2012-01-09 12:47:47 -06:00
Anthony Minessale
6eab889e33 don't deal with recorded files when they are http type 2012-01-09 10:22:13 -06:00
Jeff Lenk
472ab0cf6c FS-2216 partial 2012-01-08 14:20:58 -06:00
Anthony Minessale
32ec431945 temp-action attr 2012-01-07 08:56:44 -06:00
Anthony Minessale
8c60003894 set a few more basic params initially 2012-01-07 07:54:23 -06:00
Anthony Minessale
727f099d0c add continue tag 2012-01-07 07:48:37 -06:00
Anthony Minessale
0dfc0110d3 add record support to http format put and post (needs testing and debugging) 2012-01-06 18:28:44 -06:00
Anthony Minessale
3d8f7815c2 add no-cache support 2012-01-06 15:19:18 -06:00
Anthony Minessale
3768d80227 add app lists to white or blacklist apps in the execute tag 2012-01-06 15:10:45 -06:00
Stefan Knoblich
27a3f1ccf2 mod_httapi: Fix Cache-Control max-age= parameter string (length) check
This is probably what you had in mind...

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-01-06 23:08:45 +01:00
Anthony Minessale
b1ec52b024 scope err 2012-01-06 11:21:06 -06:00
Christopher Rienzo
743dbbf992 fix do_config for <conference> and <dial> 2012-01-06 02:05:20 +00:00
Michael S Collins
eacb639687 Fix 32 bit error on %ld in printf (thanks crienzo) 2012-01-05 17:56:04 -08:00
Michael S Collins
3be54a5460 crienzo's hack for OSX 2012-01-05 17:53:29 -08:00
Michael S Collins
0b639ae0e3 D'oh 2012-01-05 17:38:58 -08:00
Michael S Collins
9bc6bb3cc2 Name of API is 'httapi' and not 'HT-TAPI Hypertext Telephony API' 2012-01-05 17:31:53 -08:00
Anthony Minessale
de6762b462 fine tuning 2012-01-05 17:08:17 -06:00
Anthony Minessale
7fab8f1543 move func in the core to hide the need to wrap it 2012-01-05 16:57:31 -06:00
Anthony Minessale
6ef27f1917 add cache-control support 2012-01-05 16:52:37 -06:00