2019 Commits

Author SHA1 Message Date
Michael Jerris
784c7f8c3d move some modules to use the new module interface macros.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5344 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-13 17:48:49 +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
Michael Jerris
50fe6fbac8 merge mod_bridgecall, mod_echo, mod_park, and mod_playback all into mod_dptools. You will need to remove these from your modules.conf and configuration files.
move some applications to use the new module interface macros.


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5342 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-13 16:00:14 +00:00
Anthony Minessale
59f50d6a2f update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5341 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-13 15:19:16 +00:00
Michael Jerris
14608093b1 add new macros and approach to module loader.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5337 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-13 14:35:55 +00:00
Michael Jerris
7239a56f00 use relative path (thanks bret for the report)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5336 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-13 13:33:30 +00:00
Anthony Minessale
f1bede824c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-13 03:09:53 +00:00
Anthony Minessale
a035ec592c doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-12 21:35:37 +00:00
Anthony Minessale
90a5504dba add example application to demonstrate media rewriting capability with media bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5316 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-12 21:27:16 +00:00
Anthony Minessale
efca0c8087 hack up the core with a butcher knife
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-12 21:00:26 +00:00
Anthony Minessale
7363fcf9e3 the endless saga of g722 bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5308 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-11 22:12:10 +00:00
Anthony Minessale
d3388d72ea add perpetual-sound option to conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5307 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-11 21:44:41 +00:00
Anthony Minessale
be642c111d add inbound-codec-negotiation and channel variable to enable greedy codec negotiation
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5304 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-10 02:52:23 +00:00
Anthony Minessale
1b5daa6b59 add adjustable buffering to mod_shout (see example in config file)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5303 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-09 23:07:00 +00:00
Anthony Minessale
5ce66989b6 add adjustable buffering to mod_shout (see example in config file)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5302 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-09 23:02:38 +00:00
Anthony Minessale
2855ae34b7 revert unintended changes from previous commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5301 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-09 19:13:59 +00:00
Anthony Minessale
2056ac0e35 fix missing logic in our poor man's vad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5300 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-09 19:01:43 +00:00
Anthony Minessale
eb80c72f71 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5299 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 23:12:57 +00:00
Anthony Minessale
eb717cf250 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5298 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 23:05:12 +00:00
Anthony Minessale
724de2b52d add selective challenge to sofia via reject app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5297 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 22:28:32 +00:00
Michael Jerris
52c3cf1108 merge changes from MODLANG-30 and MODLANG-31. changed to use switch_cut_path instead of basename for portablility.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5292 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 15:34:39 +00:00
Anthony Minessale
91cb42b7ea fix accidental missing event enum name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5291 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 15:17:43 +00:00
Michael Jerris
da58c31380 merge changes from MODLANG-18 fix multiple odbc and spidermonkey odbc issues.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5289 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-08 14:39:09 +00:00
Anthony Minessale
8fe69bb764 doh now they've got me doing it backwards
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5288 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-07 21:58:50 +00:00
Anthony Minessale
0bac27dd2f sigh more stupidness
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-07 21:46:45 +00:00
Anthony Minessale
7300c50352 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5284 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-07 19:59:01 +00:00
Anthony Minessale
fa65607734 fix rate issue in conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5283 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-07 19:26:26 +00:00
Michael Jerris
88be7deec9 fix to not unintentionally use to in 200 contact
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5271 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-05 18:22:16 +00:00
Ken Rice
ec9d8688ee Change register function to use To: header instead of the From. See RFC3261 section 10.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5269 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-05 17:42:15 +00:00
Michael Jerris
4f04ce0518 merge patch from MODAPP-12, thanks Bret.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5257 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-04 22:10:42 +00:00
Michael Jerris
47755f4d20 add start_dtmf and stop_dtmf apps, inspired by trixter.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-04 17:12:43 +00:00
Anthony Minessale
e47ebad696 fix mod_alsa compile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5253 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-04 13:43:10 +00:00
Anthony Minessale
64672889ce fix typo and small tweak to dingaling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5248 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-02 12:51:49 +00:00
Anthony Minessale
eec9f345a1 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-01 23:48:06 +00:00
Anthony Minessale
220390dffe update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-01 21:07:03 +00:00
Michael Jerris
fedefcb69f merge changes from branch http://svn.freeswitch.org/svn/freeswitch/branches/greenlizard/ that changes the session container implementation to use the one in the core, and an inherited class in python. Please note that this changes the python script api to more closely match (it is still a subset) the one already in place and documented for spidermonkey, and will break all your scripts that are currently working.. Fix a fatal bug causing segfaults in mod_python when using the callbacks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5242 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-01 18:50:34 +00:00
Michael Jerris
1d36473f28 windows build fixes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-01 05:02:11 +00:00
Anthony Minessale
c31ef0be61 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5237 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-31 16:12:44 +00:00
Anthony Minessale
a1d4140ce6 add timout to record and time tables to all the channel events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5236 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-31 14:42:23 +00:00
Anthony Minessale
62c8e751eb update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 21:02:59 +00:00
Anthony Minessale
09b6b3e418 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5233 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 20:57:17 +00:00
Anthony Minessale
1023e16949 g's suck
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5232 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 19:51:51 +00:00
Anthony Minessale
3c0ff3408b update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5231 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 19:04:41 +00:00
Anthony Minessale
d00d906329 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5230 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 18:55:37 +00:00
Anthony Minessale
62b7a692a6 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5229 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 15:16:42 +00:00
Anthony Minessale
db5ab42c12 Enact the 'No device left behind' act. All stupid sip params that only help broken things *MUST* be prefixed with NDLB-
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5228 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-29 14:59:03 +00:00
Michael Jerris
f704b3f623 fix bsd build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5225 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-28 05:04:28 +00:00
Anthony Minessale
332b4c8ecd update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5220 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-25 21:36:22 +00:00
Anthony Minessale
9c0f9a5b60 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5218 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-25 19:46:51 +00:00
Michael Jerris
5f921c6d20 Process P- headers into channel variables too.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5215 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-25 16:14:12 +00:00