dect
/
asterisk
Archived
13
0
Fork 0

Fix chopping of voice prompts (bug #3784)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5214 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-03-20 07:32:03 +00:00
parent 78c7a7fcb2
commit c0cfdc6bfa
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}