On Tue, Jun 28, 2011 at 4:53 PM, Bruce B <bruceb...@gmail.com> wrote:
> Hi everyone,
> When doing a "sip show settings" on Asterisk 1.6.2.18, I see the following:
>   Match Auth Username:    No
>   Allow unknown access:   Yes
>   Allow subscriptions:    Yes
>   Allow overlap dialing:  Yes
>   Allow promsic. redir:   No
>   Enable call counters:   No
> What do each of above signify?
> Thanks

from http://svn.asterisk.org/svn/asterisk/trunk/configs/sip.conf.sample

;match_auth_username=yes        ; if available, match user entry using the
                                ; 'username' field from the authentication line
                                ; instead of the From: field.
;allowguest=no                  ; Allow or reject guest calls (default is yes)
                                ; If your Asterisk is connected to the Internet
                                ; and you have allowguest=yes
                                ; you want to check which services you offer 
everyone
                                ; out there, by enabling them in the default 
context (see below).
;allowsubscribe=no              ; Disable support for subscriptions.
(Default is yes)
allowoverlap=no                 ; Disable overlap dialing support.
(Default is yes) <--- btw this one is funny
;promiscredir = no              ; If yes, allows 302 or REDIR to
non-local SIP address
                                ; Note that promiscredir when
redirects are made to the
                                ; local system will cause loops since
Asterisk is incapable
                                ; of performing a "hairpin" call.
;callcounter = yes              ; Enable call counters on devices.
This can be set per
                                ; device too.

-- 
~~~ Andrew "lathama" Latham lath...@gmail.com ~~~

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to