https://bugs.koozali.org/show_bug.cgi?id=12254
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
previous error was similar to (few variants)
app_voicemail_odbcstorage.c:5757 inboxcount2: Failed to obtain database object
for 'asterisk'
fix :
CREATE TABLE `asteriskcdrdb`.`voicemessages` ( `msgnum` INT(11) NULL DEFAULT
NULL , `dir` VARCHAR(80) NOT NULL , `context` VARCHAR(80) NULL DEFAULT NULL ,
`macrocontext` VARCHAR(80) NULL DEFAULT NULL , `callerid` VARCHAR(40) NULL
DEFAULT NULL , `origtime` VARCHAR(40) NULL DEFAULT NULL , `duration`
VARCHAR(20) NULL DEFAULT NULL , `flag` VARCHAR(8) NULL DEFAULT NULL ,
`mailboxuser` VARCHAR(80) NULL DEFAULT NULL , `mailboxcontext` VARCHAR(80) NULL
DEFAULT NULL , `recording` LONGBLOB NULL DEFAULT NULL , `msg_id` VARCHAR(40)
NULL DEFAULT NULL ) ENGINE = InnoDB;
then set settings/vociemail admin /settings/odbc storage
ODBC Storage Name asteriskcdrdb
ODBC Table Name voicemessages
after that next voicemail :
- signal on phone (light flashing)
- *97 works
- db fills with email
but nothing in UCP !!!! n
we can see the new error
app_voicemail.c: Directory '/var/spool/asterisk/voicemail/default/207/INBOX'
has no messages and therefore no index was retrieved.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/