similar to: Fw: Asterisk and MySQL

Displaying 20 results from an estimated 7000 matches similar to: "Fw: Asterisk and MySQL"

2004 May 28
3
Asterisk addons
Hi to all!! Is there another method to download asterisk addons??? Thanks.... F -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/8f1f7764/attachment.htm
2003 Apr 30
2
FW: DynExtenDB
On Wed, 30 Apr 2003 00:24:19 -0400, Uriel Carrasquilla wrote: > >Gary: >I just copied the content from chan->exten to chan->dnis. I am calling from How are you doing this coying ? >one extension to another. >Have you got DynExtenDB to work? nope, haven't got over the first problem yet. Gary .
2004 May 21
4
Some problems with download Asterisk-addons
Hi! I have some problems with the download of Asterisk-addons. I try to follow instructions that I found in http://www.voip-info.org/tiki-index.php?page=Asterisk%20cdr%20mysql , but nothing to do. This is my shell: [root@obelix root]# cd /usr/src [root@obelix src]# export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot [root@obelix src]# cvs login Logging in to
2004 May 26
7
PostgreSQL
Hi to all!! Here's my problem: [cdr_pgsql.so] => (PostgreSQL CDR Backend) == Parsing '/etc/asterisk/cdr_pgsql.conf': Found May 26 17:21:35 ERROR[16384]: cdr_pgsql.c:298 my_load_module: cdr_pgsql: Unable to connect to database server localhost. Calls will not be logged! May 26 17:21:35 ERROR[16384]: cdr_pgsql.c:299 my_load_module: cdr_pgsql: Reason: could not connect to server:
2004 Aug 23
1
Problem with asterisk and postgresql
Hi Every one and Fabio Donaggio Fabio Donaggio you have faced same type of problem with postgresql with asterisk. Did you solved your problem. Please help me. The problem is as follows: When i reload the asterisk I had got this error "== Parsing '/etc/asterisk/cdr_pgsql.conf': Found Aug 23 14:22:33 ERROR[1076245120]: cdr_pgsql.c:299 my_load_module: cdr_pgsql: Unable to connect
2004 May 20
1
Mysql
Hi, to all!!! I can't download asterisk-addons...I try with CVS, but i can't. How can I do??? Thank you Fabio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040520/632bcf37/attachment.htm
2004 May 27
1
Astersik and PostgreSQL
Hi to all!! I'm successful to connect Asterisk to PostgreSQL database... If it's possible, can anyone learn me how to store sip user in PostgreSQL database and how to configure voicemail?? Thanks for all!!!
2004 May 28
5
Asterisk and MySQL
Hi to all!! I'm successful to connect Asterisk to MySQL database... Can anyone learn me how to store sip user in MySQL database and how to configure voicemail?? Thanks for all!!!
2001 Dec 12
2
Danger! An user can delete root's files!!!
Hi, I use a Red Hat Linux 7.2 with all the upgrade found on the RedHat website installed. I also have update the KDE to the version 2.2.2. During the installation I set a mountpoint /master on hda8 but at the first reboot I changed the /etc/fstab to mount the /misc on that partition. Now if root create a file in /misc A NORMAL USER CAN DELETE IT!! This happen only in the /misc directory. An user
2008 Jul 23
6
par() function does not work
Dear R-nautes, I installed the 2.7.1 version of R and found it is not possible to modify graphical parameters with par(). for example; > par(mfrow=c(2,2)) Error in c(2, 2) : unused argument(s) (2) > par$mfrow NULL Does any one know what is the cause of this problem? Regards, Fabio -- Fabio Sánchez, MD, MSc, PhD Unit of Dermatology and Venereology Department of Medicine Karolinska
2013 Feb 05
4
[PATCH] tools/libxl: Disable useless empty floppy drive with qemu-xen
tools/libxl: Disable useless empty floppy drive with qemu-xen Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it> --- tools/libxl/libxl_dm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index 51f9914..c265618 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -406,6 +406,9 @@ static char **
2007 Dec 04
2
Wishlist: mention Vectorize in 'outer' man page (PR#10490)
Full_Name: Antonio, Fabio Di Narzo Version: 2.6.1 OS: linux Submission from: (NULL) (213.140.16.187) In 'outer' man page, there is no mention of the Vectorize function. Moreover, I think it isn't underlined enough that the FUN argument to 'outer' must be a vectorized function (doc speaks about a function which has to 'operate elementwise'). A cross-reference from
2014 Dec 02
3
Samba4 ClassicUpgrade
Hi all. Problems resolved! I found the samba process that was increasing the memory after I ran the netstat from PID and I discovered that the process opened 88/464 tcp/udp port. After I ran tcpdump program in my DC server listening udp 88 port and I found many clients machines sending traffic a lot to my DC server. I blocked the ips from clients machines by iptables and the samba process
2013 Oct 31
7
[PATCH] tools: ovmf debug build only if tools debug is enabled
Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz> --- tools/firmware/ovmf-makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile index 073ed44..efb4fb1 100644 --- a/tools/firmware/ovmf-makefile +++ b/tools/firmware/ovmf-makefile @@ -1,3 +1,6 @@ +XEN_ROOT = $(CURDIR)/../../.. +include
2013 Jul 05
3
[PATCH] libxl: Add qxl vga interface support for upstream qemu
Usage: vga="qxl" Reposted for xen 4.4, require SSE support on hvm domU otherwise it works only as a standard vga. Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz> Signed-off-by: Zhou Peng <zpengxen@gmail.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> --- docs/man/xl.cfg.pod.5 |
2005 Apr 26
2
disabled share
Hi! I'm looking for a way to disable a directory shared. I think that I can set null valid users parameter but I would know if a boolean parameter exists. Thanks, Fabio -- Dott. Fabio Marcone 2T srl Telefono +39 - 0871- 540154 Fax +39 - 0871- 571594 Indirizzo Viale B. Croce 573, 66013 Chieti Scalo (CH)
2005 Sep 21
3
ts.intersect bug?
This code gives an error: a <- ts(1:10, start=0, freq=10) b <- ts(1:10, start=1, freq=10) ts.intersect(a,b) This one works normally (and correctly): a <- ts(1:10, start=0) b <- ts(1:10, start=1) ts.intersect(a,b) Antonio, Fabio Di Narzo. P.S. How to switch off italian error messages to post on r-help? > version _ platform i386-pc-mingw32 arch i386 os
2005 Apr 20
3
gid and uid
hi! I'm studing samba as PDC (with ldap backend) and I would know: - gid and uid are useful in samba? in other words: if pdc admin knows users' uids, he can recovery some wrong situations ? Example: if a user was cancelled and then readded, if his uid changes implies some troubles with shared files? NT mantains, after deletion, association between shared file and uid user and so if
2009 Feb 16
4
Faxing with asterisk
Hi All, I need to setup asterisk to receive fax. I'm try Spandsp (opensource) and Attrafax (commercial) both on asterisk 1.4.23) but the results are disappointing. with spandsp many times the fax arrives cut. with Attrafax i have some problem. Anyone have any idea or solution (Opensource or commercial) to suggest me ? Best Regards
2009 Dec 05
2
"R CMD BATCH" continue after an error in the script
Hi, I have a problem with R CMD BATCH, because I created a .bat file to run a script: C:\R\R-2.9.2\bin\R CMD BATCH C:\Scrip_test.R It work perfectly but after 3 lines of script there is a line with a nls() function that cannot be fitted and this end in an error message. I'm not bother by the error message, I just want that the script continue. If I use the R windows GUI the script show the