Files
asterisk/configs/res_sip.conf.sample
Joshua Colp 77002bc377 Merge in current pimp_my_sip work, including:
1. Security events
2. Websocket support
3. Diversion header + redirecting support
4. An anonymous endpoint identifier
5. Inbound extension state subscription support
6. PIDF notify generation
7. One touch recording support (special thanks Sean Bright!)
8. Blind and attended transfer support
9. Automatic inbound registration expiration
10. SRTP support
11. Media offer control dialplan function
12. Connected line support
13. SendText() support
14. Qualify support
15. Inband DTMF detection
16. Call and pickup groups
17. Messaging support

Thanks everyone!

Side note: I'm reminded of the song "How Far We've Come" by Matchbox Twenty.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-06-22 14:03:22 +00:00

27 lines
1.3 KiB
Plaintext

; This is an in-flux configuration file for the res_sip module, it will change as things progress
;;; Transports
;[local]
;type=transport
;protocol=udp ; Supported protocols are udp, tcp, and tls
;bind=0.0.0.0 ; This supports both IPv4 and IPv6, port is optional
;;; Endpoints
[endpoint]
type=endpoint
context=default
disallow=all
allow=ulaw
dtmfmode=rfc4733 ; Supported DTMF modes are rfc4733, inband, info, and none
;transport=local ; Name of a specific transport to use when placing calls
;100rel=yes ; Enable or disable 100rel support - valid options are: yes, no, required
;timers=yes ; Enable or disable session timers support - valid options are: yes, no, required, always
;timers_min_se=90 ; Minimum session timers expiration period, in seconds
;timers_sess_expires=1800 ; Session timers expiration period, in seconds
;mohsuggest=example ; What musiconhold class to suggest that the peer channel use when this endpoint places them on hold
;rtp_ipv6=yes ; Force IPv6 for RTP transport
;rtp_symmetric=yes ; Enable symmetric RTP support
;use_ptime=yes ; Whether to use the ptime value received from the endpoint or not
;media_encryption=no ; Options for media encryption are no, and sdes
;use_avpf=no ; Whether to force usage of AVPF transport for this endpoint