Move zaptrcallerid out of #define ZAPATA_PRI

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1863 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Martin Pycko
2003-12-18 16:02:33 +00:00
parent 60d1f9cf45
commit 40b77a4661

View File

@@ -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