[Asterisk-cvs] asterisk/channels chan_vpb.c,1.61,1.62
bkramer at lists.digium.com
bkramer at lists.digium.com
Mon Jan 17 21:25:24 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv31527
Modified Files:
chan_vpb.c
Log Message:
/ trimmed down caller ID collect time for vpb cid.
Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- chan_vpb.c 18 Jan 2005 03:24:41 -0000 1.61
+++ chan_vpb.c 18 Jan 2005 03:28:39 -0000 1.62
@@ -488,7 +488,7 @@
*/
/* #define ANALYSE_CID */
#define RING_SKIP 300
-#define CID_MSECS 3700
+#define CID_MSECS 2000
static void get_callerid(struct vpb_pvt *p)
{
More information about the svn-commits
mailing list