Displaying 20 results from an estimated 26 matches for "voicemessages".
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
...this is not a developer
> issue.
>
> Cheer's
> Steve McMahon
> ----- Original Message -----
> From: "harry gaillac" <gaillacharry@yahoo.fr>
> To: <asterisk-dev@lists.digium.com>
> Sent: Monday, August 29, 2005 9:18 AM
> Subject: [Asterisk-Dev] voicemessages table
>
>
> > hello,
> >
> > I got some errors with voicemessages table in
> > docs/README.odbcstorage :
> >
>
+----------------+-------------+------+-----+---------+-------+
> > | Field | Type | Null | Key |
> Default
> > | Ex...
2005 Aug 30
0
Re: [Asterisk-Dev] voicemessages table
...this is not a developer
> issue.
>
> Cheer's
> Steve McMahon
> ----- Original Message -----
> From: "harry gaillac" <gaillacharry@yahoo.fr>
> To: <asterisk-dev@lists.digium.com>
> Sent: Monday, August 29, 2005 9:18 AM
> Subject: [Asterisk-Dev] voicemessages table
>
>
> > hello,
> >
> > I got some errors with voicemessages table in
> > docs/README.odbcstorage :
> >
>
+----------------+-------------+------+-----+---------+-------+
> > | Field | Type | Null | Key |
> Default
> > | Ex...
2005 Aug 30
0
RE: [Asterisk-Dev] voicemessages table
Am i alone with this problem ?
I just rewrote voicemessages table because of errors.
I read app_voicemail.c to fix my problem.
However app_voicemail.c support many schemes to query
the tables.
Harry
--- "Jerris, Michael MI" <mjerris@ofllc.com> a ?crit :
> > harry gaillac
> >
> > I agree you however i solved my problem...
2005 Aug 30
0
RE: [Asterisk-Dev] voicemessages table
Am i alone with this problem ?
I just rewrote voicemessages table because of errors.
I read app_voicemail.c to fix my problem.
However app_voicemail.c support many schemes to query
the tables.
Harry
--- "Jerris, Michael MI" <mjerris@ofllc.com> a ?crit :
> > harry gaillac
> >
> > I agree you however i solved my problem...
2007 Apr 04
0
Localise VM_DATE timestamp like the voicemessage envelope
Hello,
is there anyway or any plan to have the date/time stamp that's printed
in an outgoing voicemail notification email to NOT be the date/time of
the (*) machine but infact correspond to the timezone set for the
subscriber under the TZ variable?
I have the (*) machine set to UTC and when the notification email goes
out, it prints out the date/time of the machine at which the voicemail
was
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 schema
for the generic voicemail storage table. Apparently,...
2014 May 29
1
Voice mail with ODBC
...xecute error! Verifying connection to
asterisk [asterisk-connector]...
[2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4086
insert_data_cb: SQL Direct Execute failed!
[2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4202
store_file: SQL Execute error!
[INSERT INTO voicemessages
(dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext,flag,msg_id)
VALUES (?,?,?,?,?,?,?,?,?,?,?,?)]
== Parsing '/var/spool/asterisk/voicemail/default/701/INBOX/msg0000.txt':
Found
== Parsing '/var/spool/asterisk/voicemail/default/701/INBO...
2011 Apr 28
1
odbc error - server is gone
Hi list,
yesterday I converted my voicemail.conf to realtime voicemail and also
configured to store the voicemessages in a database using odbc as described
here <http://www.voip-info.org/wiki/view/Asterisk+RealTime+Voicemail> and
here <http://www.voip-info.org/wiki/view/Asterisk+Voicemail+ODBC+storage>.
I am using asterisk 1.4.2 with mysql. I also installed the proper odbc
driver for mysql on the serve...
2006 May 08
5
MySQL replication for voicemail
...themselves, too, but I've encountered an error that I can't
seem to get past. I've asked on the MySQL replication forums, but no
one has responded. When I do a "LOAD DATA FROM MASTER" the error I
get is:
ERROR 1187 (HY000): Failed rebuilding the index of dumped table 'voicemessages'
The MySQL error log shows this:
060508 9:36:48 [ERROR] Delete link points outside datafile at 73504
060508 9:36:48 [Note] Retrying repair of: './asterisk/voicemessages' with keyc$
060508 9:36:48 [ERROR] Delete link points outside datafile at 73504
060508 9:36:48 [ERROR] Found blo...
2014 May 29
1
voicemail with odbc
...xecute error! Verifying connection to
asterisk [asterisk-connector]...
[2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4086
insert_data_cb: SQL Direct Execute failed!
[2014-05-28 14:55:13] WARNING[12260][C-00000006]: app_voicemail.c:4202
store_file: SQL Execute error!
[INSERT INTO voicemessages
(dir,msgnum,recording,context,macrocontext,callerid,origtime,duration,mailboxuser,mailboxcontext,flag,msg_id)
VALUES (?,?,?,?,?,?,?,?,?,?,?,?)]
== Parsing '/var/spool/asterisk/voicemail/default/701/INBOX/msg0000.txt':
Found
== Parsing '/var/spool/asterisk/voicemail/default/701/INBO...
2006 Jun 12
2
How to retrieve voicemail
Hi,
voicemail are working ok, I receive message as attach via email.
My question is :
how can the user call asterisk and listen to his voicemessages ?
thanks
Victor
2005 Jun 20
1
voicemail system
...| a@b.com
| Joe Schmoe |
+----------+---------+----------+----------+-----------+---------------+
ODBC Storage allows you to store voicemail messages
within a database
instead of using a file. This is *not* a full
realtime engine and
*only* supports ODBC. The table description for the
"voicemessages"
table is as follows:
+--------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default |
Extra |
+--------------+-------------+------+-----+---------+-------+
| msgnum | int(11) | YES | | NULL |
|
| dir | varcha...
2010 Jan 07
1
voicemail /odbc problem
...tly but
messages are stored on the asterisk server instread of in the database.
System info
64 bit redhat RHEL 5.1
Asterisk 1.4.26
unixODBC installed
used makemenuselect to instal res_odbc and cdr_odbc
Back end database DB2
Database name voiceml
Tables created on server
AST_CDR
AST_CONFIG
VOICEMESSAGES
I've checked the unix ODBC side of things and I can connect to the DB2
database o.k.
I've set up
cdr_odbc.conf
[global]
dsn=voiceml
username=<usernme>
password=<password>
loguniqueid=yes
dispositionstring=yes
table=ast_cdr ;"cdr" is default table name
u...
2015 Jun 08
1
Problem asterisk voicemail message records
Hello!
I've got a little problem with Asterisk (11.14.1), the voicemessages are
kinda limited to 40 seconds (average) aproximately; because when a message
reach this long I got a cut in the file (*.wav) after I got this message:
WARNING[15035][C-000021ef]: format_wav_gsm.c:418 wav_read: Short read (20)
(Resource temporarily unavailable)!
Does anyone got this problem, an...
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.odbcsr...
2006 Oct 13
0
Problem in Voice Message Storing...............
...r , But Stores in this Directory
" /var/spool/asterisk/voicemail/ " context.
But For My Real Time and User interface developing , I want to Store in
Database,
As per My Knowledge and Googled , I found the ODBC with MySQl is there.
When I configured it....
The Record are not store in Voicemessages Table
...............................
Help Me....
---------- Forwarded message ----------
From: raviprakash sunkara <sunkara.raviprakash.feb14@gmail.com>
Date: Oct 14, 2006 10:57 AM
Subject: Problem in Voice Message Storing...............
To: ram <talk2ram@gmail.com>
Hello Ram
Good...
2008 Mar 25
1
Have problem with realtime sql
.... Please ensure that these
modules are compatible with this version before
attempting to run Asterisk.
app_addon_sql_mysql.so
app_saycountpl.so
cdr_addon_mysql.so
chan_ooh323.so
format_mp3.so
res_config_mysql.so
Is this the problem that causing Asterisk not able to store voicemessages to
mysql? If so, how do I fix it?
2013 Oct 14
1
realtime voicemail asterisk 11
...|
| |
+---------------------------------------+
[Oct 14 10:06:16] WARNING[10037][C-00000003]: res_odbc.c:645
ast_odbc_prepare_and_execute: SQL Execute returned an error -1: 42S02:
[MySQL][ODBC 5.2(w) Driver][mysqld-5.6.12]Table 'asterisk.voicemessages'
doesn't exist (86)
[Oct 14 10:06:16] WARNING[10037][C-00000003]: res_odbc.c:657
ast_odbc_prepare_and_execute: SQL Execute error -1! Verifying connection to
asterisk [asterisk]...
[Oct 14 10:06:16] WARNING[10037][C-00000003]: res_odbc.c:761
ast_odbc_sanity_check: Connection is down attempti...
2008 Mar 23
1
Storing voicemail in mysql
...ut I am having difficulty
storing the voice messages inside mysql. My real-time CDR recording works
so I assume the odbc connection is fine.
The voicemail.conf I have is :
[general]
format = wav
attach = yes
dbuser=root
dbpass=sqlpass
dbhost=localhost
dbname=asterisk
odbcstorage=asterisk
odbctable=voicemessages
Asterisk shows no error message so I really don't know what's wrong there.
-- Saved useragent "wengo/v1/wengophoneng/wengo/rev12359/trunk/" for
peer 2001
-- Executing [100 at my-phones:1] VoiceMail("SIP/2001-08225788", "2000") in
new stack
-- <...
2009 Aug 21
3
Core dump gets created while accessing voicemail
...4/libodbc.so.1
No symbol table info available.
#2 0x00002aaac132ccdd in message_exists (dir=<value optimized out>,
msgnum=<value optimized out>)
from /usr/lib/asterisk/modules/app_voicemail.so
x = 1
stmt = (SQLHSTMT) 0xbf45620
sql = "SELECT COUNT(*) FROM voicemessages WHERE dir=? AND
msgnum=?\000\000\000\000\000`}tA\000\000\000\000\225-N\000\000\000\000\000(\000\000\0000\000\000\000??tA\000\000\000\000??tA\000\000\000\000\032\224F*2\000\000\000\001\200??\000\000\000\000?\226#\f\000\000\000\000?\226#\f\000\000\000\000?\226#\f\000\000\000\000?\226#\f\000\000\000\0...