[Asterisk-cvs] asterisk/res res_adsi.c,1.9,1.9.2.1

russell at lists.digium.com russell at lists.digium.com
Thu Mar 31 16:26:48 CST 2005


Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv26478/res

Modified Files:
      Tag: v1-0
	res_adsi.c 
Log Message:
fix chopping off of prompts (bug #3784)


Index: res_adsi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_adsi.c,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- res_adsi.c	14 Jul 2004 13:57:15 -0000	1.9
+++ res_adsi.c	31 Mar 2005 22:20:15 -0000	1.9.2.1
@@ -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