Skip to content
Snippets Groups Projects
Commit 6a25d492 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

chan_dahdi: Change inband_on_proceeding option default to no/disabled.

(issue ASTERISK-21151)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 79818112
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,7 @@ chan_dahdi: ...@@ -67,6 +67,7 @@ chan_dahdi:
- Analog port dialing and deferred DTMF dialing for PRI now distinguishes - Analog port dialing and deferred DTMF dialing for PRI now distinguishes
between 'w' and 'W'. The 'w' pauses dialing for half a second. The 'W' between 'w' and 'W'. The 'w' pauses dialing for half a second. The 'W'
pauses dialing for one second. pauses dialing for one second.
- The default for inband_on_proceeding has changed to no.
Dialplan: Dialplan:
- All channel and global variable names are evaluated in a case-sensitive manner. - All channel and global variable names are evaluated in a case-sensitive manner.
...@@ -191,7 +192,7 @@ SIP ...@@ -191,7 +192,7 @@ SIP
configuration option. Symptoms of this include one way media or no media flow. configuration option. Symptoms of this include one way media or no media flow.
chan_unistim chan_unistim
- Due to massive update in chan_unistim phone keys functions and on-screen - Due to massive update in chan_unistim phone keys functions and on-screen
information changed. information changed.
users.conf: users.conf:
...@@ -263,10 +264,10 @@ Manager: ...@@ -263,10 +264,10 @@ Manager:
unchanged. unchanged.
Module Support Level Module Support Level
- All modules in the addons, apps, bridge, cdr, cel, channels, codecs, - All modules in the addons, apps, bridge, cdr, cel, channels, codecs,
formats, funcs, pbx, and res have been updated to include MODULEINFO data formats, funcs, pbx, and res have been updated to include MODULEINFO data
that includes <support_level> tags with a value of core, extended, or deprecated. that includes <support_level> tags with a value of core, extended, or deprecated.
More information is available on the Asterisk wiki at More information is available on the Asterisk wiki at
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States
Deprecated modules are now marked to not build by default and must be explicitly Deprecated modules are now marked to not build by default and must be explicitly
......
...@@ -1413,7 +1413,6 @@ static struct dahdi_chan_conf dahdi_chan_conf_default(void) ...@@ -1413,7 +1413,6 @@ static struct dahdi_chan_conf dahdi_chan_conf_default(void)
.localdialplan = PRI_NATIONAL_ISDN + 1, .localdialplan = PRI_NATIONAL_ISDN + 1,
.nodetype = PRI_CPE, .nodetype = PRI_CPE,
.qsigchannelmapping = DAHDI_CHAN_MAPPING_PHYSICAL, .qsigchannelmapping = DAHDI_CHAN_MAPPING_PHYSICAL,
.inband_on_proceeding = 1,
   
#if defined(HAVE_PRI_CCSS) #if defined(HAVE_PRI_CCSS)
.cc_ptmp_recall_mode = 1,/* specificRecall */ .cc_ptmp_recall_mode = 1,/* specificRecall */
......
...@@ -204,7 +204,7 @@ context=public ...@@ -204,7 +204,7 @@ context=public
; without the progress indicator ie indicating inband audio is available and ; without the progress indicator ie indicating inband audio is available and
; assume that the CPE device has connected the media path for listening to ; assume that the CPE device has connected the media path for listening to
; ringback and other messages. ; ringback and other messages.
; Default yes in current release branches for backward compatibility. ; Default no.
; ;
;inband_on_proceeding=yes ;inband_on_proceeding=yes
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment