mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user