413 Commits

Author SHA1 Message Date
William King
aad07c6243 Add condition matching capability to only account for one or more subset of channel directions to radius. 2012-08-12 21:13:10 -07:00
Daniel Swarbrick
f3c1f5aa68 missed this one 2012-08-08 14:14:54 +02:00
Daniel Swarbrick
14a6e0cfc2 CGI specifies that REQUEST_URI is relative to the root (and does not include scheme name, hostname, port) 2012-08-08 14:08:31 +02:00
William King
9ac586adc8 Add param variable where needed. 2012-08-07 21:57:58 -05:00
William King
8eb36ec92d DelphiWorld found another typo. Also remove the condition for auth since all dialplan lookups should be authed to prevent fraud. 2012-08-05 12:01:33 -04:00
William King
d1b98ab388 Good find DelphiWorld. 2012-08-04 19:54:48 -04:00
William King
d648a05ed1 Adding a new configurable radius module that will support both authentication based on a dialplan app, as well as digest based radius authentication by hooking into the directory. It is also fully configurable on which fields to send by the config file. 2012-08-04 19:19:04 -04:00
Anthony Minessale
8c889aa3a7 add param for scgi to monitor its own server process 2012-05-24 13:07:46 -05:00
Anthony Minessale
0a70ea3e09 scgi updates 2012-05-23 13:12:32 -05:00
Anthony Minessale
e7b4821844 clean up forking code in example 2012-05-14 07:13:26 -05:00
Anthony Minessale
0b43b32b42 Wrong week to quit sniffing glue 2012-05-11 13:34:42 -05:00
Anthony Minessale
dd1ae3307c another tweak 2012-05-11 13:12:44 -05:00
Anthony Minessale
bbd9aa237e another tweak 2012-05-11 13:06:35 -05:00
Anthony Minessale
afdfb9a6e1 fix missed error condition 2012-05-11 12:46:32 -05:00
Anthony Minessale
e0db68d20b add string to url 2012-05-10 09:51:07 -05:00
Anthony Minessale
576fbb97ad tweak 2012-05-10 07:10:19 -05:00
Brian West
6c0e1f90f9 tweak 2012-05-09 17:11:03 -05:00
Anthony Minessale
d7cf0bbed0 add mod_xml_scgi (like xml_curl minus the web server direct to an application backend that supports the SCGI protocol) 2012-05-09 14:06:00 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -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
Jeff Lenk
6aa492d034 vs2010 add some ssl support to curl - test 2012-02-29 08:50:00 -06:00
Jeff Lenk
24288832b1 FS-2216 partial with renaming 2012-01-08 14:19:16 -06:00
Anthony Minessale
becb8b6277 fix bug in xml_curl that was being masked by versions < 679da2f0f609c7a893c62929481cb8feaafef7b5 2012-01-04 17:16:29 -06:00
Marc Olivier Chouinard
663699f4e3 FS-2896 --resolve 2011-12-18 01:48:35 -05:00
Marc Olivier Chouinard
a44bd60f4c FS-3736 --resolve
NOTE: This patch might affect xml_cdr, so better check if the output is to your liking after this commit
2011-12-16 09:22:05 -05:00
Anthony Minessale
e794a6db21 FS-2936 stage 2 please test ASAP 2011-11-29 15:35:36 -06:00
Anthony Minessale
e58ed35d17 FS-2936 stage 1 2011-11-29 11:13:11 -06:00
Anthony Minessale
d39b7c6b1a FS-3593 --resolve 2011-10-03 12:23:36 -05:00
Anthony Minessale
191f06d733 cleanup 2011-05-13 15:56:43 -05:00
Anthony Minessale
acf3090adf FS-2936 plan B for curl stuff 2011-05-13 13:17:54 -05:00
Anthony Minessale
c196e2c109 revert curl changes 2011-05-13 12:03:30 -05:00
Anthony Minessale
7064487df2 FS-2936 please test on windows 2011-05-11 10:07:00 -05:00
Anthony Minessale
00b53a91ea FS-3277 --resolve There are actually really only 2 places where it needs the real hostname, the hostname command and the header on the events. I changed everything to the switchname because there were some more sql stmts etc in the core. 2011-04-29 10:24:50 -05:00
Anthony Minessale
73279f01bf FS-3166 --resolve 2011-04-22 16:43:29 -05:00
Marc Olivier Chouinard
4137b360cf switch_ivr/xml: Change the structure of the phrases/language system. Previously it was fxml->phrases->macros->language->macro. Changed it so fxml->languages->language->phrases->macros->macro
You can have sub macros <macros name="voicemail"><macro ...> and allow you to call it login@voicemail.
Change the sound-path to sound-prefix to make it constistant with the rest of freeswitch.
Also allow to set a sound-prefix to a macros, so you can override it for a specific file set.
You can set say-modules="en" or whatever in the <language section to define that say module to use.
2011-04-20 13:09:03 -04:00
Jeff Lenk
34a3800954 FS-2815 2011-03-13 22:26:43 -05:00
Anthony Minessale
4ae8282e6c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
Michael Jerris
86d5e441da add more details to xml_curl errors 2011-01-31 19:38:57 -05:00
Brian West
ea9021a24a FS-2998: prefix-a-leg not respected for url submission 2011-01-19 11:38:36 -06:00
Jeff Lenk
719416f66b mem leak 2011-01-10 09:39:46 -06:00
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Jeff Lenk
0cc28f37fb FSCORE-676 Buffer too small 2010-09-23 08:15:55 -05:00
Anthony Minessale
9835395c73 MDXMLINT-57 2010-09-15 10:58:12 -05:00
Anthony Minessale
3a6bb506c0 passing non-null value to generate_xml_cdr now implies its an initalized xml object 2010-07-01 15:22:13 -05:00
Jeff Lenk
a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Joao Mesquita
41b7cae35c Add timeout support as config option 2010-06-18 18:30:05 -03:00
Michael Jerris
19253d8354 mod_xml_cdr: fix minor memory leaks and config bug (MODEVENT-62) 2010-05-31 09:30:57 -04:00
Brian West
f339330d7c XML-26 2010-05-01 19:49:17 -05:00
Michael Jerris
c0a6abad73 mod_xml_cdr: add leg param to query string (XML-24) 2010-04-26 02:11:46 -04:00
Michael Jerris
add3ded40a cleanup C reserved identifer violation (JANITOR-3) 2010-04-26 01:30:51 -04:00