[asterisk-bugs] [JIRA] (ASTERISK-25500) voicemail update problem in PG when change password
sickboy (JIRA)
noreply at issues.asterisk.org
Thu Nov 5 03:27:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228151#comment-228151 ]
sickboy commented on ASTERISK-25500:
------------------------------------
asterisk-13.6.0 with voicemail / ODBC (postgresql connector) modules
When i use the option change password in the vocal menu (0 -> 5 -> new password + # -> new password + # -> I have the confirmation that the password is changed but it's not.
This is the asterisk logs :
-- <SIP/c5z-00000001> Playing 'vm-options.ulaw' (language 'fr')
-- <SIP/c5z-00000001> Playing 'vm-newpassword.ulaw' (language 'fr')
-- <SIP/c5z-00000001> Playing 'vm-reenterpassword.ulaw' (language 'fr')
== Parsing '/etc/asterisk/voicemail.conf': Found
== Parsing '/etc/asterisk/users.conf': Found
-- <SIP/c5z-00000001> Playing 'vm-passchanged.ulaw' (language 'fr')
This is the PG request received :
2015-10-28 13:39:03 CET STATEMENT: UPDATE voicemail SET password='4567' WHERE ='' AND context='frmailbox'
We see that the field is not OK, it should be :
context='fr'
mailbox='0911224455'
Thanks.
> voicemail update problem in PG when change password
> ---------------------------------------------------
>
> Key: ASTERISK-25500
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25500
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_voicemail
> Reporter: sickboy
> Assignee: sickboy
>
> Hi there,
> I've a problem in change_password functionnality, the pg request give me this in PG log :
> 2015-10-28 13:39:03 CET STATEMENT: UPDATE voicemail SET password='4567' WHERE ='' AND context='frmailbox'
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list