similar to: RE: Writing To Multiple MySql Tables

Displaying 20 results from an estimated 2000 matches similar to: "RE: Writing To Multiple MySql Tables"

2005 Mar 12
2
SIP monitor thread is hanged up on a uClinux embeded linux system
I met a strange SIP problem recently. In an ordinary procedure, when asterisk loads sip module, a series of functions are called sequentially: load_module()->restart_monitor()->ast_pthread_create()->pthread_create()->do_monitor() However in my system, pthread_create() failed to create a child thread to execute do_monitor(), (though pthread_create() returns a successful signal to
2005 Mar 10
2
Re: Do I Need Astrisk
2005 Mar 27
1
newbie install options
Hi, I'm now building a * box that integrates voicemail playback on a website (ISP server with Php/Mysql). I've had no experience with Linux, but do know some Python, databases & web. It for a EU:UK community youth music site. Please advise on the best (ease & appropriate for job) path: -Asterisk@Home / Xorcom Rapid for install? -Icecast for streaming (not progressive), in CELP
2006 Aug 07
1
res_sqlite problems
Greetings, I'm trying to replace my extensions.conf with a sqlite database. So far everything's gone really rocky to be honest with you. I do, however have it up and running with a few minor cli messages complaining about the missing 'h' extension, etc. Problem: I'm trying to stress test asterisk a bit to see the performance difference between the static extensions.conf and
2004 Jul 22
1
app_dbodbc URGENT
I have been searching for the last two days and I cannot seem to set Asterisk to work from a database, can someone please tell me what I am doing wrong here? Here are my files [app_dbodbc.so] => (Database access functions for Asterisk extension logic) == Parsing '/etc/asterisk/odbc.conf': Found > app_dbodbc: dsn is MySQL-asterisk > app_dbodbc: username is
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc (http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it? I was able to get it all working, but it causes * to segfault every now and then. It does not appear to be related to any specific function (ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I noload the module, everything works fine, but when its running, after calls to any of the
2004 May 14
4
app_dbmysql and ODBC Voicemail
I have done a little work on asterisk and database integration. Below is a link to app_dbmysql, modeled after Brian's app_dbodbc but for pure MySQL. I also ported the mysql-vm-routines.h to ODBC in case anyone is interested. You can get both of these from: http://www.cheapnet.net/~mike/asterisk They were working as of yesterday CVS, but today CVS will not compile and I have not looked
2005 Aug 03
1
app_dbodbc for asterisk stable 1.09
Hi, Has anyone manage to comile app_dbodbc or ast_data with the latest stable release (1.09). If so can you give some guidence on howto do it as I have trouble getting either working. Umar
2008 Sep 08
2
Pointers to replace astdb
Hi listers, We want to implement one call center with asterisk. The idea is it should be scalable, with openser as an dispatcher and bunch of asterisk servers to do ACD, Queues, Agents things... Easy to say :( Look closely to the current asterisk, we do see some problem: - SIP registrations was stored in astdb. - And queue members also was stored in astdb. - ... asterisk was built as
2005 Oct 17
1
Call transfer - atxfer
Hi, I try to set up attended transfer in my Asterisk Box . My features.conf look like this: [general] parkext => 100 parkpos => 1-5 context => parkedcalls parkingtime => 100 transferdigittimeout => 3l courtesytone = beep xfersound = beep xferfailsound = invalid featuredigittimeout = 500 ;adsipark = yes pickupexten = *8 [featuremap] atxfer => *2 blindxfer => # disconnect
2004 Dec 11
2
long list of prefixes
if a phone number starts with one of 50+ prefixes, i want to send the sip call to gateway X. if it is in any other prefix, i want to send it to gate Y. i am not excited about a looooong list of extens, but will do it if i have to. i suspect there is a database hack, but i lose all database contents if i reinstall the port (this may be a feature of the freebsd port), and i have not figured out a
2010 Sep 16
10
PV driver domains and S3 sleep
Hello, The topic is self-explanatory: how to ensure that a PV driver domain correctly prepares its PCI devices for S3 sleep? If I do "pm-suspend" in dom0, and the driver domain has active network interfaces, suspend hangs the system. Yes, in case of this particular machine, suspend works fine when there is no driver domain. It is possible to manually invoke scripts from
2001 Apr 06
1
HP11 - BUG ?
Hi, I work with HP-UX 11.00. I installed Samba 2.0.7 on 3 machines from package and from source. I start smbd (with smb.conf correct), i start nmbd. After I want to test my Samba with commande : smbclient -U% -L localhost but anytime I have error in the logfile : [2001/04/06 11:23:09, 0] lib/util_sec.c:(69) Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0)
2012 Jul 03
6
Good tool to draw server room?
Hi all. I am currently designing a server room. I would like to be able to draw a 2D (in the future 3D) project. Do you know any tools? Which one can you recommend? Best regards, Rafal Radecki.
2015 Mar 26
2
Proper check of openssl usage in processes?
Hi All :) I need to check and possibly update openssl on my fleet of servers. I would like to avoid reboot if possible. I think that I can: - update openssl version with yum - check all daemon processes which are constantly running in the os, for example for sshd something like ldd `which sshd` | awk '/\// { print $3 }' | grep crypto | xargs strings | grep -i openssl to verify if the
2006 Mar 23
2
Default lag.max in ACF
Hi, The default value for lag.max in ACF implementation is 10*log10(N) There several publications recommending setting lag.max to: - N/4 (Box and Jenkins, 1970; Chatfield, 1975; Anderson, 1976; Pankratz, 1983; Davis, 1986; etc.) - sqrt(N)+10 (Cryer, 1986) - 20<=N<=40 (Brockwell and Davis) Why R uses 10*log10(N) as a default? Please, give me a reference to a book or article where the
2006 Mar 16
6
Unknown image type: VMX
Hi all I am trying to get VMX guests working on my new server here. The machine has a Pentium D 920 on an ASUS P5WD2-E motherboard. I''ve updated the BIOS to the latest 0401, which added the virtualization option. I am running a fresh installation of Gentoo (64-bit). When I try and run ''xm create'' on a vmx config file, I get the following error: Error: Error
2009 Jan 02
2
Error 16: Inconsistent filesystem structure after a change in the system
I''ve hit this bug on my home machine couple of times and finally decided to log it since I''ve spend 2 days configuring my "OpenSolaris 2008.11 snv_101b_rc2 X86" and after installing the SUNWsmbfskr package I ended up in the grub> menu. The package contains a necessary module for CIFS. After pkg install SUNWsmbfskr, I rebooted the box. There was no grub menu anymore
2014 Jan 23
2
Shutdown when both (all) UPS on battery / low battery
On Jan 21, 2014, at 9:24 AM, Rafal Oleszek wrote: > I tried all options: > 1,2 > and in MINSUPPLIES: 1,2,3,4 > still didn't work. My mistake - I gave you the wrong advice before. For MINSUPPLIES, I'm used to either a 1:1 UPS-to-server ratio, or 2:1 where the server can run with either power supply unpowered. I just tried this in upsmon.conf: MONITOR dummy1 1 monuser
2013 Feb 07
1
Gluster - data migration.
Hi All. I have two servers ("master" and "slave") with a replicated gluster volume. Recently I've had a problem with slave and gluster does not work on it now. So I would like to: - stop and remove current volume on master (on slave it is not accessible); - stop gluster software on master (already stopped on slave); - remove gluster software on master and slave (previous