search for: sql_append_mailbox

Displaying 2 results from an estimated 2 matches for "sql_append_mailbox".

Did you mean: sql_append_mailboxes
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...L routines written by Otmar Lendl <lendl@nic.at> */ ! #include <libpq-fe.h> #define USESQLVM 1 #endif + static int append_mailbox(char *, char *, char *); + #ifndef USESQLVM static inline int sql_init(void) { return 0; } static inline void sql_close(void) { } + static void sql_append_mailboxes(void); #endif #include <pthread.h> *************** *** 237,250 **** #ifdef USEPOSTGRESVM ! PGconn *dbhandler; char dboption[256]; ast_mutex_t postgreslock; static int sql_init(void) { ast_verbose( VERBOSE_PREFIX_3 "Logging into postgres database: %s\n", dboptio...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...L routines written by Otmar Lendl <lendl@nic.at> */ ! #include <libpq-fe.h> #define USESQLVM 1 #endif + static int append_mailbox(char *, char *, char *); + #ifndef USESQLVM static inline int sql_init(void) { return 0; } static inline void sql_close(void) { } + static void sql_append_mailboxes(void); #endif #include <pthread.h> *************** *** 237,250 **** #ifdef USEPOSTGRESVM ! PGconn *dbhandler; char dboption[256]; ast_mutex_t postgreslock; static int sql_init(void) { ast_verbose( VERBOSE_PREFIX_3 "Logging into postgres database: %s\n", dboptio...