Skip to content
Snippets Groups Projects
Commit 33ec7196 authored by Walter Doekes's avatar Walter Doekes
Browse files

Add "autoframing" option to sip.conf.sample and h323.conf.sample.

The autoframing option was added to chan_sip.c in r43243 (mogorman,
2006-09-19 01:32:57), but never made its way into the sample configs.

Review: https://reviewboard.asterisk.org/r/2768/
........

Merged revisions 396994 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 396995 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 17f33216
Branches
Tags
No related merge requests found
...@@ -29,6 +29,8 @@ port = 1720 ...@@ -29,6 +29,8 @@ port = 1720
;allow=gsm ; Always allow GSM, it's cool :) ;allow=gsm ; Always allow GSM, it's cool :)
;allow=ulaw ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization ;allow=ulaw ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization
; for framing options ; for framing options
;autoframing=yes ; Set packetization based on the remote endpoint's (ptime)
; preferences. Defaults to no.
; ;
; User-Input Mode (DTMF) ; User-Input Mode (DTMF)
; ;
......
...@@ -310,6 +310,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ...@@ -310,6 +310,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;allow=ulaw ; Allow codecs in order of preference ;allow=ulaw ; Allow codecs in order of preference
;allow=ilbc ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization ;allow=ilbc ; see https://wiki.asterisk.org/wiki/display/AST/RTP+Packetization
; for framing options ; for framing options
;autoframing=yes ; Set packetization based on the remote endpoint's (ptime)
; preferences. Defaults to no.
; ;
; This option specifies a preference for which music on hold class this channel ; 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 ; should listen to when put on hold if the music class has not been set on the
...@@ -1205,6 +1207,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ...@@ -1205,6 +1207,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; language ; language
; allow ; allow
; disallow ; disallow
; autoframing
; insecure ; insecure
; trustrpid ; trustrpid
; progressinband ; progressinband
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment