summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2006-09-20 17:39:59 +0000
committerJason Parker <jparker@digium.com>2006-09-20 17:39:59 +0000
commit8bd82ebc0d6a57cc71f6e5207dfb0925bf506449 (patch)
treeb7cb886010c20f183b7a7f50f1aaf2aa5ce1bf59 /configs
parent3c6d5053ba462f2714c05f778ad9edac80b063d1 (diff)
Add documentation on rtp packetization.
Technically, ooh323 doesn't support it yet, but there is a patch that should be committed very soon. Issue #7989, patch by DEA, slightly modified. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/h323.conf.sample1
-rw-r--r--configs/sip.conf.sample2
-rw-r--r--configs/skinny.conf.sample2
3 files changed, 3 insertions, 2 deletions
diff --git a/configs/h323.conf.sample b/configs/h323.conf.sample
index 1962f2167..4b558ec0b 100644
--- a/configs/h323.conf.sample
+++ b/configs/h323.conf.sample
@@ -24,6 +24,7 @@ port = 1720
;allow=all ; turns on all installed codecs
;disallow=g723.1 ; Hm... Proprietary, don't use it...
;allow=gsm ; Always allow GSM, it's cool :)
+;allow=ulaw ; see doc/rtp-packetization for framing options
;
; User-Input Mode (DTMF)
;
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index f931780b9..07389e16b 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -70,7 +70,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; defaults to "asterisk"
;disallow=all ; First disallow all codecs
;allow=ulaw ; Allow codecs in order of preference
-;allow=ilbc ;
+;allow=ilbc ; see doc/rtp-packetization for framing options
;
; 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
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
index 709cebd6e..995012083 100644
--- a/configs/skinny.conf.sample
+++ b/configs/skinny.conf.sample
@@ -7,7 +7,7 @@ bindport=2000 ; Port to bind to, default tcp/2000
dateformat=M-D-Y ; M,D,Y in any order (5 chars max)
keepalive=120
-;allow=all
+;allow=all ; see doc/rtp-packetization for framing options
;disallow=
;------------------------------ JITTER BUFFER CONFIGURATION --------------------------