mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-18 21:20:50 +00:00
Update documentation in sip.conf.sample.
Update the documentation in sip.conf.sample in order to make it more clear that directmedia/canreinvite do not cause Asterisk to ignore reINVITEs. It is only used to stop Asterisk from generating a reINVITE, but does not stop it from accepting them if necessary. (closes issue #15644) Reported by: lmadsen git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@226382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -361,6 +361,13 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
|
||||
; call directly between the endpoints instead of sending
|
||||
; a re-INVITE).
|
||||
|
||||
; Additionally this option does not disable all reINVITE operations.
|
||||
; It only controls Asterisk generating reINVITEs for the specific
|
||||
; purpose of setting up a direct media path. If a reINVITE is
|
||||
; needed to switch a media stream to inactive (when placed on
|
||||
; hold) or to T.38, it will still be done, regardless of this
|
||||
; setting.
|
||||
|
||||
;directrtpsetup=yes ; Enable the new experimental direct RTP setup. This sets up
|
||||
; the call directly with media peer-2-peer without re-invites.
|
||||
; Will not work for video and cases where the callee sends
|
||||
|
||||
Reference in New Issue
Block a user