From 9cf1f14ed59be92cf9bb12003441306345885600 Mon Sep 17 00:00:00 2001 From: Paul Cadach Date: Thu, 28 Sep 2006 10:41:38 +0000 Subject: Handle HOLD/RETRIEVE notifications git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43845 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/h323.conf.sample | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'configs/h323.conf.sample') diff --git a/configs/h323.conf.sample b/configs/h323.conf.sample index ef8ff3004..e27f1d5de 100644 --- a/configs/h323.conf.sample +++ b/configs/h323.conf.sample @@ -104,9 +104,18 @@ port = 1720 ; example, for Cisco CallManager when Q.SIG tunneling is enabled for a ; gateway where Asterisk lives. ; The option can be used multiple times, one option per line. -;tunneling=none ; Totally disable tunneling (default) -;tunneling=cisco ; Enable Cisco-specific tunneling -;tunneling=qsig ; Enable tunneling via Q.SIG messages +;tunneling=none ; Totally disable tunneling (default) +;tunneling=cisco ; Enable Cisco-specific tunneling +;tunneling=qsig ; Enable tunneling via Q.SIG messages +; +; Specify how to pass hold notification to remote party. Default is to +; use H.450.4 supplementary service message. +;hold=none ; Do not pass hold/retrieve notifications +;hold=notify ; Use H.225 NOTIFY message +;hold=q931only ; Use stripped H.225 NOTIFY message (Q.931 part +; ; only, usable for Cisco CallManager) +;hold=h450 ; Pass notification as H.450.4 supplementary +; ; service ; ;------------------------------ JITTER BUFFER CONFIGURATION -------------------------- ; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a -- cgit v1.2.3