aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-18 16:02:33 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-18 16:02:33 +0000
commita9b6100a4c5a165193d86163fe8dcb5de8f5216a (patch)
tree1566b7dfc793b5851f1254e6b5f90ece9fb34451 /channels/chan_zap.c
parent7196f1cfe44f76cbaf59b6ba2e1841423dff82d5 (diff)
Move zaptrcallerid out of #define ZAPATA_PRI
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1863 f38db490-d61c-443f-a65b-d21fe96a405b
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