Displaying 5 results from an estimated 5 matches for "vm_change_password".
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:
http://bugs.digium.com/view...
2005 Jul 29
0
Realtime and Voicemail, not updating passwords?
...I followed directions on voip-info.org with setting up Voicemail and
Realtime. Everything works fine except for password changes.
When I dial to VoiceMailMain and attempt to change the password it
tries to write to /etc/asterisk/voicemail.conf :
Jul 29 15:02:05 WARNING[2227]: app_voicemail.c:592 vm_change_password:
Warning: Unable to open '/etc/asterisk/voicemail.conf' for reading: No
such file or directory
Jul 29 15:02:05 WARNING[2227]: app_voicemail.c:596 vm_change_password:
Warning: Unable to open '/etc/asterisk/voicemail.conf.new' for
writing: No such file or directory
This is CVS HEAD f...
2005 Aug 03
1
Voicemail Password crashing
...= {<text variable, no debug info>} 0x40189930 <wcslen>
(gdb) backtrace
#0 0x40189938 in wcslen () from /lib/libc.so.6
#1 0x4018ab72 in wcsrtombs () from /lib/libc.so.6
#2 0x401584a3 in vfprintf () from /lib/libc.so.6
#3 0x401600af in fprintf () from /lib/libc.so.6
#4 0x4074489a in vm_change_password (vmu=0xbd7f88e4,
newpassword=0xbd7f7574 "123") at app_voicemail.c:662
#5 0x4074334d in vm_options (chan=0x8140e58, vmu=0xbd7f88e4,
vms=0xbd7f8d34, fmtc=0x4074ba00 "wav49|gsm|wav") at
app_voicemail.c:4389
2006 Nov 29
1
voicemail.conf locking problem
I'm wondering if anyone is having problems when
multiple users concurrently change their voicemail
passwords.
Consider the following scenario (based on
vm_change_password() in app_voicemail.c):
- user1 wishes to change his password so
voicemail.conf is opened and read into a buffer
- user1 changes his password
- user2 wishes to change his password so
voicemail.conf is opened and read into a buffer
- voicemail.conf is written with user1's modified
password
- voi...
2007 Aug 28
2
Voicemail Password Issue
...Etch System
2.9.18-4-amd64. A TDM03B is installed on the Debian System.
Every time, I try to change my voicemail pin via the Sip phone, the
voicemail.conf does not get modify and I see this warning message on the
Asterisk command line:
[Aug 29 00:12:23] WARNING[19142]: app_voicemail.c:799 vm_change_password:
variable has bad format.
== Saving '/etc/asterisk/voicemail.conf': Saved
== Parsing '/etc/asterisk/users.conf': Found
== Saving '/etc/asterisk/users.conf': Saved
-- <SIP/225-00719470> Playing 'vm-passchanged' (language 'en')
-- <SIP/2...