Displaying 20 results from an estimated 10000 matches similar to: "ODBC Storage for voicemail messages in database"
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
2005 Sep 20
1
ODBC Voicemail WEB Retrieval
Ok.
I was sucessful in installing ODBC storage
I'm using MySQL in the backend as it is. but all my drivers are now ODBC.
I am running asterisk-cvs head as of last night 9/19/05
My question is this... the old voicemail.cgi script that allowed checking
voicemail no longer works etc, and never did work for me without a static
voicemail.conf file.
Anyways.. that aside... how does one retrieve
2006 Feb 08
0
ARI - Voicemail not showing - Problem solved!
Hi,
Just wanted to pass on a fix that I found with the ARI recordings
interface (www.littlejohnconsulting.com) for using a browser to access
voice mail. It turned out to be a rights issue and group membership
issue. I was planning on moving Asterisk to a non-root
(http://www.voip-info.org/tiki-pagehistory.php?page=Asterisk+non-root&diff2=25)
user but I had not done this prior to
2010 Jun 23
1
I look ARI (Asterisk Recording Interface)
Hello,
I look ARI (Asterisk Recording Interface)
the publisher site is closed...
http://www.littlejohnconsulting.com/ari
Thank you,
Mickael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100623/a8d923ae/attachment.htm
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:
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
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
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
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
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
2010 Aug 25
1
ODBC Voicemail storage
Hi,
I have a strange problem. I'm using Asterisk 1.4.xx with ODBC storage
(FreeTDS -> Mssql 2008 database). Everything it's working fine, but
sometimes I receive this error and Asterisk crashes.
[Aug 25 13:25:13] WARNING[14032] app_voicemail.c: SQL Prepare failed![SELECT
COUNT(*) FROM pbx_VoiceMail WHERE dir = '/var/spool/asterisk
/voicemail/default/7002/INBOX']
[Aug 25
2011 May 05
0
Voicemail message storage in db w/o ODBC?
Hi all,
Is it possible to store voicemail in a Mysql database without using ODBC?
I've got RTA sip and voicemail working; I just want to store the messages in
the db now. Configuring ODBC seems like a lot of work if I don't have to.
TIA.
--
Take care and have fun,
Mike Diehl.
2004 Dec 20
0
Testers needed for voicemail ODBC storage patch
If you run CVS HEAD, and are using ODBC storage for voicemail, please
apply and test the patch from bug 3024 in Mantis.
This patch should _not_ change the behavior of your system at all, and
that's what needs to be tested. If you can try it, please report the
results in the bugnotes. Thanks!
2005 Jul 27
0
voicemail ODBC storage question
Hello guys.
Did anybody use voicemail ODBC storage feature? All "voicemessages"
fields name are clear except for "dir", which is assigned to
"/var/spool/asterisk/voicemail/default/1234/INBOX".
Why do we need any directory when we store voicemessages in the database?
Noreover, that field is choosen as the KEY or INDEX (marked as MUL in
README.odbcsrorage, so I
2007 Jul 22
1
IMAP and ODBC voicemail storage
Hi,
I'm wondering whether or not I should go for ODBC or IMAP voicemail storage.
Before diving into details, I would be very pleased to get input form
others.
1. With IMAP, is it necessary to save a copy of voicemails in /var/log files
so that a user can still listen to his (or her) own voicemails with his own
hardphone ?
2. How then, can you make sure to skip non-voice mails stored in the
2014 Oct 05
1
Voicemail message number off by one when using ODBC storage
Hello,
have you noticed the message num (VM_MSGNUM) is off by one?
For example, I receive the following message:
"Just wanted to let you know you were just left a 0:03 long message (number
7)"
but in attach there is the msg0006.wav
Leandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 26
2
Web based voicemail client
I'm looking for a good web based voicemail client that can use mysql or
realtime drivers. I can't seem to get vmail.cgi to work with realtime.
Thanks for any help you can give.
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 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