root/modules/branches/2.3/core/etc/sip.conf

Revision 10837, 1.4 kB (checked in by p_lindheimer, 1 year ago)

adds useragent re #4739

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 ; Note: If your SIP devices are behind a NAT and your Asterisk
2 ;  server isn't, try adding "nat=1" to each peer definition to
3 ;  solve translation problems.
4
5 [general]
6 #include sip_general_additional.conf
7
8 bindport = 5060           ; Port to bind to (SIP is 5060)
9 bindaddr = 0.0.0.0    ; Address to bind to (all addresses on machine)
10 disallow=all
11 allow=ulaw
12 allow=alaw
13 ; If you need to answer unauthenticated calls, you should change this
14 ; next line to 'from-trunk', rather than 'from-sip-external'.
15 ; You'll know this is happening if when you call in you get a message
16 ; saying "The number you have dialed is not in service. Please check the
17 ; number and try again."
18 context = from-sip-external ; Send unknown SIP callers to this context
19 callerid = Unknown
20 tos=0x68
21
22 ; Reported as required for Asterisk 1.4
23 notifyringing=yes
24 notifyhold=yes
25 limitonpeers=yes
26 useragent=FPBX-2.5.2
27
28 ; enable and force the sip jitterbuffer. If these settings are desired
29 ; they should be set in the sip_general_custom.conf file as this file
30 ; will get overwritten during reloads and upgrades.
31 ;
32 ; jbenable=yes
33 ; jbforce=yes
34
35 ; #, in this configuration file, is NOT A COMMENT. This is exactly
36 ; how it should be.
37 #include sip_general_custom.conf
38 #include sip_nat.conf
39 #include sip_registrations_custom.conf
40 #include sip_registrations.conf
41 #include sip_custom.conf
42 #include sip_additional.conf
43 #include sip_custom_post.conf
Note: See TracBrowser for help on using the browser.