Displaying 1 result from an estimated 1 matches for "asterisk_usernam".
Did you mean:
asterisk_username
2003 Jun 06
0
sendmail invocation in voicemail and voicemail2 applications
...a single dot on it (thus messages
will terminate only when the pipe is closed).
--- apps/app_voicemail.c.orig 2003-06-06 10:57:06.000000000 +0200
+++ apps/app_voicemail.c 2003-06-06 11:01:33.000000000 +0200
@@ -43,7 +43,7 @@
#define VOICEMAIL_CONFIG "voicemail.conf"
#define ASTERISK_USERNAME "asterisk"
-#define SENDMAIL "/usr/sbin/sendmail -t"
+#define SENDMAIL "/usr/sbin/sendmail -oi -t"
#define INTRO "vm-intro"
--- apps/app_voicemail2.c.orig 2003-06-06 10:57:14.000000000 +0200
+++ apps/app_voicemail2.c 2003-06-06 11:01:53.00000000...