From c0cfdc6bfa382e92ab7fd88ec10adc1b8314b6d8 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 20 Mar 2005 07:32:03 +0000 Subject: Fix chopping of voice prompts (bug #3784) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5214 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_adsi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/res_adsi.c') diff --git a/res/res_adsi.c b/res/res_adsi.c index de53871e4..617d7afc5 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; } -- cgit v1.2.3