[Asterisk-cvs] asterisk pbx.c,1.141,1.142
malcolmd at lists.digium.com
malcolmd at lists.digium.com
Fri Jul 30 15:11:33 CDT 2004
Update of /usr/cvsroot/asterisk
In directory localhost.localdomain:/tmp/cvs-serv1067
Modified Files:
pbx.c
Log Message:
chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115..next time read carefully. :)
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- pbx.c 30 Jul 2004 18:21:54 -0000 1.141
+++ pbx.c 30 Jul 2004 18:57:37 -0000 1.142
@@ -896,8 +896,6 @@
*ret = workspace;
} else
*ret = NULL;
- } else if (c && !strcmp(var, "CALLERTON")) {
- snprintf(workspace, workspacelen, "%d", c->callerton);
} else if (c && !strcmp(var, "DNID")) {
if (c->dnid) {
strncpy(workspace, c->dnid, workspacelen - 1);
More information about the svn-commits
mailing list