summaryrefslogtreecommitdiff
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-06-02 16:14:12 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-06-02 16:14:12 +0000
commit48dd4d124912068d87360f205683e564fded8fd3 (patch)
tree35a07219840cd89e9f223a408a5bd77e900e18d0 /channels/sig_pri.h
parent7bdc11519b72df92f1fa96c51d72ae5f1d424af9 (diff)
Add ETSI Explicit Call Transfer (ECT) support.
Added ability to send and receive ETSI Explicit Call Transfer (ECT) messages to eliminate tromboned calls. Note: Asterisk already supported initiating the transfer of calls to eliminate tromboned calls to libpri so there was nothing to do for the asterisk portion. Review: https://reviewboard.asterisk.org/r/520/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@266926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index ecdc0b70f..efd3523e5 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -253,6 +253,11 @@ struct sig_pri_pri {
/*! \brief TRUE if held calls are transferred on disconnect. */
unsigned int hold_disconnect_transfer:1;
#endif /* defined(HAVE_PRI_CALL_HOLD) */
+ /*!
+ * \brief TRUE if call transfer is enabled for the span.
+ * \note Support switch-side transfer (called 2BCT, RLT or other names)
+ */
+ unsigned int transfer:1;
int dialplan; /*!< Dialing plan */
int localdialplan; /*!< Local dialing plan */
char internationalprefix[10]; /*!< country access code ('00' for european dialplans) */