Commit Graph

149 Commits

Author SHA1 Message Date
Anthony Minessale 11451c1056 FS-3106 --comment-only Try this out, its got a few elements from your patch but there was a much bigger problem deeper in the code preventing the sqlite handles from being recycled properly 2011-03-02 19:21:37 -06:00
Anthony Minessale 2044a749cf FS-3105 try this patch 2011-03-01 10:52:21 -06:00
Anthony Minessale 1cbb8f221b supress errors caused from -nosql as reported on the mailing list and not on JIRA like it should be http://jira.freeswitch.org 2011-02-25 21:39:37 -06:00
Mathieu Parent ea29a1dfcc centralized registration:
- allow infinite registrations (expire=0)
- when removing a registration, keep the other with same user if multiple reg is allowed
2011-02-23 01:07:53 +01:00
Anthony Minessale b36a7c0ba6 add multiple-registrations flag to the core similar to mod_sofia 2011-02-17 12:12:43 -06:00
Marc Olivier Chouinard 1096e6732c switch_core_sqldb: Index column name wrong on table registrations. (This wont create the index for people who already have the table) 2011-02-15 02:24:43 -05:00
Marc Olivier Chouinard 500e9acd25 switch_core: Add capability to specify core-db-name in switch.conf.xml to have sqlite in a different location. This is important for everyone with relatively 'high' sip registration since the addition of sip registration to the core require sqlite db to be moved to a faster location (Ramdisk for example). Useful for everyone who moved their sqlite db for sofia to ramdisk because of performance issue. 2011-02-15 01:49:41 -05:00
Anthony Minessale 04bb74fcae FS-3050 FS-3051 2011-02-14 11:27:55 -06:00
Anthony Minessale a2c0da53f3 add centralized registration db to core db and use it from mod_sofia 2011-02-11 23:10:12 -06:00
Anthony Minessale 4ae8282e6c fix possible bad pointer in global vars (please test) 2011-02-02 15:43:26 -06:00
Anthony Minessale 83dea0ee45 FS-3024 2011-02-02 10:53:40 -06:00
Anthony Minessale 2ad81ac82f fix || where it should be or in sql stmt that may cause stray records in the calls table 2011-01-29 13:44:06 -06:00
Brian West d79cf48475 FS-2962 2011-01-05 11:45:48 -06:00
Brian West 3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Jeff Lenk 3406d05ba7 Fix fallback to CORE_DB when MSSQL fails init 2010-12-09 23:05:49 -06:00
Anthony Minessale 3501087b4d add-on to earlier change to this file 2010-12-03 20:22:14 -06:00
Anthony Minessale 5d7c09ed77 fix edge caes for endless loop in sql thread 2010-12-03 12:38:49 -06:00
Mathieu Rene ad7c7f1323 adjust switch_yield times in switch_core_sql_db_thread() and pool_thread() 2010-11-18 11:25:03 -05:00
Jeff Lenk 4bbd9a4c0f FS-2825 add additional info when fail 2010-11-08 08:05:23 -06:00
Anthony Minessale 7ac78ac21a FS-2811 2010-11-01 10:25:47 -05:00
Jeff Lenk d2ca8d4046 FS-2050 Core ODBC support for transactions with MSSQL 2010-10-21 16:18:54 -05:00
Mathieu Rene 3c4d7f1d48 fs_encode: encode by [ptime] ms so we don't end up with partial frames, destroy codec when done 2010-10-12 15:48:33 -04:00
Anthony Minessale 80883ebeb8 don't force wake thread 2010-10-05 11:11:21 -05:00
Anthony Minessale 633f193dae add bitrate patch from moc with some extra stuff for late neg mode 2010-09-29 16:52:43 -05:00
Anthony Minessale b02c69bba9 MODAPP-459 2010-09-22 18:14:24 -05:00
Anthony Minessale b6a533ee9a fix endless loop on startup when specifying -nosql 2010-09-22 08:28:14 -05:00
Anthony Minessale ce01c76c56 frick 2010-09-17 16:33:56 -05:00
Anthony Minessale 4e41e4c584 slight fix on last commit 2010-09-17 14:49:43 -05:00
Anthony Minessale 07ec7867db set conditionals to only fire when the mutex can be obtained 2010-09-17 14:05:48 -05:00
Anthony Minessale 3eb35a57bf forgot a spot to call conditional broadcast on shutdown 2010-09-15 17:04:54 -05:00
Jeff Lenk 6a0f7f4ae8 build tweak + vs2010 swig 2010-09-15 16:21:10 -05:00
Michael Jerris 283b7a85b8 FSBUILD-304: Fix compile error due to incorrect format specifier 2010-09-15 02:57:31 -04:00
Anthony Minessale 6e23f3bef6 fix spelling err 2010-09-14 16:22:21 -05:00
Anthony Minessale ef79535c45 add nitrus boost to sql thread 2010-09-14 16:19:13 -05:00
Marc Olivier Chouinard 8ea90fb17a switch_core_sqldb: Simple spelling correction of log output 2010-09-14 15:30:36 -04:00
Jeff Lenk 2befa393a6 FSBUILD-302 Fix Windows build error - uninitialized variable 2010-09-08 22:47:28 -05:00
Anthony Minessale 68d1c32ad1 FSCORE-668 2010-09-07 10:51:02 -05:00
Anthony Minessale 84c2d80964 tweak on last commit 2010-08-20 14:18:08 -05:00
Anthony Minessale 77e2dccf72 add last_bridge_to var to keep uuid of last bridged channel and fix race in show calls on hangup of bypass_media channels 2010-08-20 13:53:08 -05:00
Anthony Minessale a64061a24c doh 2010-08-18 09:53:22 -05:00
Anthony Minessale c47d1ef81c always run test sql even when auto schema is off 2010-08-18 09:37:01 -05:00
Anthony Minessale 5f763d0d1b fix caller id fields in show channels show calls etc 2010-08-17 17:26:36 -05:00
Anthony Minessale a11f4e4fb3 add auto-create-schemas param to switch.conf.xml 2010-08-04 09:57:07 -05:00
Anthony Minessale 9a667aeb1f fix leak 2010-07-23 16:15:10 -05:00
Anthony Minessale 44450cb013 fix some small mem leaks 2010-07-23 00:37:08 -05:00
Anthony Minessale 32f6aa3b9e update 2010-07-13 00:47:41 -05:00
Anthony Minessale 1734df82ca presence_data_cols 2010-07-11 21:00:13 -05:00
Anthony Minessale aa318568c4 revert 2010-07-06 15:06:25 -05:00
Anthony Minessale 89769c2180 sort all inserts ahead of update/delete in queue processing 2010-07-06 14:42:03 -05:00
Anthony Minessale d239b31dfc sort the complete sql stmts to get proper ordering on tab complete 2010-07-06 12:03:09 -05:00