Displaying 1 result from an estimated 1 matches for "ast_update2_realtime".
2014 Dec 16
1
Realtime not storing voicemail password changes
Hi All
I am trying to get voicemail switched over to ARA on version 13 and notice
that the password is not stored in the db when it is changed.
A little hair pulling and playing around and I think the problem is in the
function ast_update2_realtime in main/config.c.
Issued source is ==>
int ast_update2_realtime(const char *family, ...)
{
RAII_VAR(struct ast_variable *, lookup_fields, NULL,
ast_variables_destroy);
RAII_VAR(struct ast_variable *, update_fields, NULL,
ast_variables_destroy);
va_list ap;
v...