Re: [asterisk-users] RE: Realtime Voicemail Password Change Not Working

2007-01-29 Thread kjcsb
I was able to update the password through the dialplan with this: exten = ,1,MYSQL(Connect connid 127.0.0.1 pbx pbx pbxdb) exten = ,2,MYSQL(Query resultid ${connid} UPDATE\ voicemail\ SET\ password=\ where\ mailbox=52007) exten = ,3,MYSQL(Clear ${resultid}) exten =

[asterisk-users] RE: Realtime Voicemail Password Change Not Working

2007-01-18 Thread JR Richardson
Interesting, well if you're seeing the other selects in the mysql.log then this update not showing up is bizarre. It would also mean that permissions are irrelevant if doesn't even attempt to change the password, as you'd rightly pointed out as well. I just tested it again and this is what I

[asterisk-users] Re: Realtime Voicemail Password Change Not Working

2007-01-17 Thread JR Richardson
On 1/17/07, JR Richardson [EMAIL PROTECTED] wrote: I'm using asterisk 1.2.9.1 and mysql 3.23, asterisk add-ons 1.2.3. All seems to work normally with realtime voicemail, reads vmbox parameters from the db fine. When I try to change the password, asterisk operates normally, enter new

Re: [asterisk-users] Re: Realtime Voicemail Password Change Not Working

2007-01-17 Thread RR
On 1/18/07, JR Richardson [EMAIL PROTECTED] wrote: I use the same database for the sip, iax, exten and vm, different tables. When a sip device registers, asterisk writes to the database with updates to the sip table ipaddress, port and regseconds, so I don't think there is a write permissions