don't define this type either if LOW_MEMORY is enabled
[asterisk-bristuff.git] / configs / sip.conf.sample
blobb6af2faeb1513c3e2811755e6835f19834b12718
2 ; SIP Configuration example for Asterisk
4 ; Syntax for specifying a SIP device in extensions.conf is
5 ; SIP/devicename where devicename is defined in a section below.
7 ; You may also use 
8 ; SIP/username@domain to call any SIP user on the Internet
9 ; (Don't forget to enable DNS SRV records if you want to use this)
10
11 ; If you define a SIP proxy as a peer below, you may call
12 ; SIP/proxyhostname/user or SIP/user@proxyhostname 
13 ; where the proxyhostname is defined in a section below 
14
15 ; Useful CLI commands to check peers/users:
16 ;   sip show peers              Show all SIP peers (including friends)
17 ;   sip show users              Show all SIP users (including friends)
18 ;   sip show registry           Show status of hosts we register with
20 ;   sip debug                   Show all SIP messages
22 ;   reload chan_sip.so          Reload configuration file
23 ;                               Active SIP peers will not be reconfigured
26 [general]
27 context=default                 ; Default context for incoming calls
28 ;allowguest=no                  ; Allow or reject guest calls (default is yes)
29 allowoverlap=no                 ; Disable overlap dialing support. (Default is yes)
30 ;allowtransfer=no               ; Disable all transfers (unless enabled in peers or users)
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")
56 ; See doc/README.tos 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.
59 ;tos_video=af41                 ; Sets TOS for RTP video packets.
61 ;maxexpiry=3600                 ; Maximum allowed time of incoming registrations
62                                 ; and subscriptions (seconds)
63 ;minexpiry=60                   ; Minimum length of registrations/subscriptions (default 60)
64 ;defaultexpiry=120              ; Default length of incoming/outgoing registration
65 ;t1min=100                      ; Minimum roundtrip time for messages to monitored hosts
66                                 ; Defaults to 100 ms
67 ;notifymimetype=text/plain      ; Allow overriding of mime type in MWI NOTIFY
68 ;checkmwi=10                    ; Default time between mailbox checks for peers
69 ;buggymwi=no                    ; Cisco SIP firmware doesn't support the MWI RFC
70                                 ; fully. Enable this option to not get error messages
71                                 ; when sending MWI to phones with this bug.
72 ;vmexten=voicemail              ; dialplan extension to reach mailbox sets the 
73                                 ; Message-Account in the MWI notify message 
74                                 ; defaults to "asterisk"
75 ;disallow=all                   ; First disallow all codecs
76 ;allow=ulaw                     ; Allow codecs in order of preference
77 ;allow=ilbc                     ; see doc/rtp-packetization for framing options
79 ; This option specifies a preference for which music on hold class this channel
80 ; should listen to when put on hold if the music class has not been set on the
81 ; channel with Set(CHANNEL(musicclass)=whatever) in the dialplan, and the peer
82 ; channel putting this one on hold did not suggest a music class.
84 ; This option may be specified globally, or on a per-user or per-peer basis.
86 ;mohinterpret=default
88 ; This option specifies which music on hold class to suggest to the peer channel
89 ; when this channel places the peer on hold. It may be specified globally or on
90 ; a per-user or per-peer basis.
92 ;mohsuggest=default
94 ;language=en                    ; Default language setting for all users/peers
95                                 ; This may also be set for individual users/peers
96 ;relaxdtmf=yes                  ; Relax dtmf handling
97 ;trustrpid = no                 ; If Remote-Party-ID should be trusted
98 ;sendrpid = yes                 ; If Remote-Party-ID should be sent
99 ;progressinband=never           ; If we should generate in-band ringing always
100                                 ; use 'never' to never use in-band signalling, even in cases
101                                 ; where some buggy devices might not render it
102                                 ; Valid values: yes, no, never Default: never
103 ;useragent=Asterisk PBX         ; Allows you to change the user agent string
104 ;promiscredir = no              ; If yes, allows 302 or REDIR to non-local SIP address
105                                 ; Note that promiscredir when redirects are made to the
106                                 ; local system will cause loops since Asterisk is incapable
107                                 ; of performing a "hairpin" call.
108 ;usereqphone = no               ; If yes, ";user=phone" is added to uri that contains
109                                 ; a valid phone number
110 ;dtmfmode = rfc2833             ; Set default dtmfmode for sending DTMF. Default: rfc2833
111                                 ; Other options: 
112                                 ; info : SIP INFO messages
113                                 ; inband : Inband audio (requires 64 kbit codec -alaw, ulaw)
114                                 ; auto : Use rfc2833 if offered, inband otherwise
116 ;compactheaders = yes           ; send compact sip headers.
118 ;videosupport=yes               ; Turn on support for SIP video. You need to turn this on
119                                 ; in the this section to get any video support at all.
120                                 ; You can turn it off on a per peer basis if the general
121                                 ; video support is enabled, but you can't enable it for
122                                 ; one peer only without enabling in the general section.
123 ;maxcallbitrate=384             ; Maximum bitrate for video calls (default 384 kb/s)
124                                 ; Videosupport and maxcallbitrate is settable
125                                 ; for peers and users as well
126 ;callevents=no                  ; generate manager events when sip ua 
127                                 ; performs events (e.g. hold)
128 ;alwaysauthreject = yes         ; When an incoming INVITE or REGISTER is to be rejected,
129                                 ; for any reason, always reject with '401 Unauthorized'
130                                 ; instead of letting the requester know whether there was
131                                 ; a matching user or peer for their request
133 ;g726nonstandard = yes          ; If the peer negotiates G726-32 audio, use AAL2 packing
134                                 ; order instead of RFC3551 packing order (this is required
135                                 ; for Sipura and Grandstream ATAs, among others). This is
136                                 ; contrary to the RFC3551 specification, the peer _should_
137                                 ; be negotiating AAL2-G726-32 instead :-(
140 ; If regcontext is specified, Asterisk will dynamically create and destroy a
141 ; NoOp priority 1 extension for a given peer who registers or unregisters with
142 ; us and have a "regexten=" configuration item.  
143 ; Multiple contexts may be specified by separating them with '&'. The 
144 ; actual extension is the 'regexten' parameter of the registering peer or its
145 ; name if 'regexten' is not provided.  If more than one context is provided,
146 ; the context must be specified within regexten by appending the desired
147 ; context after '@'.  More than one regexten may be supplied if they are 
148 ; separated by '&'.  Patterns may be used in regexten.
150 ;regcontext=sipregistrations
152 ;--------------------------- RTP timers ----------------------------------------------------
153 ; These timers are currently used for both audio and video streams. The RTP timeouts
154 ; are only applied to the audio channel.
155 ; The settings are settable in the global section as well as per device
157 ;rtptimeout=60                  ; Terminate call if 60 seconds of no RTP or RTCP activity
158                                 ; on the audio channel
159                                 ; when we're not on hold. This is to be able to hangup
160                                 ; a call in the case of a phone disappearing from the net,
161                                 ; like a powerloss or grandma tripping over a cable.
162 ;rtpholdtimeout=300             ; Terminate call if 300 seconds of no RTP or RTCP activity
163                                 ; on the audio channel
164                                 ; when we're on hold (must be > rtptimeout)
165 ;rtpkeepalive=<secs>            ; Send keepalives in the RTP stream to keep NAT open
166                                 ; (default is off - zero)
167 ;--------------------------- SIP DEBUGGING ---------------------------------------------------
168 ;sipdebug = yes                 ; Turn on SIP debugging by default, from
169                                 ; the moment the channel loads this configuration
170 ;recordhistory=yes              ; Record SIP history by default 
171                                 ; (see sip history / sip no history)
172 ;dumphistory=yes                ; Dump SIP history at end of SIP dialogue
173                                 ; SIP history is output to the DEBUG logging channel
176 ;--------------------------- STATUS NOTIFICATIONS (SUBSCRIPTIONS) ----------------------------
177 ; You can subscribe to the status of extensions with a "hint" priority
178 ; (See extensions.conf.sample for examples)
179 ; chan_sip support two major formats for notifications: dialog-info and SIMPLE 
181 ; You will get more detailed reports (busy etc) if you have a call limit set
182 ; for a device. When the call limit is filled, we will indicate busy. Note that
183 ; you need at least 2 in order to be able to do attended transfers.
185 ; For queues, you will need this level of detail in status reporting, regardless
186 ; if you use SIP subscriptions. Queues and manager use the same internal interface
187 ; for reading status information.
189 ; Note: Subscriptions does not work if you have a realtime dialplan and use the
190 ; realtime switch.
192 ;allowsubscribe=no              ; Disable support for subscriptions. (Default is yes)
193 ;subscribecontext = default     ; Set a specific context for SUBSCRIBE requests
194                                 ; Useful to limit subscriptions to local extensions
195                                 ; Settable per peer/user also
196 ;notifyringing = yes            ; Notify subscriptions on RINGING state (default: no)
197 ;notifyhold = yes               ; Notify subscriptions on HOLD state (default: no)
198                                 ; Turning on notifyringing and notifyhold will add a lot
199                                 ; more database transactions if you are using realtime.
200 ;limitonpeers = yes             ; Apply call limits on peers only. This will improve 
201                                 ; status notification when you are using type=friend
202                                 ; Inbound calls, that really apply to the user part
203                                 ; of a friend will now be added to and compared with
204                                 ; the peer limit instead of applying two call limits,
205                                 ; one for the peer and one for the user.
207 ;----------------------------------------- T.38 FAX PASSTHROUGH SUPPORT -----------------------
209 ; This setting is available in the [general] section as well as in device configurations.
210 ; Setting this to yes, enables T.38 fax (UDPTL) passthrough on SIP to SIP calls, provided
211 ; both parties have T38 support enabled in their Asterisk configuration 
212 ; This has to be enabled in the general section for all devices to work. You can then
213 ; disable it on a per device basis. 
215 ; T.38 faxing only works in SIP to SIP calls, with no local or agent channel being used.
217 ; t38pt_udptl = yes            ; Default false
219 ;----------------------------------------- OUTBOUND SIP REGISTRATIONS  ------------------------
220 ; Asterisk can register as a SIP user agent to a SIP proxy (provider)
221 ; Format for the register statement is:
222 ;       register => user[:secret[:authuser]]@host[:port][/extension]
224 ; If no extension is given, the 's' extension is used. The extension needs to
225 ; be defined in extensions.conf to be able to accept calls from this SIP proxy
226 ; (provider).
228 ; host is either a host name defined in DNS or the name of a section defined
229 ; below.
231 ; Examples:
233 ;register => 1234:password@mysipprovider.com    
235 ;     This will pass incoming calls to the 's' extension
238 ;register => 2345:password@sip_proxy/1234
240 ;    Register 2345 at sip provider 'sip_proxy'.  Calls from this provider
241 ;    connect to local extension 1234 in extensions.conf, default context,
242 ;    unless you configure a [sip_proxy] section below, and configure a
243 ;    context.
244 ;    Tip 1: Avoid assigning hostname to a sip.conf section like [provider.com]
245 ;    Tip 2: Use separate type=peer and type=user sections for SIP providers
246 ;           (instead of type=friend) if you have calls in both directions
247   
248 ;registertimeout=20             ; retry registration calls every 20 seconds (default)
249 ;registerattempts=10            ; Number of registration attempts before we give up
250                                 ; 0 = continue forever, hammering the other server
251                                 ; until it accepts the registration
252                                 ; Default is 0 tries, continue forever
254 ;----------------------------------------- NAT SUPPORT ------------------------
255 ; The externip, externhost and localnet settings are used if you use Asterisk
256 ; behind a NAT device to communicate with services on the outside.
258 ;externip = 200.201.202.203     ; Address that we're going to put in outbound SIP
259                                 ; messages if we're behind a NAT
261                                 ; The externip and localnet is used
262                                 ; when registering and communicating with other proxies
263                                 ; that we're registered with
264 ;externhost=foo.dyndns.net      ; Alternatively you can specify an 
265                                 ; external host, and Asterisk will 
266                                 ; perform DNS queries periodically.  Not
267                                 ; recommended for production 
268                                 ; environments!  Use externip instead
269 ;externrefresh=10               ; How often to refresh externhost if 
270                                 ; used
271                                 ; You may add multiple local networks.  A reasonable 
272                                 ; set of defaults are:
273 ;localnet=192.168.0.0/255.255.0.0; All RFC 1918 addresses are local networks
274 ;localnet=10.0.0.0/255.0.0.0    ; Also RFC1918
275 ;localnet=172.16.0.0/12         ; Another RFC1918 with CIDR notation
276 ;localnet=169.254.0.0/255.255.0.0 ;Zero conf local network
278 ; The nat= setting is used when Asterisk is on a public IP, communicating with
279 ; devices hidden behind a NAT device (broadband router).  If you have one-way
280 ; audio problems, you usually have problems with your NAT configuration or your
281 ; firewall's support of SIP+RTP ports.  You configure Asterisk choice of RTP
282 ; ports for incoming audio in rtp.conf
284 ;nat=no                         ; Global NAT settings  (Affects all peers and users)
285                                 ; yes = Always ignore info and assume NAT
286                                 ; no = Use NAT mode only according to RFC3581 (;rport)
287                                 ; never = Never attempt NAT mode or RFC3581 support
288                                 ; route = Assume NAT, don't send rport 
289                                 ; (work around more UNIDEN bugs)
291 ;----------------------------------- MEDIA HANDLING --------------------------------
292 ; By default, Asterisk tries to re-invite the audio to an optimal path. If there's
293 ; no reason for Asterisk to stay in the media path, the media will be redirected.
294 ; This does not really work with in the case where Asterisk is outside and have
295 ; clients on the inside of a NAT. In that case, you want to set canreinvite=nonat
297 ;canreinvite=yes                ; Asterisk by default tries to redirect the
298                                 ; RTP media stream (audio) to go directly from
299                                 ; the caller to the callee.  Some devices do not
300                                 ; support this (especially if one of them is behind a NAT).
301                                 ; The default setting is YES. If you have all clients
302                                 ; behind a NAT, or for some other reason wants Asterisk to
303                                 ; stay in the audio path, you may want to turn this off.
305                                 ; In Asterisk 1.4 this setting also affect direct RTP
306                                 ; at call setup (a new feature in 1.4 - setting up the
307                                 ; call directly between the endpoints instead of sending
308                                 ; a re-INVITE).
310 ;canreinvite=nonat              ; An additional option is to allow media path redirection
311                                 ; (reinvite) but only when the peer where the media is being
312                                 ; sent is known to not be behind a NAT (as the RTP core can
313                                 ; determine it based on the apparent IP address the media
314                                 ; arrives from).
316 ;canreinvite=update             ; Yet a third option... use UPDATE for media path redirection,
317                                 ; instead of INVITE. This can be combined with 'nonat', as
318                                 ; 'canreinvite=update,nonat'. It implies 'yes'.
320 ;----------------------------------------- REALTIME SUPPORT ------------------------
321 ; For additional information on ARA, the Asterisk Realtime Architecture,
322 ; please read realtime.txt and extconfig.txt in the /doc directory of the
323 ; source code.
325 ;rtcachefriends=yes             ; Cache realtime friends by adding them to the internal list
326                                 ; just like friends added from the config file only on a
327                                 ; as-needed basis? (yes|no)
329 ;rtsavesysname=yes              ; Save systemname in realtime database at registration
330                                 ; Default= no
332 ;rtupdate=yes                   ; Send registry updates to database using realtime? (yes|no)
333                                 ; If set to yes, when a SIP UA registers successfully, the ip address,
334                                 ; the origination port, the registration period, and the username of
335                                 ; the UA will be set to database via realtime. 
336                                 ; If not present, defaults to 'yes'.
337 ;rtautoclear=yes                ; Auto-Expire friends created on the fly on the same schedule
338                                 ; as if it had just registered? (yes|no|<seconds>)
339                                 ; If set to yes, when the registration expires, the friend will
340                                 ; vanish from the configuration until requested again. If set
341                                 ; to an integer, friends expire within this number of seconds
342                                 ; instead of the registration interval.
344 ;ignoreregexpire=yes            ; Enabling this setting has two functions:
345                                 ;
346                                 ; For non-realtime peers, when their registration expires, the
347                                 ; information will _not_ be removed from memory or the Asterisk database
348                                 ; if you attempt to place a call to the peer, the existing information
349                                 ; will be used in spite of it having expired
350                                 ;
351                                 ; For realtime peers, when the peer is retrieved from realtime storage,
352                                 ; the registration information will be used regardless of whether
353                                 ; it has expired or not; if it expires while the realtime peer 
354                                 ; is still in memory (due to caching or other reasons), the 
355                                 ; information will not be removed from realtime storage
357 ;----------------------------------------- SIP DOMAIN SUPPORT ------------------------
358 ; Incoming INVITE and REFER messages can be matched against a list of 'allowed'
359 ; domains, each of which can direct the call to a specific context if desired.
360 ; By default, all domains are accepted and sent to the default context or the
361 ; context associated with the user/peer placing the call.
362 ; Domains can be specified using:
363 ; domain=<domain>[,<context>]
364 ; Examples:
365 ; domain=myasterisk.dom
366 ; domain=customer.com,customer-context
368 ; In addition, all the 'default' domains associated with a server should be
369 ; added if incoming request filtering is desired.
370 ; autodomain=yes
372 ; To disallow requests for domains not serviced by this server:
373 ; allowexternaldomains=no
375 ;domain=mydomain.tld,mydomain-incoming
376                                 ; Add domain and configure incoming context
377                                 ; for external calls to this domain
378 ;domain=1.2.3.4                 ; Add IP address as local domain
379                                 ; You can have several "domain" settings
380 ;allowexternalinvites=no        ; Disable INVITE and REFER to non-local domains
381                                 ; Default is yes
382 ;autodomain=yes                 ; Turn this on to have Asterisk add local host
383                                 ; name and local IP to domain list.
385 ; fromdomain=mydomain.tld       ; When making outbound SIP INVITEs to
386                                 ; non-peers, use your primary domain "identity"
387                                 ; for From: headers instead of just your IP
388                                 ; address. This is to be polite and
389                                 ; it may be a mandatory requirement for some
390                                 ; destinations which do not have a prior
391                                 ; account relationship with your server. 
393 ;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
394 ; jbenable = yes              ; Enables the use of a jitterbuffer on the receiving side of a
395                               ; SIP channel. Defaults to "no". An enabled jitterbuffer will
396                               ; be used only if the sending side can create and the receiving
397                               ; side can not accept jitter. The SIP channel can accept jitter,
398                               ; thus a jitterbuffer on the receive SIP side will be used only
399                               ; if it is forced and enabled.
401 ; jbforce = no                ; Forces the use of a jitterbuffer on the receive side of a SIP
402                               ; channel. Defaults to "no".
404 ; jbmaxsize = 200             ; Max length of the jitterbuffer in milliseconds.
406 ; jbresyncthreshold = 1000    ; Jump in the frame timestamps over which the jitterbuffer is
407                               ; resynchronized. Useful to improve the quality of the voice, with
408                               ; big jumps in/broken timestamps, usually sent from exotic devices
409                               ; and programs. Defaults to 1000.
411 ; jbimpl = fixed              ; Jitterbuffer implementation, used on the receiving side of a SIP
412                               ; channel. Two implementations are currently available - "fixed"
413                               ; (with size always equals to jbmaxsize) and "adaptive" (with
414                               ; variable size, actually the new jb of IAX2). Defaults to fixed.
416 ; jblog = no                  ; Enables jitterbuffer frame logging. Defaults to "no".
417 ;-----------------------------------------------------------------------------------
419 [authentication]
420 ; Global credentials for outbound calls, i.e. when a proxy challenges your
421 ; Asterisk server for authentication. These credentials override
422 ; any credentials in peer/register definition if realm is matched.
424 ; This way, Asterisk can authenticate for outbound calls to other
425 ; realms. We match realm on the proxy challenge and pick an set of 
426 ; credentials from this list
427 ; Syntax:
428 ;       auth = <user>:<secret>@<realm>
429 ;       auth = <user>#<md5secret>@<realm>
430 ; Example:
431 ;auth=mark:topsecret@digium.com
433 ; You may also add auth= statements to [peer] definitions 
434 ; Peer auth= override all other authentication settings if we match on realm
436 ;------------------------------------------------------------------------------
437 ; Users and peers have different settings available. Friends have all settings,
438 ; since a friend is both a peer and a user
440 ; User config options:        Peer configuration:
441 ; --------------------        -------------------
442 ; context                     context
443 ; callingpres                 callingpres
444 ; permit                      permit
445 ; deny                        deny
446 ; secret                      secret
447 ; md5secret                   md5secret
448 ; dtmfmode                    dtmfmode
449 ; canreinvite                 canreinvite
450 ; nat                         nat
451 ; callgroup                   callgroup
452 ; pickupgroup                 pickupgroup
453 ; language                    language
454 ; allow                       allow
455 ; disallow                    disallow
456 ; insecure                    insecure
457 ; trustrpid                   trustrpid
458 ; progressinband              progressinband
459 ; promiscredir                promiscredir
460 ; useclientcode               useclientcode
461 ; accountcode                 accountcode
462 ; setvar                      setvar
463 ; callerid                    callerid
464 ; amaflags                    amaflags
465 ; call-limit                  call-limit
466 ; allowoverlap                allowoverlap
467 ; allowsubscribe              allowsubscribe
468 ; allowtransfer               allowtransfer
469 ; subscribecontext            subscribecontext
470 ; videosupport                videosupport
471 ; maxcallbitrate              maxcallbitrate
472 ; rfc2833compensate           mailbox
473 ;                             username
474 ;                             template
475 ;                             fromdomain
476 ;                             regexten
477 ;                             fromuser
478 ;                             host
479 ;                             port
480 ;                             qualify
481 ;                             defaultip
482 ;                             rtptimeout
483 ;                             rtpholdtimeout
484 ;                             sendrpid
485 ;                             outboundproxy
486 ;                             rfc2833compensate
488 ;[sip_proxy]
489 ; For incoming calls only. Example: FWD (Free World Dialup)
490 ; We match on IP address of the proxy for incoming calls 
491 ; since we can not match on username (caller id)
492 ;type=peer
493 ;context=from-fwd
494 ;host=fwd.pulver.com
496 ;[sip_proxy-out]
497 ;type=peer                              ; we only want to call out, not be called
498 ;secret=guessit
499 ;username=yourusername                  ; Authentication user for outbound proxies
500 ;fromuser=yourusername                  ; Many SIP providers require this!
501 ;fromdomain=provider.sip.domain 
502 ;host=box.provider.com
503 ;usereqphone=yes                        ; This provider requires ";user=phone" on URI
504 ;call-limit=5                           ; permit only 5 simultaneous outgoing calls to this peer
505 ;outboundproxy=proxy.provider.domain    ; send outbound signaling to this proxy, not directly to the peer
506                                         ; Call-limits will not be enforced on real-time peers,
507                                         ; since they are not stored in-memory
508 ;port=80                                ; The port number we want to connect to on the remote side
510 ;------------------------------------------------------------------------------
511 ; Definitions of locally connected SIP devices
513 ; type = user   a device that authenticates to us by "from" field to place calls
514 ; type = peer   a device we place calls to or that calls us and we match by host
515 ; type = friend two configurations (peer+user) in one
517 ; For device names, we recommend using only a-z, numerics (0-9) and underscore
519 ; For local phones, type=friend works most of the time
521 ; If you have one-way audio, you probably have NAT problems. 
522 ; If Asterisk is on a public IP, and the phone is inside of a NAT device
523 ; you will need to configure nat option for those phones.
524 ; Also, turn on qualify=yes to keep the nat session open
526 ;[grandstream1]
527 ;type=friend                    
528 ;context=from-sip               ; Where to start in the dialplan when this phone calls
529 ;callerid=John Doe <1234>       ; Full caller ID, to override the phones config
530                                 ; on incoming calls to Asterisk
531 ;host=192.168.0.23              ; we have a static but private IP address
532                                 ; No registration allowed
533 ;nat=no                         ; there is not NAT between phone and Asterisk
534 ;canreinvite=yes                ; allow RTP voice traffic to bypass Asterisk
535 ;dtmfmode=info                  ; either RFC2833 or INFO for the BudgeTone
536 ;call-limit=1                   ; permit only 1 outgoing call and 1 incoming call at a time
537                                 ; from the phone to asterisk
538                                 ; 1 for the explicit peer, 1 for the explicit user,
539                                 ; remember that a friend equals 1 peer and 1 user in
540                                 ; memory
541                                 ; This will affect your subscriptions as well.
542                                 ; There is no combined call counter for a "friend"
543                                 ; so there's currently no way in sip.conf to limit
544                                 ; to one inbound or outbound call per phone. Use
545                                 ; the group counters in the dial plan for that.
546                                 ;
547 ;mailbox=1234@default           ; mailbox 1234 in voicemail context "default"
548 ;disallow=all                   ; need to disallow=all before we can use allow=
549 ;allow=ulaw                     ; Note: In user sections the order of codecs
550                                 ; listed with allow= does NOT matter!
551 ;allow=alaw
552 ;allow=g723.1                   ; Asterisk only supports g723.1 pass-thru!
553 ;allow=g729                     ; Pass-thru only unless g729 license obtained
554 ;callingpres=allowed_passed_screen      ; Set caller ID presentation
555                                 ; See README.callingpres for more information
558 ;[xlite1]
559 ; Turn off silence suppression in X-Lite ("Transmit Silence"=YES)!
560 ; Note that Xlite sends NAT keep-alive packets, so qualify=yes is not needed
561 ;type=friend
562 ;regexten=1234                  ; When they register, create extension 1234
563 ;callerid="Jane Smith" <5678>
564 ;host=dynamic                   ; This device needs to register
565 ;nat=yes                        ; X-Lite is behind a NAT router
566 ;canreinvite=no                 ; Typically set to NO if behind NAT
567 ;disallow=all
568 ;allow=gsm                      ; GSM consumes far less bandwidth than ulaw
569 ;allow=ulaw
570 ;allow=alaw
571 ;mailbox=1234@default,1233@default      ; Subscribe to status of multiple mailboxes
574 ;[snom]
575 ;type=friend                    ; Friends place calls and receive calls
576 ;context=from-sip               ; Context for incoming calls from this user
577 ;secret=blah
578 ;subscribecontext=localextensions       ; Only allow SUBSCRIBE for local extensions
579 ;language=de                    ; Use German prompts for this user 
580 ;host=dynamic                   ; This peer register with us
581 ;dtmfmode=inband                ; Choices are inband, rfc2833, or info
582 ;defaultip=192.168.0.59         ; IP used until peer registers
583 ;mailbox=1234@context,2345      ; Mailbox(-es) for message waiting indicator
584 ;subscribemwi=yes               ; Only send notifications if this phone 
585                                 ; subscribes for mailbox notification
586 ;vmexten=voicemail              ; dialplan extension to reach mailbox 
587                                 ; sets the Message-Account in the MWI notify message
588                                 ; defaults to global vmexten which defaults to "asterisk"
589 ;disallow=all
590 ;allow=ulaw                     ; dtmfmode=inband only works with ulaw or alaw!
593 ;[polycom]
594 ;type=friend                    ; Friends place calls and receive calls
595 ;context=from-sip               ; Context for incoming calls from this user
596 ;secret=blahpoly
597 ;host=dynamic                   ; This peer register with us
598 ;dtmfmode=rfc2833               ; Choices are inband, rfc2833, or info
599 ;username=polly                 ; Username to use in INVITE until peer registers
600                                 ; Normally you do NOT need to set this parameter
601 ;disallow=all
602 ;allow=ulaw                     ; dtmfmode=inband only works with ulaw or alaw!
603 ;progressinband=no              ; Polycom phones don't work properly with "never"
606 ;[pingtel]
607 ;type=friend
608 ;secret=blah
609 ;host=dynamic
610 ;insecure=port                  ; Allow matching of peer by IP address without 
611                                 ; matching port number
612 ;insecure=invite                ; Do not require authentication of incoming INVITEs
613 ;insecure=port,invite           ; (both)
614 ;qualify=1000                   ; Consider it down if it's 1 second to reply
615                                 ; Helps with NAT session
616                                 ; qualify=yes uses default value
618 ; Call group and Pickup group should be in the range from 0 to 63
620 ;callgroup=1,3-4                ; We are in caller groups 1,3,4
621 ;pickupgroup=1,3-5              ; We can do call pick-p for call group 1,3,4,5
622 ;defaultip=192.168.0.60         ; IP address to use if peer has not registered
623 ;deny=0.0.0.0/0.0.0.0           ; ACL: Control access to this account based on IP address
624 ;permit=192.168.0.60/255.255.255.0
626 ;[cisco1]
627 ;type=friend
628 ;secret=blah
629 ;qualify=200                    ; Qualify peer is no more than 200ms away
630 ;nat=yes                        ; This phone may be natted
631                                 ; Send SIP and RTP to the IP address that packet is 
632                                 ; received from instead of trusting SIP headers 
633 ;host=dynamic                   ; This device registers with us
634 ;canreinvite=no                 ; Asterisk by default tries to redirect the
635                                 ; RTP media stream (audio) to go directly from
636                                 ; the caller to the callee.  Some devices do not
637                                 ; support this (especially if one of them is 
638                                 ; behind a NAT).
639 ;defaultip=192.168.0.4          ; IP address to use until registration
640 ;username=goran                 ; Username to use when calling this device before registration
641                                 ; Normally you do NOT need to set this parameter
642 ;setvar=CUSTID=5678             ; Channel variable to be set for all calls from this device
644 ;[pre14-asterisk]
645 ;type=friend
646 ;secret=digium
647 ;host=dynamic
648 ;rfc2833compensate=yes          ; Compensate for pre-1.4 DTMF transmission from another Asterisk machine.
649                                 ; You must have this turned on or DTMF reception will work improperly.