8770 Commits

Author SHA1 Message Date
Rupa Schomaker
a111968873 choose CURLOPT_TIMEOUT variant at compile time, use MS if available
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15686 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 15:54:10 +00:00
Rupa Schomaker
dac51bf526 urggh, TIMEOUT_MS needs libcurl 7.16.2, we have 7.16.0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15685 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 15:25:19 +00:00
Rupa Schomaker
ca55ba252f don't leak db connections (ok, only 1)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15684 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 06:59:57 +00:00
Rupa Schomaker
5828d178de add shorter timeout + warn on slow responses
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15683 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 06:13:10 +00:00
Rupa Schomaker
7dc4612e2f use new cache db api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15682 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 05:38:43 +00:00
Rupa Schomaker
ae2ed8f5d8 use new cached odbc api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15680 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 03:54:04 +00:00
Anthony Minessale
36689432e0 move mod_limit to cache_db and clean up vm legacy code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15677 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 00:07:24 +00:00
Anthony Minessale
8ae40dd26a reset the remote_media ip/port vars more oftern
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15676 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 23:09:23 +00:00
Anthony Minessale
16fdb470bb too bad nobody reads all the rest of the code where more critical issues may lie
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15675 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 22:21:02 +00:00
Anthony Minessale
6daa81d7b8 ok find stangor
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15674 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 21:34:51 +00:00
Anthony Minessale
2e88c67c9d improve chunked sql transaction submission
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15672 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 20:55:19 +00:00
Anthony Minessale
c706e9bb3c only kill event socket on 100 consecutive errors
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15671 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 19:59:26 +00:00
Marc Olivier Chouinard
d8c745a1bd mod_voicemail: Change so total_new_messages and total_saved_messages include the count of new/saved urgent messages (Issue caused by MODAPP-359)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15670 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 18:26:49 +00:00
Brian West
1588d5c552 voicemail tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 00:23:07 +00:00
Anthony Minessale
9330d877a4 refactor code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15662 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-25 00:03:00 +00:00
Michael Jerris
2dd4d8842b record the correct remote_media_ip and remote_media_port even when we autoadjust (FSCORE-500)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15659 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 21:40:28 +00:00
Anthony Minessale
d34d8ae16b add separate inbound/outound codec prefs params to sofia profile original codec-prefs sets both to the same value for back-compat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15658 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 18:52:57 +00:00
Anthony Minessale
aba8d7590f FSCORE-481
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15657 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 18:18:09 +00:00
Marc Olivier Chouinard
cf8d26bef3 mod_sofia: Revert part of MODSOFIA-41 r15654 that deal with phone reboot. It break aastra and polycom reboot
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15656 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 16:26:04 +00:00
Brian West
c48ccd9e95 use profile flag instead
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15655 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 16:24:24 +00:00
Brian West
383541f3d0 MODSOFIA-41 , fail2ban support in mod_sofia thanks jay binks.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15654 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 16:11:56 +00:00
Michael Jerris
28056dda18 silence solaris sun cc warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15653 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 06:01:43 +00:00
Michael Jerris
bbe6844186 silence solaris sun cc warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15652 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 06:00:48 +00:00
Michael Jerris
21b0575ea9 fix mod_spidermonkey on osX 10.6 (lets see if this breaks any other platforms)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15650 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-24 05:25:16 +00:00
Marc Olivier Chouinard
90c7043e2a mod_voicemail: Fix r15636 so New are New, and Old are Old messages
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15639 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 23:15:26 +00:00
Anthony Minessale
2b68b0cfce send bridge/unbridge indication during eavesdrop
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15638 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 23:07:41 +00:00
Michael Jerris
d0810cd4de mod_voicemail: decrease sql queries for message counts (MODAPP-359)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15636 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:46:34 +00:00
Giovanni Maruzzelli
67464ea79e skypiax: lower load by bigger TCP buffer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15635 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:22:15 +00:00
Jeff Lenk
6e1c86a8d8 code before decl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:21:22 +00:00
Andrew Thompson
f6e24c3c95 mod_portaudio: make the ringfile configurable via new API command 'pa ringfile'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15633 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:15:26 +00:00
Michael Jerris
fa29ea1545 mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 22:05:59 +00:00
Anthony Minessale
f9842ff6d8 add sip_profile_name go go with sip_gateway_name on outgoing calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15629 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 19:57:14 +00:00
Anthony Minessale
76b2db1d2f MODSOFIA-40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15628 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 19:46:37 +00:00
Anthony Minessale
3db63361fd fix db connection hijacking issue
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15625 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 18:25:11 +00:00
Michael Jerris
06a4ef9735 core: don't hangup call on asr errors (FSCORE-493)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15623 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 17:54:08 +00:00
Michael Jerris
365ee47f45 add mod_say_hu to trunk from csecket branch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 17:27:22 +00:00
Jeff Lenk
19570f9127 unimrcp windows x64 build support and fix release builds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15621 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:50:46 +00:00
Anthony Minessale
8ebbfa39fd enough of this bickering over if stale=true has quotes or not, let me remove it so i can have a 10 minute break from people bugging me
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15620 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:49:05 +00:00
Anthony Minessale
c794e8a1f2 bracket in the wrong place
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15619 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:32:25 +00:00
Michal Bielicki
3e06046c2b moving configure for libg722_1 to main configure.in so that cflags and libflags get populated correctly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:27:52 +00:00
Michael Jerris
ec762ca316 update to new api in unimrcp r1297
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 16:03:13 +00:00
Jeff Lenk
8e3019475e MODUNIMRCP-6 add initial build support to windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 15:09:00 +00:00
Brian West
cfbf446e24 MODSOFIA-39
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 14:57:56 +00:00
Brian West
f915ee4a31 FSCORE-495
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 14:55:09 +00:00
Michal Bielicki
8123c41a53 configure for mod_bv libraries is done from the main configure file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15607 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-22 22:52:23 +00:00
Michal Bielicki
8ccdcf5482 fixed mod_syslog.c on solaris since there is no LOF_FTP and LOG_AUTHPRIV in solaris syslog
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15606 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-22 22:30:50 +00:00
Georgiewskiy Yuriy
6074f2bc27 fix to build with trunk changes.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15605 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-22 17:06:34 +00:00
Jeff Lenk
2b4b878435 update prebuilt dll
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15604 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 20:14:11 +00:00
Michael Jerris
97d2584de0 swigall
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15601 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 19:36:39 +00:00
Anthony Minessale
af9e8eab35 convert sofia to use new core version of cache db handles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-21 18:57:15 +00:00