[asterisk-bugs] [Asterisk 0017557]: voicemail_odbc_postgresql step 11 typo
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jun 25 12:52:21 CDT 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=17557
======================================================================
Reported By: cmaj
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17557
Category: Documentation
Reproducibility: N/A
Severity: text
Priority: normal
Status: new
Asterisk Version: 1.6.2.9
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-06-25 12:52 CDT
Last Modified: 2010-06-25 12:52 CDT
======================================================================
Summary: voicemail_odbc_postgresql step 11 typo
Description:
Example sanity check query looks for undefined column "id" -- should be
"callerid".
Please change this:
[jsmith2 at localhost ODBC]$ echo "SELECT id, msgnum, dir, duration FROM
voicemessages WHERE msgnum = 1" | isql testing
To this:
[jsmith2 at localhost ODBC]$ echo "SELECT callerid, msgnum, dir, duration
FROM voicemessages WHERE msgnum = 1" | isql testing
Thank you!
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-06-25 12:52 cmaj New Issue
2010-06-25 12:52 cmaj Asterisk Version => 1.6.2.9
2010-06-25 12:52 cmaj Regression => No
2010-06-25 12:52 cmaj SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list