mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Fix sneakiness of OEJ
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -129,7 +129,7 @@ static char default_fromdomain[AST_MAX_EXTENSION] = "";
|
|||||||
|
|
||||||
static char notifymime[AST_MAX_EXTENSION] = "application/simple-message-summary";
|
static char notifymime[AST_MAX_EXTENSION] = "application/simple-message-summary";
|
||||||
|
|
||||||
static int srvlookup = 1; /* SRV Lookup on or off. Default now on */
|
static int srvlookup = 0; /* SRV Lookup on or off. Default now on */
|
||||||
|
|
||||||
static int pedanticsipchecking = 0; /* Extra checking ? Default off */
|
static int pedanticsipchecking = 0; /* Extra checking ? Default off */
|
||||||
|
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
|
|||||||
;maxexpirey=3600 ; Max length of incoming registration we allow
|
;maxexpirey=3600 ; Max length of incoming registration we allow
|
||||||
;defaultexpirey=120 ; Default length of incoming/outoing registration
|
;defaultexpirey=120 ; Default length of incoming/outoing registration
|
||||||
;notifymimetype=text/plain ; Allow overriding of mime type in MWI NOTIFY
|
;notifymimetype=text/plain ; Allow overriding of mime type in MWI NOTIFY
|
||||||
|
;checkmwi=10 ; Default time between mailbox checks for peers
|
||||||
;videosupport=yes ; Turn on support for SIP video
|
;videosupport=yes ; Turn on support for SIP video
|
||||||
|
|
||||||
;disallow=all ; First disallow all codecs
|
;disallow=all ; First disallow all codecs
|
||||||
@@ -66,11 +67,16 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
|
|||||||
; yes = Always ignore info and assume NAT
|
; yes = Always ignore info and assume NAT
|
||||||
; no = Use NAT mode only according to RFC3581
|
; no = Use NAT mode only according to RFC3581
|
||||||
; never = Never attempt NAT mode or RFC3581 support
|
; never = Never attempt NAT mode or RFC3581 support
|
||||||
; route = Assume NAT, don't send rport (work around more UNIDEN bugs)
|
; route = Assume NAT, don't send rport
|
||||||
;promiscredir = no ; If yes, allows 302 or REDIR to non-local SIP address
|
; (work around more UNIDEN bugs)
|
||||||
; ; Note that promiscredir when redirects are made to the
|
;promiscredir = no ; If yes, allows 302 or REDIR to non-local SIP address
|
||||||
; ; local system will cause loops since SIP is incapable
|
; Note that promiscredir when redirects are made to the
|
||||||
; ; of performing a "hairpin" call.
|
; local system will cause loops since SIP is incapable
|
||||||
|
; of performing a "hairpin" call.
|
||||||
|
;dtmfmode = rfc2833 ; Set default dtmfmode for sending DTMF. Default: rfc2833
|
||||||
|
; Other options:
|
||||||
|
; info : SIP INFO messages
|
||||||
|
; inband : Inband audio
|
||||||
;
|
;
|
||||||
; If regcontext is specified, Asterisk will dynamically
|
; If regcontext is specified, Asterisk will dynamically
|
||||||
; create and destroy a NoOp priority 1 extension for a given
|
; create and destroy a NoOp priority 1 extension for a given
|
||||||
@@ -79,7 +85,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
|
|||||||
; name if 'regexten' is not provided. More than one regexten may be supplied
|
; name if 'regexten' is not provided. More than one regexten may be supplied
|
||||||
; if they are separated by '&'. Patterns may be used in regexten.
|
; if they are separated by '&'. Patterns may be used in regexten.
|
||||||
;
|
;
|
||||||
;regcontext=iaxregistrations
|
;regcontext=sipregistrations
|
||||||
;
|
;
|
||||||
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
|
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
|
||||||
; Format for the register statement is:
|
; Format for the register statement is:
|
||||||
|
|||||||
Reference in New Issue
Block a user