asterisk/asterisk.txt

changeset 399
9360a38b5c9f
parent 347
10bd406e1c51
child 414
fd611cde817f
     1.1 --- a/asterisk/asterisk.txt	Fri Dec 02 16:12:09 2011 +0100
     1.2 +++ b/asterisk/asterisk.txt	Fri Dec 02 19:22:01 2011 +0100
     1.3 @@ -82,7 +82,7 @@
     1.4  
     1.5  ; You can open a TLS connection to this socket with:
     1.6  ;
     1.7 -;	openssl s_client -connect my_host:5039
     1.8 +;   openssl s_client -connect my_host:5039
     1.9  ;
    1.10  tlsenable          = no
    1.11  tlsbindaddr        = 127.0.0.1
    1.12 @@ -238,7 +238,7 @@
    1.13  
    1.14  ;; This configuration is reread at reload
    1.15  ;; or with the CLI command
    1.16 -;; 	reload chan_iax2.so
    1.17 +;;   reload chan_iax2.so
    1.18  ;;
    1.19  ;; General settings, like port number to bind to, and
    1.20  ;; an option address (the default is to bind to all
    1.21 @@ -251,7 +251,7 @@
    1.22  ;                    ; bindaddr if followed by colon and port
    1.23  ;                    ; (e.g. bindaddr=192.168.0.1:4569)
    1.24  ;bindaddr=127.0.0.1  ; more than once to bind to multiple
    1.25 -;                    ; addresses, but the first will be the 
    1.26 +;                    ; addresses, but the first will be the
    1.27  ;                    ; default
    1.28  
    1.29  </file>
    1.30 @@ -710,6 +710,35 @@
    1.31  ;context           = parkedcalls
    1.32  
    1.33  </file>
    1.34 +<file name="gtalk.conf">
    1.35 +;;
    1.36 +;;  gtalk.conf -- Asterisk GTalk configuration
    1.37 +;;
    1.38 +
    1.39 +[general]
    1.40 +;context     = default     ; Context to dump call into
    1.41 +;bindaddr    = 0.0.0.0     ; Address to bind to
    1.42 +;externip    = 127.0.0.1   ; Set your external ip if you are behind a NAT.
    1.43 +;stunaddr    = <hostname>  ; Get your external ip from a STUN server.
    1.44 +;                          ; Note, if the STUN query is successful, this
    1.45 +;                          ; will replace any value placed in externip;
    1.46 +;allowguest  = yes         ; Allow calls from people not in list of peers
    1.47 +
    1.48 +[guest]                   ; special account for options on guest account
    1.49 +;disallow    = all
    1.50 +;allow       = ulaw
    1.51 +;context     = guest
    1.52 +
    1.53 +[ogorman]
    1.54 +;username    = <person>@gmail.com  ; username of the peer you're
    1.55 +;                                  ; calling or accepting calls from
    1.56 +;disallow    = all
    1.57 +;allow       = ulaw
    1.58 +;context     = default
    1.59 +;connection  = asterisk            ; client or component in jabber.conf
    1.60 +;                                  ; for the call to leave on.
    1.61 +
    1.62 +</file>
    1.63  <file name="jabber.conf">
    1.64  ;;
    1.65  ;;  jabber.conf -- Asterisk Jabber configuration

mercurial