summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-12-18 16:02:33 +0000
committerMartin Pycko <martinp@digium.com>2003-12-18 16:02:33 +0000
commit40b77a4661f7d3b6a6c38840fce3a224cfe1c899 (patch)
tree1566b7dfc793b5851f1254e6b5f90ece9fb34451 /channels/chan_zap.c
parent60d1f9cf45cca7ccced3b923f2ba2f503931ef35 (diff)
Move zaptrcallerid out of #define ZAPATA_PRI
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index c3fd812c4..fd5ea7f71 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -449,6 +449,7 @@ static struct zt_pvt {
int pulsedial; /* whether a pulse dial phone is detected */
int dtmfrelax; /* whether to run in relaxed DTMF mode */
int fake_event;
+ int zaptrcallerid; /* should we use the callerid from incoming call on zap transfer or not */
#ifdef ZAPATA_PRI
struct zt_pri *pri;
q931_call *call;
@@ -456,7 +457,6 @@ static struct zt_pvt {
int resetting;
int prioffset;
int alreadyhungup;
- int zaptrcallerid; /* should we use the callerid from incoming call on zap transfer or not */
#ifdef PRI_EVENT_PROCEEDING
int proceeding;
#endif