[Home]

Summary:ASTERISK-02395: [post 1.0] [patch] ODBC voicemail, support of HTML messages
Reporter:constfilin (constfilin)Labels:
Date Opened:2004-09-13 17:52:22Date Closed:2004-10-08 20:10:41
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.c
( 1) asterisk_app_voicemail.patch
( 2) odbc-vm-routines.h
Description:This patch rolls up patches 0002055 (Sending HTML voicemail messages) and 0001828 (customizable sql queries+postgres) and adds look up of VM users in ODBC databases.

Additionally, if the voice mail user time zone tag is not
found in config section [zonemessages], then the code attempts to find user time zone offset by using time zone
tag as time zone name to be passing it to ast_localtime()

Also, I pulled in the latest (9/13/2004) chnages of app_voicemail.c from the CVS.

Thank you

-c
Comments:By: Mark Spencer (markster) 2004-10-08 01:43:36

I've got the ODBC stuff done through the new realtime engine... Any chance of getting just the HTML option stuff in?