working on the correct fix (bug #3080)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-01-17 00:12:30 +00:00
parent 6356638b6a
commit 8c9f25ece1

View File

@@ -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);