]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix ODBC_STORAGE for when context is NULL
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 15 Nov 2006 21:56:55 +0000 (21:56 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 15 Nov 2006 21:56:55 +0000 (21:56 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47709 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index e0a2881a78bb9a008d59d3b7090639f76db64311..df220c9c5b2f4c8bb1f279d0d7eccb046fbf0211 100644 (file)
@@ -4049,7 +4049,7 @@ static int forward_message(struct ast_channel *chan, char *context, struct vm_st
                long duration = 0;
 
                RETRIEVE(dir, curmsg);
-               cmd = vm_forwardoptions(chan, sender, dir, curmsg, vmfmts, context, record_gain, &duration, vms);
+               cmd = vm_forwardoptions(chan, sender, dir, curmsg, vmfmts, S_OR(context, "default"), record_gain, &duration, vms);
                if (!cmd) {
                        AST_LIST_TRAVERSE_SAFE_BEGIN(&extensions, vmtmp, list) {
 #ifdef IMAP_STORAGE