[Asterisk-cvs] asterisk/channels chan_zap.c,1.413,1.414
markster at lists.digium.com
markster at lists.digium.com
Fri Mar 4 20:11:32 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22819/channels
Modified Files:
chan_zap.c
Log Message:
Remove accidental libpri dependency (bug #3714)
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -d -r1.413 -r1.414
--- chan_zap.c 4 Mar 2005 06:47:24 -0000 1.413
+++ chan_zap.c 5 Mar 2005 02:08:37 -0000 1.414
@@ -1029,6 +1029,7 @@
return buf;
}
+#ifdef ZAPATA_PRI
static char *dialplan2str(int dialplan)
{
if (dialplan == -1) {
@@ -1036,6 +1037,7 @@
}
return(pri_plan2str(dialplan));
}
+#endif
#ifdef ZAPATA_R2
static int str2r2prot(char *swtype)
More information about the svn-commits
mailing list