mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
The dialing flag was mistakingly removed from sig_pri.
This readds the proper setting of the flag and is really a continuation of r205731. The flag was being set properly in sig_analog, but use of the newly added set_dialing callback allowed for some simplification in chan_dahdi. (closes issue #15486) Reported by: rmudgett git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@206767 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -192,6 +192,7 @@ struct analog_callback {
|
||||
void * (* const get_sigpvt_bridged_channel)(struct ast_channel *chan);
|
||||
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);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user