similar to: CDR records into SQLite

Displaying 20 results from an estimated 2000 matches similar to: "CDR records into SQLite"

2019 May 19
2
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 17:08, mabi via dovecot wrote: > ??????? Original Message ??????? > On Sunday, May 19, 2019 4:44 PM, John Fawcett via dovecot > <dovecot at dovecot.org> wrote: > >> I don't have PostgresSql, would you be able to verify if this syntax >> would work: INSERT INTO last_logins (last_login,username,domain) >> VALUES (1558273000,'user at
2019 May 19
4
Dict issue with PostgreSQL for last_login plugin (duplicate key)
??????? Original Message ??????? On Sunday, May 19, 2019 2:58 PM, John Fawcett via dovecot <dovecot at dovecot.org> wrote: > I guess it is not supported for PostgreSQL or Sqlite, since they don't > have "ON DUPLICATE KEY UPDATE" statement which is what is being used in > MySQL. That's it, PostgreSQL does not have "ON DUPLICATE KEY" but instead uses
2019 May 19
2
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 16:25, John Fawcett via dovecot wrote: > INSERT INTO last_logins (last_login,username,domain) VALUES (1558273000,'user at domain.tld','domain.tld') I don't have PostgresSql, would you be able to verify if this syntax would work: INSERT INTO last_logins (last_login,username,domain) VALUES (1558273000,'user at domain.tld','domain.tld')
2019 May 19
3
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 20:31, mabi via dovecot wrote: > > ??????? Original Message ??????? > On Sunday, May 19, 2019 7:36 PM, John Fawcett via dovecot > <dovecot at dovecot.org> wrote: >> >> Attached is a tentative patch. I've verified no regression for mysql. >> There should be no regression for sqlite as the code path is identical. >> >> Are you able to
2002 Nov 30
3
About building R1.6.1 on Cygwin
Hello. For building REmbeddedPostgres in Omegat project(http://www.omegahat.org/RSPostgres/) requiring PostgresSQL's libs, I've tried to build R1.6.1 on Cygwin following the instruction of http://www.stats.ox.ac.uk/pub/Rtools/ since full-spec PostgresSQL running on Windows can run only on Cygwin environment, However I've got following error messages. make -C front-ends Rpwd
2006 Jul 01
1
Changing column to NOT NULL with migration silently failing.
Hi I''ve created a migration called make_customer_type_id_not_null_for_customers. The migration .rb file looks like this: class MakeCustomerTypeIdNotNullForCustomers < ActiveRecord::Migration def self.up change_column(:customers, :customer_type_id, :integer, { :null => false }) end def self.down change_column(:customers, :customer_type_id, :integer, { :null =>
2006 Feb 15
1
Question regarding 'dovecot-auth'
Hello Timo, I am compiling dovecot-1.0.beta3, and I get the following message when the dovecot-auth module is being compiled: Undefined symbol sql_drivers_register_all first referenced in main.o Now I had run 'configure' with the '--without-sql-drivers' since I neither have MySQL or PostgresSQL installed on my server. Does this mean I DO have to get either package, install,
2010 Feb 15
0
[LLVMdev] [cfe-dev] Reminder: 2.7 code freeze in 1.5 weeks
On Mon, Feb 15, 2010 at 9:30 AM, Holger Schurig <holgerschurig at gmail.com>wrote: > > Clang C++ only gets one big coming-out party (ever); a little > > more time will make a big difference. > > Hmm, wouldn't that speak against jamming this into 2.7 ? Let 2.7 > go out and don't bark at it's C++ status. That gives you a full > release-cycle to get C++
2007 Apr 12
1
Destar web interface problem
People, I have a Debian box with Asterisk and I've installed the Destar package in order to get web managing of my voip system. After I installed Destar, it runs on "localhost:8080", but my server does not have X-Window to access to it so I can engter the web interface.. So how can I change localhost:8080 to IP_ASTERISK:8080 in order to access Destar via web from another PC ???
2007 Jan 23
1
DeStar 0.2.2 released!
Hello, I'm glad to announce that DeStar 0.2.2 version has been released. This release contains a large number of bugfixes and new features, see CHANGELOG.txt for the full list. You can find it in the usual place: http://developer.berlios.de/project/showfiles.php?group_id=2112 Thanks for using DeStar, Santiago Ruano Rinc?n http://destar.berlios.de -------------- next part -------------- A
2004 Jul 29
10
Asterisk GUIs at Astricon * REMINDER *
I'm working with the final details of the Astricon agenda. I haven't got anything so far on Asterisk GUI's and there are plenty of projects out there. I would like to invite developer's of Asterisk GUI's, both open source and commercial, to participate. What I'm thinking of is giving each GUI a slot of 10-15 minutes for a presentation and then a panel discussion on the GUI
2009 May 29
1
RODBC sqlSave with DB2
I am running R version 2.8.1 on Windows XP OS. This works fine. (Data.frame dta is created with records from the DB2 table.): sql <- "select * from storage.testappend_slt order by uut" dta <- sqlQuery(channel,sql) But when I try to append records (from data.frame newdta) to the same DB2 table. I get an error: sqlSave(channel, newdta, tablename = storage.testappend_slt, append
2011 Feb 11
3
Asterisk 1.8.3
Hi Does anyone have any rough idea how far away 1.8.3 is? We can't deploy 1.8 yet because of this issue https://issues.asterisk.org/bug_view_advanced_page.php?bug_id=18403 -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062
2003 Apr 16
1
unable to load package RPgSQL
Hi all, I'm trying to install an add-on package for R called RPgSQL. Its role will be to link R with a PostgreSql database. I work on a Linux machine. However, I'm quite a newbie as far as R's concerned, and I don't manage to install the package properly. That's the steps I followed : * downloading the package (archive) * R CMD INSTALL /path/to/package.tar.gz (as
2004 Mar 11
7
asterisk gui client
I have looked at matt's asterisk gui client at sourceforge. I am not a programmer by trade. The documentation there seems to be a bit lacking. Has anyone have the experience in installing the gui client and may perhaps have a how-to document available for sharing. -- David Kwok Tel: 612 99292086 ext 1002 Iaxtel/FWD # 17001813482 ext 1002 -------------- next part -------------- A non-text
2010 Jan 19
1
ast_queue_log to mysql asterisk < 1.4 ?
I know in v1.6 its part of logger.c but I noticed this: https://issues.asterisk.org/bug_view_advanced_page.php?bug_id=11625 However, it doesn't seem to ever been applied to any version of 1.4.x branch.. Nor can I figure out what it was applied to? This is over 3 years old, you would of figured it would have been applied to 1.4 at some point in time.. Any ideas?
2019 May 19
0
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 15:42, mabi via dovecot wrote: > ??????? Original Message ??????? > On Sunday, May 19, 2019 2:58 PM, John Fawcett via dovecot <dovecot at dovecot.org> wrote: > >> I guess it is not supported for PostgreSQL or Sqlite, since they don't >> have "ON DUPLICATE KEY UPDATE" statement which is what is being used in >> MySQL. > That's it,
2006 Jan 20
1
instant fallback to zap in case of sip/iax/xyz-failure
i would like to carry some oversea pstn-destinations via sip to providers like stanaphone, however, in case of a network-failure or if the provider is not available, i want to fallback to the zap-channels so the call is carried out to the pstn directly. the usual approach would be to check the dialstatus(e.g.NOANSWER). however, asterisk tries >60seconds to reach that peer(even when the ip
2007 Feb 03
1
misdn and prostgres_cdr on asterisk 1.4
Hi i am upgrading an asterisk server from 1.2.4 to 1.4. i've installed libpri 1.4 i've installed zaptel 1.4 I've installed the new version of misdn with the script of beronet. i use this configure script: ./configure --with-postgres=/usr/local/pgsql then: make menuselect [*] 1. cdr_csv [*] 2. cdr_custom [*] 3. cdr_manager XXX 4. cdr_odbc [*] 5. cdr_pgsql XXX 6. cdr_radius
2016 May 31
1
CenOS 6.8 and libGL failures
On 05/31/2016 09:17 AM, Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: > Curiously my intel 845-G has had gl applications (freecad and wine > based windows games) STARTED working correctly with this update. > > I see in a latter email that you have a) found a path issue for users > vs root, and b) you are using nvidia. This reminded me of an issue I > was having with some