aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-30 16:40:43 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-30 16:40:43 +0000
commit9573bd94027ffc4edf5ad3f359da4fc52497746d (patch)
tree9f5955624340e340e4e0ad03a715382dc494ff92 /configs
parentc874d37df5d706dc4fc52e30d2a95c5f093e0796 (diff)
Move implementation of an attended-transfer-complete sound from one channel
driver into a common place for multiple channel drivers. (closes issue #13152) Reported by: caio1982 Patches: atxfer_complete_sound3.diff uploaded by caio1982 (license 22) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134401 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/chan_dahdi.conf.sample6
-rw-r--r--configs/iax.conf.sample5
-rw-r--r--configs/sip.conf.sample6
-rw-r--r--configs/skinny.conf.sample4
4 files changed, 17 insertions, 4 deletions
diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample
index 9c486b13d..6c86a0842 100644
--- a/configs/chan_dahdi.conf.sample
+++ b/configs/chan_dahdi.conf.sample
@@ -538,7 +538,11 @@ callgroup=1
pickupgroup=1
; Channel variable to be set for all calls from this channel
-;setvar=CHANNEL=42
+;setvar=CHANNEL=42
+;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will
+ ; cause the given audio file to
+ ; be played upon completion of
+ ; an attended transfer.
;
; Specify whether the channel should be answered immediately or if the simple
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 97faa2b98..bbdfdca89 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -368,7 +368,10 @@ inkeys=freeworlddialup
;context=local
;auth=md5,plaintext,rsa
;secret=markpasswd
-;setvar=foo=bar
+;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will
+ ; cause the given audio file to
+ ; be played upon completion of
+ ; an attended transfer.
;dbsecret=mysecrets/place ; Secrets can be stored in astdb, too
;transfer=no ; Disable IAX native transfer
;transfer=mediaonly ; When doing IAX native transfers, transfer
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 9bdced5c3..0dcbced76 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -961,8 +961,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;defaultuser=goran ; Username to use when calling this device before registration
; Normally you do NOT need to set this parameter
;setvar=CUSTID=5678 ; Channel variable to be set for all calls from this device
-;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will cause the given audio file to be played
- ; upon completion of an attended transfer
+;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will
+ ; cause the given audio file to
+ ; be played upon completion of
+ ; an attended transfer.
;[pre14-asterisk]
;type=friend
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
index 0cfb4fb6f..389e986fd 100644
--- a/configs/skinny.conf.sample
+++ b/configs/skinny.conf.sample
@@ -87,6 +87,10 @@ keepalive=120
;nat=yes
;callerid="George W. Bush" <202-456-1414>
;setvar=CUSTID=5678 ; Channel variable to be set for all calls from this device
+;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will
+ ; cause the given audio file to
+ ; be played upon completion of
+ ; an attended transfer.
;mailbox=500
;callwaiting=yes
;transfer=yes