summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-11-15 10:21:41 +0000
committerOlle Johansson <oej@edvina.net>2007-11-15 10:21:41 +0000
commiteab6b00904d15e927c457ea7ef56b299d58dc086 (patch)
treed01e2cd76dffbe886e2ec02b01be0a07e82ad473 /configs/sip.conf.sample
parent620e580ed671ca6bc34e2e6df64ac680dff7c371 (diff)
Add support for application/dtmf SIP INFO dtmf handling. Yep, another
way of handling DTMF in SIP. Totally undocumented, but implemented in enough devices so we have to support it. Code by sergee, small changes by oej. Closes issue #11049 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89278 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 4675963ad..8236390a8 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -126,7 +126,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; a valid phone number
;dtmfmode = rfc2833 ; Set default dtmfmode for sending DTMF. Default: rfc2833
; Other options:
- ; info : SIP INFO messages
+ ; info : SIP INFO messages (application/dtmf-relay)
+ ; shortinfo : SIP INFO messages (application/dtmf)
; inband : Inband audio (requires 64 kbit codec -alaw, ulaw)
; auto : Use rfc2833 if offered, inband otherwise