[asterisk-bugs] [Asterisk 0017557]: [patch] voicemail_odbc_postgresql step 11 typo
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jun 25 15:18:46 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17557
======================================================================
Reported By: cmaj
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17557
Category: Documentation
Reproducibility: N/A
Severity: text
Priority: normal
Status: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-06-25 12:52 CDT
Last Modified: 2010-06-25 15:18 CDT
======================================================================
Summary: [patch] 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!
======================================================================
----------------------------------------------------------------------
(0123913) svnbot (reporter) - 2010-06-25 15:18
https://issues.asterisk.org/view.php?id=17557#c123913
----------------------------------------------------------------------
Repository: asterisk
Revision: 272568
_U trunk/
U trunk/doc/voicemail_odbc_postgresql.txt
------------------------------------------------------------------------
r272568 | tilghman | 2010-06-25 15:18:45 -0500 (Fri, 25 Jun 2010) | 12
lines
Merged revisions 272562 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r272562 | tilghman | 2010-06-25 15:17:37 -0500 (Fri, 25 Jun 2010) | 5
lines
Make the structure of the table specified before match the queries and
results.
(closes issue https://issues.asterisk.org/view.php?id=17557)
Reported by: cmaj
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=272568
Issue History
Date Modified Username Field Change
======================================================================
2010-06-25 15:18 svnbot Checkin
2010-06-25 15:18 svnbot Note Added: 0123913
======================================================================
More information about the asterisk-bugs
mailing list