mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 281870 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r281870 | rmudgett | 2010-08-11 15:30:29 -0500 (Wed, 11 Aug 2010) | 4 lines Fix a call to analog_set_pulsedial() not setting 0 or 1 only. * Also a couple minor tweaks. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@281871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -271,6 +271,7 @@ struct analog_pvt {
|
||||
unsigned int transfer:1;
|
||||
unsigned int transfertobusy:1; /*!< allow flash-transfers to busy channels */
|
||||
unsigned int use_callerid:1; /*!< Whether or not to use caller id on this channel */
|
||||
unsigned int callwaitingcallerid:1;
|
||||
const struct ast_channel_tech *chan_tech;
|
||||
/*!
|
||||
* \brief TRUE if distinctive rings are to be detected.
|
||||
@@ -287,7 +288,6 @@ struct analog_pvt {
|
||||
int polarityonanswerdelay;
|
||||
int stripmsd;
|
||||
enum analog_cid_start cid_start;
|
||||
int callwaitingcallerid;
|
||||
char mohsuggest[MAX_MUSICCLASS];
|
||||
char cid_num[AST_MAX_EXTENSION];
|
||||
char cid_name[AST_MAX_EXTENSION];
|
||||
|
Reference in New Issue
Block a user