73 Commits

Author SHA1 Message Date
Andrey Volk
671da28796 FS-11263: [Build-System] Move FreeSWITCH build system to Visual Studio 2017 on Windows. 2018-07-24 07:21:55 +00:00
Sergey Safarov
df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Mike Jerris
e1b3ee1efd FS-9652: improve sql sanitization 2016-11-11 11:27:35 -06:00
Michael Mavroudis
ba99263a74 column update with negative nibble rate -- FS-9577 2016-09-27 14:47:09 -07:00
Andrew Cassidy
92ac448c95 FS-8424 fix for default rounding values 2016-01-04 20:10:53 +00:00
Mike Jerris
c3dbf25bd7 Merge pull request #392 in FS/freeswitch from ~VIPKILLA/freeswitch:master to master
* commit 'e2cf1f5270b22c1d6e36fcdc200cd6aa76c7511e':
  FS-7954: [mod_nibblebill] use switch_core_session_execute_exten instead of switch_ivr_session_transfer to perform inline dialplan action
2015-09-01 13:02:44 -05:00
Mike Jerris
5c59a0159d FS-7966: fix more msvc 2015 warnings. 2015-08-31 17:08:52 -04:00
Michael Jerris
164c6111a1 FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 2015-08-31 10:19:10 -05:00
Emmanuel Schmidbauer
e2cf1f5270 FS-7954: [mod_nibblebill] use switch_core_session_execute_exten instead of switch_ivr_session_transfer to perform inline dialplan action 2015-08-25 08:52:01 -04:00
Michael Giagnocavo
5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
Andrew Cassidy
5c7f0bc010 FS-7734 fixed mutex lock that should be an unlock 2015-06-27 21:30:17 +01:00
Michael Giagnocavo
f116387443 FS-7644. Change 2013.vcxproj references to 2013 2015-06-18 04:17:53 -06:00
Jeff Lenk
345e50d25a FS-7644 2015-06-11 15:29:28 -05:00
Michael Jerris
2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Andrew Cassidy
8f343939dc Added new options to nibble bill for minimum charges and rounding #FS-7560
These options are:

1) nibble_rounding: The number of decimal places to round the cost of the call to
2) nibble_minimum: The minimum charge to apply to a call

Rounding is applied before the minimum charging, and these steps only occur at call end to make sure they're accurate.

Checks for minimum_charge before call starts

"Billing done" flag to the data struct, and used that to exit early in the event processing during hangup has already occured.
2015-06-01 19:39:03 +01:00
Raymond Chandler
33460064ac CID: 1210739 2014-05-01 17:34:54 -04:00
Raymond Chandler
a4e0929ef0 CID: 1210596 2014-05-01 17:28:54 -04:00
Travis Cross
b9369f6d4e Remove stray executable bits 2014-03-31 20:38:09 +00:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Peter Olsson
93696934b2 Silence more compiler warnings 2014-01-23 12:25:15 +01:00
Jeff Lenk
85423194f7 FS-5894 --resolve 2014-01-04 21:36:50 -06:00
Ken Rice
f9a19ee57f FS-5880 --resolve 2013-11-13 11:23:25 -06:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Travis Cross
f3541e00f4 Fix variable type in mod_nibblebill 2013-05-27 07:58:33 +00:00
Jeff Lenk
40e33572b3 FS-5314 --resolve 2013-04-17 09:21:14 -05:00
Jeff Lenk
65ba846a30 FS-5100 --resolve 2013-03-22 07:44:22 -05:00
Jeff Lenk
d9a4b8a9b0 FS-5156 --resolve default configuration needs new dsn 2013-03-09 13:00:22 -06:00
Raymond Chandler
70f4741b50 fix build 2013-01-31 18:52:11 -05:00
Anthony Minessale
5c176e889d FS-4810 --resolve 2013-01-31 08:59:58 -06:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Anthony Minessale
8bb55ed4bf abstract out originate_signal_bond to a function to avoid confustion and regressions 2012-05-29 13:10:15 -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
9bf2726e1b FS-3950 --resolve nibblebill changes! 2012-03-14 23:26:09 -05:00
Marc Olivier Chouinard
cdcaedbf19 FS-1874 --resolve
Warning to nibblebill user.  This patch will change how billing amount is charged by using the previously unused nibble_inrement variable.  If you don't want to increase by increment, then just don't have the increment set
2011-12-19 00:14:03 -05:00
Rupa Schomaker
897e6573fa FS-2890 --resolve mod_nibblebill, remove on_reporting hook 2011-05-10 08:12:27 -05:00
Marc Olivier Chouinard
ba7dc9fde8 Fix for -Wunused-but-set-variable required compiler. : mod_freetdm mod_avmd mod_cidlookup mod_ladspa mod_lcr mod_nibblebill mod_rss mod_vdm mod_dahdi_codec mod_skinny mod_cdr_pg_csv 2011-04-22 22:49:41 -04: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
45ecbc2f61 fix warnings on windows x64 builds src and mods projects - only libsofia included on the libs side 2010-09-29 15:47:58 -05:00
Jeff Lenk
bb4705cf3e trivial - remove debug log of wrong information - reported on userlist - correct information reported on the next log statement 2010-08-13 10:30:01 -05:00
Jeff Lenk
a87429ac87 Add initial support for VS2010 2010-06-28 15:49:19 -05:00
Anthony Minessale
b073e82b5f FSMOD-51 2010-05-25 10:14:04 -05:00
Anthony Minessale
1d2c64d33b refactor 2010-05-11 17:56:08 -05:00
Anthony Minessale
c74d1f1d00 rearrange 2010-05-10 10:40:15 -05:00
Mathieu Rene
e9829d1ed8 Add SAF_SUPPORT_NOMEDIA to nibblebill 2010-04-21 16:41:08 -04:00
Rupa Schomaker
9a74958b22 nibblebill - free properly if using custom_sql 2010-04-19 14:42:41 -05:00
Rupa Schomaker
ca9dfc3c5e nibblebill - free allocated memory at shutdown 2010-04-19 13:18:20 -05:00
Rupa Schomaker
8f273eed5f MODAPP-409 Support custom sql with var expansion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-23 17:11:30 +00:00
Rupa Schomaker
e222f74cbb fix typo in typo fix :)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16956 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-09 19:00:47 +00:00