aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
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)