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:
149168f
)
Revert improperly applied patch from bug #4771
author
Mark Spencer
<markster@digium.com>
Sun, 7 Aug 2005 04:56:39 +0000
(
04:56
+0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 7 Aug 2005 04:56:39 +0000
(
04:56
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6296
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_zap.c
patch
|
blob
|
history
diff --git
a/channels/chan_zap.c
b/channels/chan_zap.c
index
6d27188
..
b8425eb
100755
(executable)
--- a/
channels/chan_zap.c
+++ b/
channels/chan_zap.c
@@
-1951,7
+1951,7
@@
static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
pridialplan = PRI_LOCAL_ISDN;
}
}
- pri_sr_set_called(sr, c + p->stripmsd + dp_strip, pridialplan, (s && *s) ? 0 : 1);
+ pri_sr_set_called(sr, c + p->stripmsd + dp_strip, pridialplan, (s && *s) ? 1 : 0);
ldp_strip = 0;
prilocaldialplan = p->pri->localdialplan - 1;