projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc8b20
)
revert previous commit... was the wrong fix (my first oops)
author
Kevin P. Fleming
<kpfleming@digium.com>
Fri, 1 Apr 2005 19:39:58 +0000
(19:39 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Fri, 1 Apr 2005 19:39:58 +0000
(19:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5346
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx.c
patch
|
blob
|
history
diff --git
a/pbx.c
b/pbx.c
index
6dd2b9d
..
dd9e98f
100755
(executable)
--- 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)