mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
fix chopping off of prompts (bug #3784)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -389,6 +389,8 @@ int adsi_transmit_message(struct ast_channel *chan, unsigned char *msg, int msgl
|
|||||||
if (readformat)
|
if (readformat)
|
||||||
ast_set_read_format(chan, readformat);
|
ast_set_read_format(chan, readformat);
|
||||||
|
|
||||||
|
if (!res)
|
||||||
|
res = ast_safe_sleep(chan, 100 );
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user