Skip to content

Commit e0c079f

Browse files
committed
patches: Update rtoutpulsing channels patch.
Fix compilation failure following asterisk/asterisk@fe7be89
1 parent c3d74a9 commit e0c079f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

patches/ast_rtoutpulsing_channels.diff

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,7 @@ index ae909ebba6..878794ba81 100644
129129
/*! \brief -1 = unknown, 0 = no messages, 1 = new messages available */
130130
int msgstate;
131131

132-
@@ -302,6 +311,7 @@ struct analog_pvt {
133-
unsigned int callwaitingdeluxe:1; /*!< TRUE if Call Waiting Deluxe options are available */
134-
unsigned int permhidecallerid:1; /*!< Whether to hide our outgoing caller ID or not */
132+
@@ -302,2 +311,3 @@ struct analog_pvt {
135133
unsigned int pulse:1;
136134
+ unsigned int realtimepulsing:1; /*!< TRUE if realtimepulsing is enabled */
137135
unsigned int threewaycalling:1;
138-
unsigned int threewaysilenthold:1; /*!< Whether to time out a three-way dial tone to silence */
139-
unsigned int transfer:1;

0 commit comments

Comments
 (0)