chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115..next time read carefully. :)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Malcolm Davenport
2004-07-30 18:57:37 +00:00
parent 943133953e
commit a322c6f411
4 changed files with 6 additions and 10 deletions

2
pbx.c
View File

@@ -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);