diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index b70ce0ffdf337a4f2efba617a1ef1e9b763cc4aa..124cc9cf977155bfecc92d9065e3740a09afb8a0 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -418,9 +418,9 @@ static int sendpage(char *srcemail, char *pager, int msgnum, char *mailbox, char fprintf(p, "Date: %s\n", date); fprintf(p, "From: Asterisk PBX <%s>\n", who); fprintf(p, "To: %s\n", pager); - fprintf(p, "Subject: New voicemail\n\n"); + fprintf(p, "Subject: New VM\n\n"); strftime(date, sizeof(date), "%A, %B %d, %Y at %r", &tm); - fprintf(p, "New %s long message in mailbox %s\n" + fprintf(p, "New %s long msg in box %s\n" "from %s, on %s", dur, mailbox, (callerid ? callerid : "unknown"), date); pclose(p); } else {