aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-30 18:57:37 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-30 18:57:37 +0000
commit74890d67fa93b7b3f8ee2ffbfdc7fda04fbb5ed8 (patch)
tree03f28017fa9d191d3f643bdc78238515f7f47c48 /pbx.c
parent8d1dd1584d2acde6c2a0936ab4ace318c1c304e4 (diff)
chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115..next time read carefully. :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3541 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pbx.c b/pbx.c
index 279cafd0e..1a18208fd 100755
--- a/pbx.c
+++ b/pbx.c
@@ -896,8 +896,6 @@ static void pbx_substitute_variables_temp(struct ast_channel *c, const char *var
*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);