summaryrefslogtreecommitdiff
path: root/channels/sig_analog.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-08-08 20:17:02 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-08-08 20:17:02 +0000
commitf1dce57742ce5fdcdad03706136c9398588af453 (patch)
tree342f57cd04cbbefb4d586f31c8b63e9f9bec2e76 /channels/sig_analog.h
parent35bf5efeaf9c6aefb16ddd9fa603e796aef4a501 (diff)
Fix the analog dial *0 flash-hook of bridged peer feature.
The flash-hook the bridged peer feature now correctly determines if the bridged peer is another chan_dahdi channel, that it is an analog channel, and that it has the correct signaling for an FXO port. It now also flash-hooks the correct channel. ........ Merged revisions 370900 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 370901 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370902 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/sig_analog.h')
-rw-r--r--channels/sig_analog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/sig_analog.h b/channels/sig_analog.h
index 46453ed15..e70ff7d26 100644
--- a/channels/sig_analog.h
+++ b/channels/sig_analog.h
@@ -288,7 +288,6 @@ struct analog_pvt {
unsigned int use_smdi:1;
/*! \brief The SMDI interface to get SMDI messages from. */
struct ast_smdi_interface *smdi_iface;
- const struct ast_channel_tech *chan_tech;
/* Not used for anything but log messages. Could be just the TCID */
int channel; /*!< Channel Number */