[Asterisk-cvs] asterisk/res res_adsi.c,1.10,1.11
markster at lists.digium.com
markster at lists.digium.com
Sun Mar 20 01:37:08 CST 2005
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv16808/res
Modified Files:
res_adsi.c
Log Message:
Fix chopping of voice prompts (bug #3784)
Index: res_adsi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_adsi.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- res_adsi.c 25 Jan 2005 06:10:20 -0000 1.10
+++ res_adsi.c 20 Mar 2005 07:32:03 -0000 1.11
@@ -389,6 +389,8 @@
if (readformat)
ast_set_read_format(chan, readformat);
+ if (!res)
+ res = ast_safe_sleep(chan, 100 );
return res;
}
More information about the svn-commits
mailing list