similar to: UPDATE Patch for postgres enabled app_voicemail.c

Displaying 19 results from an estimated 19 matches similar to: "UPDATE Patch for postgres enabled app_voicemail.c"

2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all, I am just getting going on building my system, but I thought I'd send you all a patch that I wrote so the command: show voicemail users issued from the CLI works properly when there is a postgres backend for the voicemail. The current version of the app does not display the voicemail boxes found in a database. It is called in the load_config function. I haven't done
2006 Mar 28
1
Asterisk to MySQL Data Lookup Warning Message?
Hi All, I'm getting a strange warning message when I perform a MYSQL data lookup. The operation performs fine, I retrive the data I'm looking for and continue on through the dial sequence without an issue. I'm wondering if this warning message is something to be concerned about, can't find any info about it. warning message: Mar 28 15:55:40 WARNING[27481]:
2006 Jan 20
1
Calling MySQL 5 stored procedures from app_mysql
Hello all. I am trying to use app_mysql. It works for selects and functions, but does not want to work with procedures. Pls have a look: Calling function: CREATE FUNCTION f_1(a VARCHAR(20)) RETURNS INTEGER RETURN (SELECT count(*) from peer where name = a); Result: -- Executing Macro("IAX2/100-3", "local|100") in new stack -- Executing MYSQL("IAX2/100-3",
2004 Apr 12
1
Voicemail config from database
Any help with this will be greatly appreciated. When re-compiling * to include voicemail access from a MySQL database, I recieve the follwing error. Anybody know how I can fix this? Am I missing packages somewhere? app_voicemail.c:44:25: mysql/mysql.h: No such file or directory In file included from app_voicemail.c:247: mysql-vm-routines.h:7: parse error before '*' token
2004 Aug 23
1
Problem with mysql and with asterisk
Hi Every one and Lerale Erwan I have briefly describe my problem and I have provide the steps as follows: I have intalled redhat properly and from the konsole I checked with mysql. "rpm -qa | grep mysql" and the konsole provide me the message: mysql-3.23.54a-11 mysql-server-3.23.54a-11 Then I have download the asterisk and addons: By the using of : cd /usr/src export
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
I get the following error on installing Apache 2.2.4 on, any ideas what might be wrong. make[1]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support' make[2]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support' /usr/lib/apr-1/build/libtool --silent --mode=link gcc -pthread -o htpasswd htpasswd.lo -lm /home/odege/Desktop/httpd-2.2.4/srclib/pcre/libpcre.la
2005 Mar 05
2
cant compile app_meetme2
Dear all I am get the following problem when trying to compile app_meetme2 using mysql...it seems to want to use pgsql.....? anyone my Makefile looks like app_meetme2.o: app_meetme2.c #$(CC) -pipe $(CFLAGS) -c -o app_meetme2.o app_meetme2.c $(CC) -pipe -I/usr/local/include/mysql -L/usr/local/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_meetme2.so: app_meetme2.o
2006 Mar 19
0
Voicemail Bug?
Ugh. I have voicemail set up for realtime... mysql> SELECT * FROM ast_vm_users; +----------+-------------+-----------+---------+----------+----------+-------+-------+---------------------+ | uniqueid | customer_id | context | mailbox | password | fullname | email | pager | stamp |
2009 Aug 21
3
Core dump gets created while accessing voicemail
Hi ALL, When i was accessing the voice message it suddenly goes dead and after that i couldn't able to retrieve the voicemessage again from my mailbox . This happens once in a while for any configured mailboxes I am using the following system configuration. asterisk 1.4.22.1 odbc storage of voicemail messages centos 5.2 64bit unixODBC-2.2.11-7.1 mysql-connector-odbc-3.51.12-2.2
2016 Jan 18
2
Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)
Hi everyone, I am getting a segmentation fault (seems to occur randomly) using Asterisk 13.7.0-rc2 with PJProject 2.4.5. It appears to be something that libmysqlclient is complaining about when doing a query in ps_endpoint_id_ips. We are using Asterisk Realtime. This also seems to occur in Asterisk 13.5.0. Below is a backtrace that might help a little. I have looked through the change log for
2005 Jan 04
0
Cisco 7200 One-Way Audio
Hi, I am experiencing one-way audio from: SIP Device ----> Asterisk -----> Cisco 7200 The Cisco 7200 has a VXE+ card that will allow you to do SIP. I can pass audio from SIP Device to Asterisk through the Cisco 7200 to the other end, but the Cisco 7200 does not return any audio back to the SIP Device or Asterisk, it seems. I have tried upgrading to 12.3T IOS version, but no
2006 Nov 28
1
vm_change_password shell?
In Asterisk 1.2.13 in app/app_voicemail.c, line 4700 ext_pass_cmd is checked to decide whether to use vm_change_password or vm_change_password_shell to change a user's password for his voicemail account. I wonder, what is the difference between vm_change_password and vm_change_password_shell - what is that shell? The only reference I found on the Internet was the following bug report:
2005 Sep 12
1
compile error with postgres and voicemail
Hello, I'm using asterisk-1.0.9 and wanted to compile it with database support in voicemail (postgres). I made the following changes in the /apps/Makefile: USE_MYSQL_VM_INTERFACE=0 USE_POSTGRES_VM_INTERFACE=1 Without theese changes asterisk compiles perfectly, but after setting the postgres variable on 1 (that's what I have to do or not?), asterisk terminates with the following compile
2004 Apr 12
0
RE: Asterisk-Users digest, Vol 1 #3408 - 12 msgs
I am looking to install a web interface for Asterisk to transfer calls and look who's on the phone. If anybody has a working web interface please let me know. I installed the www.asternic.com (operator) But when I bring up my web browser it says transferring data and does not bring a browser. -----Original Message----- From: asterisk-users-admin@lists.digium.com
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download server for an 'e-mail purification service' (AV/ anti-spam) for smartphones. The service itself presently runs on a rented server somewhere in the UK and the corresponding 'web service' front-end and user account/ mail account database resides on a server in Germany. The UK dovecot server uses the PostgreSQL server
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
I have been testing with asterisk 1.4.11 and have found a segmentation fault while using voicemail. It happens when I try to forward a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace ==================================================================== Program received signal SIGSEGV, Segmentation fault. 0x00140adf in
2006 Jul 08
9
How to handle dynamically columned tables in rails
I want to build an application that lets me (the end user accessing a web page) design a simple list with columns and add records. E.g., if the end user says I want a table that has a list of songs, he can create a list (title, date, artist, label) and then make another list of, e.g., books on his bookshelf with the necessary columns (title, author, pub_date, shelf). The end user
2010 Jul 05
0
Release of libvirt-0.8.2
Following Dan advice, I decided to not wait for more patches and push the current git head as the release. Let's plan to have another release by this month end with the QEmu debugging and hacking APIs. The release is available as usual at ftp://libvirt.org/libvirt Quite a lot of bug fixes during the two months since 0.8.1, and a few new feature. It also tagged more commits as being
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++