Displaying 5 results from an estimated 5 matches for "ast_vm_us".
Did you mean:
ast_vm_user
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...=PQconnectdb(dboption);
if (PQstatus(dbhandler) == CONNECTION_BAD) {
***************
*** 253,270 ****
}
ast_mutex_init(&postgreslock);
! /* fprintf(stderr,"postgres login OK\n"); */
return(0);
}
! static void sql_close(void)
{
! PQfinish(dbhandler);
}
static struct ast_vm_user *find_user(struct ast_vm_user *ivm, char
*context, char *mailbox)
{
PGresult *PGSQLres;
--- 269,371 ----
}
ast_mutex_init(&postgreslock);
! fprintf(stderr,"postgres login OK\n");
return(0);
}
!
! static void sql_append_mailboxes(void)
{
! /*
! * Matt Davies (aka JM...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...=PQconnectdb(dboption);
if (PQstatus(dbhandler) == CONNECTION_BAD) {
***************
*** 253,270 ****
}
ast_mutex_init(&postgreslock);
! /* fprintf(stderr,"postgres login OK\n"); */
return(0);
}
! static void sql_close(void)
{
! PQfinish(dbhandler);
}
static struct ast_vm_user *find_user(struct ast_vm_user *ivm, char
*context, char *mailbox)
{
PGresult *PGSQLres;
--- 269,371 ----
}
ast_mutex_init(&postgreslock);
! fprintf(stderr,"postgres login OK\n");
return(0);
}
!
! static void sql_append_mailboxes(void)
{
! /*
! * Matt Davies (aka JM...
2006 Mar 19
0
Voicemail Bug?
Ugh.
I have voicemail set up for realtime...
mysql> SELECT * FROM ast_vm_users;
+----------+-------------+-----------+---------+----------+----------+-------+-------+---------------------+
| uniqueid | customer_id | context | mailbox | password | fullname | email | pager | stamp |
+----------+-------------...
2006 Nov 28
1
vm_change_password shell?
In Asterisk 1.2.13 in app/app_voicemail.c, line 4700
ext_pass_cmd is checked to decide whether to use
vm_change_password or vm_change_password_shell to
change a user's password for his voicemail account.
I wonder, what is the difference between
vm_change_password and vm_change_password_shell - what
is that shell? The only reference I found on the
Internet was the following bug report:
2009 Aug 21
3
Core dump gets created while accessing voicemail
...9;
<repeats 4041 times>,
fn2 = "/var/spool/asterisk/voicemail/admin/1369/INBOX/msg0000", '\0'
<repeats 4041 times>, deleted = 0xbf44770,
heard = 0xc16d6a0, curmsg = -1, lastmsg = 0, newmessages = 0, oldmessages
= 23, starting = 0, repeats = 0}
vmu = (struct ast_vm_user *) 0x41751e80
vmus = {context = "admin", '\0' <repeats 74 times>, mailbox =
"1369", '\0' <repeats 75 times>,
password = "1234", '\0' <repeats 75 times>, fullname = "HR Temp", '\0'
<repeats 72 ti...