summaryrefslogtreecommitdiff
path: root/configs/chan_dahdi.conf.sample
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2011-01-04 16:38:28 +0000
committerRichard Mudgett <rmudgett@digium.com>2011-01-04 16:38:28 +0000
commit90177fe708cf2068b6b29f99f708760eb2859066 (patch)
treebca0002a7ada0b454ea6b331a9ed928b2cad99eb /configs/chan_dahdi.conf.sample
parent9be73e35de3ff7455063db96326c351b65dc52fa (diff)
Optional HOLD/RETRIEVE signaling for PTMP TE when the bridge goes on and off hold.
Added the moh_signaling option to specify what to do when the channel's bridged peer puts the ISDN channel on and off of hold. Implemented as a FSM to control libpri ISDN signaling when the bridged peer places the channel on and off of hold with the AST_CONTROL_HOLD and AST_CONTROL_UNHOLD control frames. JIRA SWP-2687 JIRA ABE-2691 Review: https://reviewboard.asterisk.org/r/1063/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@300212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/chan_dahdi.conf.sample')
-rw-r--r--configs/chan_dahdi.conf.sample15
1 files changed, 11 insertions, 4 deletions
diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample
index cc58fac9d..0c0bed722 100644
--- a/configs/chan_dahdi.conf.sample
+++ b/configs/chan_dahdi.conf.sample
@@ -902,15 +902,22 @@ pickupgroup=1
;
;faxbuffers=>6,full
;
+; This option specifies what to do when the channel's bridged peer puts the
+; ISDN channel on hold. Settable per logical ISDN span.
+; moh: Generate music-on-hold to the remote party.
+; notify: Send hold notification signaling to the remote party.
+; For ETSI PTP and ETSI PTMP NT links.
+; (The notify setting deprecates the mohinterpret=passthrough setting.)
+; hold: Use HOLD/RETRIEVE signaling to release the B channel while on hold.
+; For ETSI PTMP TE links.
+;
+;moh_signaling=moh
+;
; This option specifies a preference for which music on hold class this channel
; should listen to when put on hold if the music class has not been set on the
; channel with Set(CHANNEL(musicclass)=whatever) in the dialplan, and the peer
; channel putting this one on hold did not suggest a music class.
;
-; If this option is set to "passthrough", then the hold message will always be
-; passed through as signalling instead of generating hold music locally. This
-; setting is only valid when used on a channel that uses digital signalling.
-;
; This option may be set globally or on a per-channel basis.
;
;mohinterpret=default