From: Russell Bryant Date: Thu, 31 Mar 2005 22:20:15 +0000 (+0000) Subject: fix chopping off of prompts (bug #3784) X-Git-Tag: 1.0.11.1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f6f43d19cee04204db31c3805c314d7433b1cc;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_adsi.c b/res/res_adsi.c index 2ee440e6a7..c6cc0c19ce 100755 --- 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; }