aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-01 19:39:58 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-01 19:39:58 +0000
commitec83551020da6a4de32b6f36a5c33bd815b2c6c4 (patch)
treeb69e1dcecfde957ef1fef52fd7d0dc9ba028a45a /pbx.c
parentee4c972a74a2af7022385707a9681bc5fc3bb7da (diff)
revert previous commit... was the wrong fix (my first oops)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5346 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pbx.c b/pbx.c
index 6dd2b9d8b..dd9e98feb 100755
--- a/pbx.c
+++ b/pbx.c
@@ -4835,13 +4835,6 @@ int ast_pbx_outgoing_exten(const char *type, int format, void *data, int timeout
ast_cdr_start(chan->cdr);
}
- if (variable) {
- tmp = ast_strdupa(variable);
- for (var = strtok_r(tmp, "|", &tmp); var; var = strtok_r(NULL, "|", &tmp)) {
- pbx_builtin_setvar( chan, var );
- }
- }
-
if (chan->_state == AST_STATE_UP) {
res = 0;
if (option_verbose > 3)