aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-15 10:21:41 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-15 10:21:41 +0000
commitf4235a7e7ff0d34cddbcdde105c30bafc2bc412c (patch)
treed01e2cd76dffbe886e2ec02b01be0a07e82ad473 /configs
parentf8c27db15adeac53a961a9824086015cbc1f0c02 (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: http://svn.digium.com/svn/asterisk/trunk@89278 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-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