projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0e9afe
)
Fix chopping of voice prompts (bug #3784)
author
Mark Spencer
<markster@digium.com>
Sun, 20 Mar 2005 07:32:03 +0000
(07:32 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 20 Mar 2005 07:32:03 +0000
(07:32 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5214
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_adsi.c
patch
|
blob
|
history
diff --git
a/res/res_adsi.c
b/res/res_adsi.c
index
de53871
..
617d7af
100755
(executable)
--- a/
res/res_adsi.c
+++ b/
res/res_adsi.c
@@
-389,6
+389,8
@@
int adsi_transmit_message(struct ast_channel *chan, unsigned char *msg, int msgl
if (readformat)
ast_set_read_format(chan, readformat);
+ if (!res)
+ res = ast_safe_sleep(chan, 100 );
return res;
}