summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-11-21 22:07:45 +0000
committerMark Spencer <markster@digium.com>2003-11-21 22:07:45 +0000
commitaa68c67537c481208eef084021ad77113be932a7 (patch)
tree0e5248019fb93b99cdec7508bc3e72a613751e6c /apps
parent1d08a35f18264e7f230ef1f4b925ce22bf57960e (diff)
Fix martin's typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 4c28d16a7..9626d0167 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -1949,7 +1949,7 @@ forward_message(struct ast_channel *chan, char *context, char *dir, int curmsg,
attach_user_voicemail = receiver->attach;
if (strlen(receiver->serveremail))
myserveremail = receiver->serveremail;
- sendmail(myserveremail, receiver, todircount, username, callerid, fn, tmp, duration), attach_user_voicemail);
+ sendmail(myserveremail, receiver, todircount, username, callerid, fn, tmp, duration, attach_user_voicemail);
}
if (strlen(receiver->pager)) {