--- doc/voicemail_odbc_postgresql.txt.2010-06-25 2010-06-25 15:57:46.000000000 -0400 +++ doc/voicemail_odbc_postgresql.txt 2010-06-25 15:57:57.000000000 -0400 @@ -252,7 +252,7 @@ 11) Just as a sanity check, make sure you check the voicemessages table via the isql utility. -[jsmith2@localhost ODBC]$ echo "SELECT id, msgnum, dir, duration FROM voicemessages WHERE msgnum = 1" | isql testing +[jsmith2@localhost ODBC]$ echo "SELECT callerid, msgnum, dir, duration FROM voicemessages WHERE msgnum = 1" | isql testing +---------------------------------------+ | Connected! | | |