Понедельник (10/25/10)

/dev/pts/2
16:21:07
#184 ;
 30 ;allowtransfer=no               ; Disable all transfers (unless enabled in peers or users)
"/etc//asterisk/sip.conf" 669L, 31889C
 31                                 ; Default is enabled
 32 ;realm=mydomain.tld             ; Realm for digest authentication
 33                                 ; defaults to "asterisk". If you set a system name in
 34                                 ; asterisk.conf, it defaults to that system name
 35                                 ; Realms MUST be globally unique according to RFC 3261
 36                                 ; Set this to your host name or domain name
 37 bindport=5060                   ; UDP Port to bind to (SIP standard port is 5060)
 38                                 ; bindport is the local UDP port that Asterisk will listen on
 39 bindaddr=0.0.0.0                ; IP address to bind to (0.0.0.0 binds to all)
 40 srvlookup=yes                   ; Enable DNS SRV lookups on outbound calls
 41                                 ; Note: Asterisk only uses the first host
 42                                 ; in SRV records
 43                                 ; Disabling DNS SRV lookups disables the
 44                                 ; ability to place SIP calls based on domain
 45                                 ; names to some other SIP users on the Internet
 46
 47 ;domain=mydomain.tld            ; Set default domain for this host
 48                                 ; If configured, Asterisk will only allow
 49                                 ; INVITE and REFER to non-local domains
 50                                 ; Use "sip show domains" to list local domains
 51 ;pedantic=yes                   ; Enable checking of tags in headers,
 52                                 ; international character conversions in URIs
 53                                 ; and multiline formatted headers for strict
 54                                 ; SIP compatibility (defaults to "no")
 55
 56 ; See doc/ip-tos.txt for a description of these parameters.
 57 ;tos_sip=cs3                    ; Sets TOS for SIP packets.
 58 ;tos_audio=ef                   ; Sets TOS for RTP audio packets.