mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user