aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-21 22:07:45 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-21 22:07:45 +0000
commita364fa3d15963715ff7fdfc4873ab8c0d0c74e45 (patch)
tree0e5248019fb93b99cdec7508bc3e72a613751e6c /apps
parentbd77d1e39b0c7bd9bef384e8e66a099697e753c5 (diff)
Fix martin's typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1780 f38db490-d61c-443f-a65b-d21fe96a405b
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)) {