mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
After adding the context checking to app_voicemail
for IMAP storage, I left out a crucial place to copy the context to the vm_state structure. This is the correction. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@140751 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7066,6 +7066,7 @@ static int vm_execmain(struct ast_channel *chan, void *data)
|
||||
#ifdef IMAP_STORAGE
|
||||
vms.interactive = 1;
|
||||
vms.updated = 1;
|
||||
ast_copy_string(vms.context, vmu->context, sizeof(vms.context));
|
||||
vmstate_insert(&vms);
|
||||
init_vm_state(&vms);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user