Anthony Minessale
|
79433a61f8
|
fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8293 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-05-07 15:28:07 +00:00 |
|
Anthony Minessale
|
c317b1936d
|
doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8291 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-05-07 14:52:34 +00:00 |
|
Anthony Minessale
|
aa47e3e5fd
|
update script langs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8249 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-05-02 16:43:54 +00:00 |
|
Anthony Minessale
|
2b5f3563a2
|
make callback stuff work on mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8247 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-05-02 13:58:44 +00:00 |
|
Anthony Minessale
|
7830f6ce09
|
adding callback stuff, still gotta test it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8241 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-05-01 22:56:14 +00:00 |
|
Anthony Minessale
|
2a3bf6897a
|
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8206 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-04-26 15:57:05 +00:00 |
|
Brian West
|
9194729a83
|
cleanup a tiny bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8203 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-04-26 00:45:43 +00:00 |
|
Anthony Minessale
|
8027cb8ee8
|
return of mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8198 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-04-25 22:12:01 +00:00 |
|
Brian West
|
073a49c94c
|
movin
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6325 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-19 15:22:03 +00:00 |
|
Michael Jerris
|
4e434aff7f
|
add more modules to new mod loader macros/api.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5405 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-20 08:18:18 +00:00 |
|
Anthony Minessale
|
95f007586f
|
stage 1 of wrecking ball (duck!)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5347 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-13 20:40:06 +00:00 |
|
Michael Jerris
|
b67f9c5b2a
|
move some modules to use the new module interface macros.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5343 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-13 17:06:10 +00:00 |
|
Anthony Minessale
|
debdfb1aab
|
indent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4798 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-30 00:13:31 +00:00 |
|
Anthony Minessale
|
3a54126261
|
spring cleaning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4795 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-29 22:31:56 +00:00 |
|
Michael Jerris
|
3e3760a996
|
add flags to the application interface for marking if apps support no media mode. FSCORE-7
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4400 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-26 21:38:10 +00:00 |
|
Michael Jerris
|
f359f847f7
|
fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4176 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-02-09 02:36:03 +00:00 |
|
Michael Jerris
|
44649c70b4
|
Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors:
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
*/
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3462 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-11-27 22:30:48 +00:00 |
|
Anthony Minessale
|
dcc6c5ef82
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3410 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-11-19 01:09:10 +00:00 |
|
Michael Jerris
|
c904577269
|
C++ says we can't use "interface" as a variable name.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1305 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-30 18:24:24 +00:00 |
|
Michael Jerris
|
14fee78470
|
part 3 of 3 standardizing typedefed types to end in _t.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1300 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-29 23:43:28 +00:00 |
|
Michael Jerris
|
73a3adac8f
|
part 2 of many standardizing typedefed types to end in _t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1294 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-29 06:05:03 +00:00 |
|
Michael Jerris
|
026e8d39ca
|
Set log levels on many existing log messages. A huge thanks to James Martelletti for going through all the log calls to do this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1173 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-16 06:05:53 +00:00 |
|
Brian West
|
559b8ab26c
|
Gut Logger and put it back modular style
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1117 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-04-11 21:13:44 +00:00 |
|
Anthony Minessale
|
64507e70ca
|
icc changes part 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@982 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-03-30 23:02:50 +00:00 |
|
Michael Jerris
|
ce0bd79277
|
mod_perl build on windows.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@755 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-03-06 00:02:45 +00:00 |
|
Anthony Minessale
|
32a7b3c2ca
|
add mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@740 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2006-03-03 16:57:21 +00:00 |
|