mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Fix chan_dahdi option ringtimeout
dahdi_read relies on the dahdi_pvt copy of ringt which was not getting set in sig_analog. This patch adds a callback to do so. (closes issue #15288) Reported by: alecdavis Patches: chan_dahdi.ringtimeout.diff.txt uploaded by alecdavis (license 585) Tested by: alecdavis git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@211908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -193,6 +193,7 @@ struct analog_callback {
|
||||
int (* const get_sub_fd)(void *pvt, enum analog_sub sub);
|
||||
void (* const set_cadence)(void *pvt, int *cidrings, struct ast_channel *chan);
|
||||
void (* const set_dialing)(void *pvt, int flag);
|
||||
void (* const set_ringtimeout)(void *pvt, int ringt);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user