]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
working on the correct fix (bug #3080)
authorRussell Bryant <russell@russellbryant.com>
Mon, 17 Jan 2005 00:12:30 +0000 (00:12 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 17 Jan 2005 00:12:30 +0000 (00:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4815 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 565bf07f470b78f1461ddb343681bb3a33ccb3d0..391130eaa85062134ccab50e7f11bd014de70f6e 100755 (executable)
@@ -1331,7 +1331,6 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, int silent, int
        }
 
        if ((vmu = find_user(&svm, context, ext))) {
-               populate_defaults(vmu); 
                /* Setup pre-file if appropriate */
                if (strcmp(vmu->context, "default"))
                        snprintf(ext_context, sizeof(ext_context), "%s@%s", ext, vmu->context);