asterisk/asterisk.txt

changeset 399
9360a38b5c9f
parent 347
10bd406e1c51
child 414
fd611cde817f
equal deleted inserted replaced
2:e419aabe6f95 3:c2a83a20fc7d
80 bindaddr = 127.0.0.1 80 bindaddr = 127.0.0.1
81 port = 5038 81 port = 5038
82 82
83 ; You can open a TLS connection to this socket with: 83 ; You can open a TLS connection to this socket with:
84 ; 84 ;
85 ; openssl s_client -connect my_host:5039 85 ; openssl s_client -connect my_host:5039
86 ; 86 ;
87 tlsenable = no 87 tlsenable = no
88 tlsbindaddr = 127.0.0.1 88 tlsbindaddr = 127.0.0.1
89 tlsbindport = 5039 89 tlsbindport = 5039
90 tlscertfile = @l_prefix@/etc/asterisk/asterisk.pem 90 tlscertfile = @l_prefix@/etc/asterisk/asterisk.pem
236 ;; iax.conf -- Asterisk IAX configuration 236 ;; iax.conf -- Asterisk IAX configuration
237 ;; 237 ;;
238 238
239 ;; This configuration is reread at reload 239 ;; This configuration is reread at reload
240 ;; or with the CLI command 240 ;; or with the CLI command
241 ;; reload chan_iax2.so 241 ;; reload chan_iax2.so
242 ;; 242 ;;
243 ;; General settings, like port number to bind to, and 243 ;; General settings, like port number to bind to, and
244 ;; an option address (the default is to bind to all 244 ;; an option address (the default is to bind to all
245 ;; local addresses). 245 ;; local addresses).
246 ;; 246 ;;
249 ; ; NOTE: bindport must be specified BEFORE 249 ; ; NOTE: bindport must be specified BEFORE
250 ; ; bindaddr or may be specified on a specific 250 ; ; bindaddr or may be specified on a specific
251 ; ; bindaddr if followed by colon and port 251 ; ; bindaddr if followed by colon and port
252 ; ; (e.g. bindaddr=192.168.0.1:4569) 252 ; ; (e.g. bindaddr=192.168.0.1:4569)
253 ;bindaddr=127.0.0.1 ; more than once to bind to multiple 253 ;bindaddr=127.0.0.1 ; more than once to bind to multiple
254 ; ; addresses, but the first will be the 254 ; ; addresses, but the first will be the
255 ; ; default 255 ; ; default
256 256
257 </file> 257 </file>
258 <file name="rtp.conf"> 258 <file name="rtp.conf">
259 ;; 259 ;;
706 706
707 [general] 707 [general]
708 ;parkext = 700 708 ;parkext = 700
709 ;parkpos = 701-720 709 ;parkpos = 701-720
710 ;context = parkedcalls 710 ;context = parkedcalls
711
712 </file>
713 <file name="gtalk.conf">
714 ;;
715 ;; gtalk.conf -- Asterisk GTalk configuration
716 ;;
717
718 [general]
719 ;context = default ; Context to dump call into
720 ;bindaddr = 0.0.0.0 ; Address to bind to
721 ;externip = 127.0.0.1 ; Set your external ip if you are behind a NAT.
722 ;stunaddr = <hostname> ; Get your external ip from a STUN server.
723 ; ; Note, if the STUN query is successful, this
724 ; ; will replace any value placed in externip;
725 ;allowguest = yes ; Allow calls from people not in list of peers
726
727 [guest] ; special account for options on guest account
728 ;disallow = all
729 ;allow = ulaw
730 ;context = guest
731
732 [ogorman]
733 ;username = <person>@gmail.com ; username of the peer you're
734 ; ; calling or accepting calls from
735 ;disallow = all
736 ;allow = ulaw
737 ;context = default
738 ;connection = asterisk ; client or component in jabber.conf
739 ; ; for the call to leave on.
711 740
712 </file> 741 </file>
713 <file name="jabber.conf"> 742 <file name="jabber.conf">
714 ;; 743 ;;
715 ;; jabber.conf -- Asterisk Jabber configuration 744 ;; jabber.conf -- Asterisk Jabber configuration

mercurial