mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
i dont know how msg_cfg got moved around but its all good again
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7421,11 +7421,10 @@ static int advanced_options(struct ast_channel *chan, struct ast_vm_user *vmu, s
|
|||||||
int res = 0;
|
int res = 0;
|
||||||
#ifdef IMAP_STORAGE
|
#ifdef IMAP_STORAGE
|
||||||
char origtimeS[256],cidS[256],contextS[256];
|
char origtimeS[256],cidS[256],contextS[256];
|
||||||
char *header_content,*filename,*temp;
|
char *header_content,*temp;
|
||||||
#else
|
#endif
|
||||||
char filename[256];
|
char filename[256];
|
||||||
struct ast_config *msg_cfg;
|
struct ast_config *msg_cfg;
|
||||||
#endif
|
|
||||||
char *origtime, *cid, *context, *name, *num;
|
char *origtime, *cid, *context, *name, *num;
|
||||||
int retries = 0;
|
int retries = 0;
|
||||||
|
|
||||||
@@ -7473,8 +7472,8 @@ static int advanced_options(struct ast_channel *chan, struct ast_vm_user *vmu, s
|
|||||||
origtimeS[0] = '\0';
|
origtimeS[0] = '\0';
|
||||||
|
|
||||||
origtime = &origtimeS[0];
|
origtime = &origtimeS[0];
|
||||||
|
|
||||||
filename = "IMAP_STORAGE";
|
sprintf(filename,"IMAP_STORAGE");
|
||||||
#else
|
#else
|
||||||
make_file(vms->fn, sizeof(vms->fn), vms->curdir, msg);
|
make_file(vms->fn, sizeof(vms->fn), vms->curdir, msg);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user