yate/conf.d/ysipchan.conf.sample

105 lines
2.6 KiB
Plaintext
Raw Normal View History

[general]
; This section sets global variables of the implementation
; port: int: SIP UDP port
;port=5060
; addr: ipaddress: IP address to bind to
;addr=0.0.0.0
; useragent: string: String to set in User-Agent or Server headers
;useragent=YATE/0.9.0
; transfer: bool: Allow handling the REFER message to perform transfers
;transfer=enable
; registrar: bool: Allow the SIP module to receive registration requests
;registrar=enable
; options: bool: Build and send a default 200 answer to OPTIONS requests
;options=enable
; prack: bool: Enable acknowledging provisional 1xx answers (RFC 3262)
;prack=disable
; progress: bool: Send an "183 Session Progress" just after successfull routing
;progress=disable
; generate: bool: Allow Yate messages to send arbitrary SIP client transactions
;generate=disable
; nat: bool: Enable automatic NAT support
;nat=enable
; ignorevia: bool: Ignore Via headers and send answer back to the source
;ignorevia=enable
; dtmfinband: bool: Generate DTMF inband by default
;dtmfinband=no
; privacy: bool: Process and generate privacy related SIP headers
;privacy=disable
; forward_sdp: bool: Include the raw SDP body to be used as-is for forwarding RTP
;forward_sdp=disable
[registrar]
; Controls the behaviour when acting as registrar
; expires_min: int: Minimum allowed expiration time in seconds
;expires_min=60
; expires_def: int: Default expiration time if not present in REGISTER request
;expires_def=600
; expires_max: int: Value used to limit the expiration time to something sane
;expires_max=3600
; auth_required: bool: Automatically challenge all clients for authentication
;auth_required=enable
[codecs]
; This section allows to individually enable or disable the codecs
; default: bool: Enable all unlisted codecs by default
;default=enable
; mulaw: bool: Companded-only G711 mu-law (PCMU/8000)
;mulaw=default
; alaw: bool: Companded-only G711 a-law (PCMU/8000)
;alaw=default
; gsm: bool: European GSM 06.10 (GSM/8000)
;gsm=default
; lpc10: bool: Linear Prediction Codec (LPC/8000)
;lpc10=default
; slin: bool: Signed Linear 16-bit uncompressed (L16/8000)
;slin=default
; g723: bool: ITU G.723 all variations (G723/8000)
;g723=default
; g726: bool: ITU G.726 32-bit (G726-32/8000)
;g726=default
; g728: bool: ITU G.728 all variations (G728/8000)
;g728=default
; g729: bool: ITU G.729 all variations (G729/8000)
;g729=default
[methods]
; Use this section to allow server processing of various SIP methods by
; handling Yate messages.
; Each line has to be of the form:
; methodname=boolean
; You must use lower case method names. The boolean value defaults to
; true and allows automatically challenging the requests for authentication