27 Commits

Author SHA1 Message Date
Travis Cross
db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Jeff Lenk
17b98eb0bc add parameters
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16860 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-02 15:17:39 +00:00
Anthony Minessale
886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Mathieu Rene
156cf4fd6f MODAPP-389
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 19:55:01 +00:00
Jeff Lenk
dc5d69c104 FSBUILD-221 fix several trivial warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 03:44:42 +00:00
Michael Jerris
50c8d92713 mod_vmd: make MIN_TIME configurable via channel variables(MODAPP-372)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15825 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 15:04:58 +00:00
Anthony Minessale
df7637f687 change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Anthony Minessale
c38257949a fix glaring rwdeadlock in mod_vmd (please test i was in a hurry)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-26 19:36:58 +00:00
Brian West
357c93b999 fix vim format line
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 22:03:37 +00:00
Mathieu Rene
5acb8ad899 Per-call logging, part two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14510 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 21:24:51 +00:00
Mathieu Rene
7da470f67c Fix them all while we're at it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13092 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 01:02:45 +00:00
Michael Jerris
4212af498b build: build path cleanups (FSBUILD-130)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12490 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-06 19:27:14 +00:00
Michael Jerris
bbdf4744aa inital work on x64 windows build (FSBUILD-125)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-21 00:56:56 +00:00
Brian West
6f3260efe7 space after if
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11999 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 21:46:31 +00:00
Eric des Courtis
c94e6a9368 Added even more documentation. This should look good with doxygen.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:07:53 +00:00
Eric des Courtis
3ec32de40d Added more comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10724 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 00:39:41 +00:00
Eric des Courtis
1a4fb0d978 Added useful comments.
Eric


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10720 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-11 22:13:20 +00:00
Eric des Courtis
b31df55196 Added extra credits. Adjusted indentation.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-07 19:57:03 +00:00
Stefan Knoblich
1eac1c84f5 Add cast to int to silence format mismatch warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-06 16:22:26 +00:00
Michael Collins
ff5107d225 Add INFO print and chan var when vmd detect is true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 23:24:00 +00:00
Michael Jerris
2811e8d005 fix gcc 4.1.2 build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:44:58 +00:00
Michael Jerris
6d0e598ee8 whitespace
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10631 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:43:17 +00:00
Michael Jerris
8f152febe6 this is really c code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10630 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:24:16 +00:00
Michael Jerris
8ca1e6dc46 add mod_vmd to windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:22:21 +00:00
Eric des Courtis
dc0c8231d9 Fixed types.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:11:20 +00:00
Michael Jerris
281a102444 windows build tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10627 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 20:01:39 +00:00
Eric des Courtis
3c43650cba Voicemain detection mod initial upload. By Eric des Courtis
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10623 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 17:45:37 +00:00