Commit Graph

6137 Commits

Author SHA1 Message Date
Anthony Minessale
ea754f52bd crank accuracy on windows sleep
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8269 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 13:58:36 +00:00
Anthony Minessale
0874db56f7 fix vid issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8267 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 00:02:37 +00:00
Stefan Knoblich
c0783a5a3b Add missing DESTDIR variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8265 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 16:11:39 +00:00
Anthony Minessale
a0c5e2b904 change names to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 15:56:53 +00:00
Anthony Minessale
4b929592cc change names to protect the innocent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 15:30:55 +00:00
Brian West
b79c36dacc take out confirm macro till we have proper files to demo this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8262 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-05 09:43:17 +00:00
Anthony Minessale
0f3de8bdf0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8259 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-03 16:36:12 +00:00
Stefan Knoblich
e8c88aa124 Try to use python provided by the system instead of a bundled version, adds --with-python and --with-python-config to configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8258 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 23:40:37 +00:00
Brian West
3f32bd323e update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 22:21:18 +00:00
Traun Leyden
cffd9825c1 reswig after updating to 8254. check that it compiles and do some light testing. seems that playAndGetDigits now returns a single value instead of a list of values, update scripts accordingly. also execute_extension is causing seg faults, at least in certain cases.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 21:20:14 +00:00
Brian West
d9fbe7b1ac adding lua and perl to the file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8255 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 21:15:47 +00:00
Anthony Minessale
8e0b64a1e6 add read
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8254 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 19:04:13 +00:00
Anthony Minessale
388f439897 update AUTHORS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:54:40 +00:00
Anthony Minessale
4fda174f34 reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8252 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:40:23 +00:00
Anthony Minessale
ed96039297 make it so you can build commented out modules using make <modname>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8251 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:36:01 +00:00
Anthony Minessale
02715f7f51 add
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8250 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 17:51:48 +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
540a2fecf8 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 16:43:07 +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
be276e0cfe tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 13:18:54 +00:00
Traun Leyden
636519ba6a reswig against 8241 and fix bugs with changed number of args to playAndGetDigits (note: exising scripts will need to be fixed to pass ONE less argument - see wiki for new syntax). also, comment out hangup hook handler that was causing seg fault, that needs to be redone. registering hangup hooks inscripts will no longer have any effect.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8244 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 00:57:25 +00:00
Brian West
7718ccc1e5 elaborate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 00:24:09 +00:00
Traun Leyden
a34165722a hello world
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8242 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 23:39:53 +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
de0f17db0b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 20:22:53 +00:00
Brian West
3803807841 switch_size_t to int
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 19:14:33 +00:00
Anthony Minessale
85fc8c37e7 fix bad pointer memory snafu in wrapped language libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 19:03:57 +00:00
Anthony Minessale
8c352ce5b9 let sip calls pass the exact response status across a bridge
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 18:35:45 +00:00
Anthony Minessale
9b30341170 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8235 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 18:09:05 +00:00
Anthony Minessale
21f73e6827 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 17:28:29 +00:00
Anthony Minessale
580f545e26 tewaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8232 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 16:41:46 +00:00
Brian West
f59b8ed1dc update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8231 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 03:12:26 +00:00
Brian West
6b5aa462cd fix compile on gcc 4.1.2 not sure this is correct but looks like it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 02:33:07 +00:00
Anthony Minessale
471f176ade don't exit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8229 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 01:22:25 +00:00
Anthony Minessale
9087158ce1 fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 01:09:54 +00:00
Michael Jerris
2e5eac7daa msvc build for mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8227 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 00:46:10 +00:00
Anthony Minessale
bf3aaafc20 up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8226 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 00:44:12 +00:00
Anthony Minessale
8f5a873dc7 break all the api in the swig stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 23:42:37 +00:00
Anthony Minessale
6e8cd63956 add options ping to gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8224 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 22:14:03 +00:00
Anthony Minessale
6eacfd9aca add options ping to gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8223 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 22:09:54 +00:00
Anthony Minessale
3c04009bd7 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8222 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 20:03:20 +00:00
Anthony Minessale
b6d649fc86 look out below
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8221 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 19:42:26 +00:00
Michael Jerris
069d468137 start of msvc build for mod_lua
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 17:19:07 +00:00
Michael Jerris
47985c5683 start of msvc build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 14:20:31 +00:00
Michael Jerris
2981fd57c2 tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 03:55:38 +00:00
Michael Jerris
0bde97add0 unused var.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8217 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 02:29:06 +00:00
Traun Leyden
c9f575fb1f fix and reswig after switch_cpp updates
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8216 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-30 00:37:52 +00:00
Brian West
ba226074c1 add lua config file example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-29 23:50:12 +00:00
Anthony Minessale
5952667987 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8214 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-29 23:34:26 +00:00
Brian West
f2994a09f8 update description on check_acl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-29 18:36:03 +00:00