Privacy updates, message waiting with new messages only

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-03-27 00:15:05 +00:00
parent bf81946eb0
commit e6fcca503b
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ privacy_exec (struct ast_channel *chan, void *data)
/*Play unidentified call*/
res = ast_safe_sleep(1);
res = ast_safe_sleep(chan, 1000);
if (!res)
res = ast_streamfile(chan, "privacy-unident", chan->language);
if (!res)