aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-03 15:44:01 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-03 15:44:01 +0000
commit7bf1f071423709938d47715cdfc320d11e9371a0 (patch)
tree2afa7a0121d1e1df081dd367171b5a5b1d08f396 /channels/sig_pri.h
parentf5aa5e6ba2305de847622d82fb1c6086d091a5ec (diff)
Add a configure check for Reverse Charging Indication support in LibPRI.
Also go back and wrap all of the places that use the specific reverse charge APIs with preprocessor conditionals. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@204919 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 10f3618ac..c7f34d056 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -162,7 +162,9 @@ struct sig_pri_chan {
struct sig_pri_callback *calls;
void *chan_pvt;
ast_mutex_t service_lock; /*!< Mutex for service messages */
+#if defined(HAVE_PRI_REVERSE_CHARGE)
int reverse_charging_indication;
+#endif
};
struct sig_pri_pri {