mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
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:
2
pbx.c
2
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);
|
||||
|
Reference in New Issue
Block a user