mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Small SIP fix, voicemail fix, and some delivery fixes on new apps
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2581 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -849,7 +849,7 @@ static int sendpage(char *srcemail, char *pager, int msgnum, char *mailbox, char
|
||||
time_t t;
|
||||
struct tm tm;
|
||||
struct vm_zone *the_zone = NULL;
|
||||
p = popen(mailcmd, "w");
|
||||
pfd = mkstemp(tmp);
|
||||
|
||||
if (pfd > -1) {
|
||||
p = fdopen(pfd, "w");
|
||||
|
||||
Reference in New Issue
Block a user