[Home]

Summary:ASTERISK-00580: [patch] odbc-vm-routines.h
Reporter:Brian West (bkw918)Labels:
Date Opened:2003-11-26 23:29:51.000-0600Date Closed:2011-06-07 14:05:02
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) odbc-vm-routines.h
( 1) vm_odbc.diff.txt
Description:ODBC routines for app_voicemail.  Still need a bit more work.  Lots of code is reused and should be put into functions.  That will happen soon.
Comments:By: Brian West (bkw918) 2003-11-27 19:51:29.000-0600

Set these options in the apps/Makefile

USESQLVM=1
USE_ODBC_VM_INTERFACE=1

recompile.

set this in your voicemail.conf file under [general]

odbcdsn=MySQL-asterisk
odbcusername=username
odbcpassword=password

setup the table... then have fun.

edited on: 12-06-03 17:31

By: Brian West (bkw918) 2003-11-28 23:39:19.000-0600

functionalized the query routine.