similar to: ODBC Voicemail WEB Retrieval

Displaying 20 results from an estimated 11000 matches similar to: "ODBC Voicemail WEB Retrieval"

2005 Sep 21
0
ODBC Voicemail WEB Retrieval V1.1
Hi All. After some input, I created a V1.1 version of my ODBC VM retrieval from the ODBC_Storage It now uses either Mysql or unixODBC drivers to connect to the database I didn't have php compiled with unixODBC so i had to recompile it in "./configure --with-unixODBC --with-mysql --with-apxs2=./blah/blah/blah" make make install after all that it worked. see the Readme and
2005 Jun 20
1
voicemail system
Hello, I wish to use asterisk as a voicemail server with ser . I want to use asterisk external configuration toHello, I wish to use asterisk as a voicemail server with ser . I want to use asterisk external configuration to manage users and storing voicemail messages according to ser database. Where can i find the schema of the SQL DB for voicemail accounts . for example in extconfig ;
2006 Apr 26
1
ODBC Storage for voicemail messages in database
Seems like other postings tend to think that saving recordings as files and not as blobs in the database are a more reliable way to go. Opinions on this? Looking at supporting it for ARI and judging interest. Dan 512.791.0137 www.littlejohnconsulting.com
2006 Mar 21
4
activerecord - mysql blobs...
I''m struggling with activerecord and mysql blobs (uploading files)... blobs over 400K-ish cause the below exception... ActiveRecord::StatementInvalid in File#upload Mysql::Error: Lost connection to MySQL server during query: I''ve tried blob, mediumblob, and longblob... I''m using windows xp for development - and have not installed the mysql gem... simlar google
2006 Feb 16
1
ARI 0.06
ARI (Asterisk Recording Interface) has reached another milestone. The project is starting to become a full featured user portal and handle all the common errors that people seem to have. This release supports: call monitor page ? new features include column sorting and filter small duration calls in addition to the ability to listen to call monitor
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14. I am trying to setup storage of voicemail messages into MySQL. It is my understanding that I can only do this via ODBC. I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to
2006 Mar 01
1
upload file above /public, authenticate before serving?
I have file uploads to the database and stored in a longblob working on our client extranet, except that it kills mysql/activeRecord on files bigger than about 200kb. (is there a reason for this - running mysql 5.0.18, lighttpd or webrick on winxp??) So I''m now thinking about whether its possible to do either: 1) upload a file into #rails_root/some_folder/ instead of
2007 Jun 17
1
Problem: Upload file size limit to 500KB
hi, i''m sure some of you had come across this problem before, but i was unable to find the answer after spending quite some time searching. i have a basic file uploader, code similar to rails recipe (or rails manual). problem occurs when i try to upload files (images) greater than 500KB. the largest file i could upload was 493KB and i''ve uploaded a bunch files under 490KB and
2003 Apr 23
5
Call Monitoring
Hi, Is it possible for a Manager/Supervisor to intercept and listen in on live calls for training and evaluation purposes? Thanks -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
2005 Sep 09
2
AMP 1.10.009 released!
Hello all, Asterisk Management Portal 1.10.009 has now been released. This exciting new version has several notable additions (listed below). The AMP homepage is http://amp.coalescentsystems.ca. Here you'll find links to the download, install guide, and documentation wiki. As usual, please use amportal-users mailing list for discussions about AMP:
2007 Feb 14
0
Realtime via ODBC breaks for Voicemail
Hi all, We have an asterisk installation here that uses realtime for voicemails through ODBC. It works very well except that every now and then (ie four or five days or so) it breaks. I have included a log from the CLI of the most recent break, it looks like this: ---------------- Start of output -- Executing Dial("SIP/sip.ict.ru.ac.za-b7721690",
2006 Nov 15
2
ODBC Voicemail Storage
I current have a working Asterisk 1.2.12 server with ODBC voicemail storage, realtime static maps for voicemail, sip and iax configuration files. Realtime extensions, etc. All works great. I have verified that this configuration works on my test server as well. Now I am trying to test the 1.4B3 version on the same test server, and all works well except for ODBC voicemail. I am using the same
2005 Jul 20
2
Test CVS HEAD Voicemail ODBC Storage
As we are getting closer to release of CVS head as version 1.2, we're in need of your help. One of the cool new features in CVS head is the ability to store the actual voicemail messages in a database. This is not using ARA, the Asterisk Realtime Architecture, but directly interfaces with ODBC from app_voicemail. It stores both meta data and audio in the database, which will give you real
2006 Nov 27
3
Voicemail, SQL & ODBC
Is the storage of actual voicemail messages in a database still limited to ODBC? If so, why? And is the use of mySQL and ODBC at the same time still a bad idea? If so, why? I want to store all of my voicemail stuff in a database so that I can give users web access to it, but I don't want to run web services on my * server itself. If it is all in a DB, I can have a web box and a
2014 Oct 25
2
Voicemail ODBC Storage
Hi, Is there any reason why ODBC voicemail storage requires varchar for most fields? For example, is there anything stopping me using a BIGINT or similar for origtime or INT for duration? Kind regards, Dan
2007 Jun 14
1
ODBC voicemail questions
Before I head down the path of converting voicemail to an ODBC backend, I have a couple questions that I was hoping someone would know. 1. Is the voicemail message stored in the datbase, or just it's location/filename? 2. Does MWI propagate when using an ODBC backend? 3. If it does both of those things, wouldn't it work well for a centralized voicemail system instead of a solution like
2006 Jan 27
0
ODBC Problem with voicemail.
I've installed the last released asterisk 1.2.2 on my own HLFS system with a 2.6.14.3 kernel. I've also a 2 FXO/ 1 FXS digium card on it. Every thing is working correctly. For ODBC, I'm using UnixODBC with pgsql. The voice messages are correctly written to the database and also their number is correctly reported by VoicemailMain dialogue. However, after reading the time/day of the
2006 May 05
0
ODBC Voicemail storage and app_directory
I've checked the wiki, searched the mailing list, Mantis (bug tracker), and looked through the source code, but found not mention of this issue: If using ODBC Storage for voicemail messages, name-playback by app_directory breaks. app_directory has no ODBC Storage code and therefore only looks for the greet.wav file (recording of user's name) in the filesystem, whereas app_voicemail saves
2008 Mar 28
1
Need help with voicemail odbc
Dear all, I am still not able to store voicemail into mysql and I am hoping someone can help me out. Here is my voicemail.cof: [general] format = wav attach = yes dbuser=ast dbpass=sqlpass dbhost=localhost dbname=asterisk odbcstorage=asterisk odbctable=voicemessages [default] ; Syntax for new entries looks like this: ; MailboxNumber => password,name,e-mail,pager,options ; (usually, the
2009 Jul 17
1
Voicemail ODBC storage table schema
Hello, Upgraded from 1.6.1.0 to 1.6.1.1 and my voicemail setup does not work anymore. I use ODBC storage for voicemail. Comes out that the "voicemessages" table schema should have changed, because the log says Asterisk needed to store data to an additional field called "flag". Any new message cannot be saved. The thing is that I'd like to know where I can find an updated