mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user