[Asterisk-cvs] asterisk callerid.c,1.13,1.14

markster at lists.digium.com markster at lists.digium.com
Sat Apr 3 21:00:41 CST 2004


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

Modified Files:
	callerid.c 
Log Message:
Wait a half a second before sending VMWI...


Index: callerid.c
===================================================================
RCS file: /usr/cvsroot/asterisk/callerid.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- callerid.c	9 Nov 2003 18:46:52 -0000	1.13
+++ callerid.c	4 Apr 2004 02:00:19 -0000	1.14
@@ -436,6 +436,9 @@
 		sum += msg[x];
 	sum = (256 - (sum & 255));
 	msg[len++] = sum;
+	/* Wait a half a second */
+	for (x=0;x<4000;x++)
+		PUT_BYTE(0x7f);
 	/* Transmit 30 0x55's (looks like a square wave) for channel seizure */
 	for (x=0;x<30;x++)
 		PUT_CLID(0x55);




More information about the svn-commits mailing list