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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110628/95ec7b50/attachment.htm>
Andrew Latham
2011-Jun-28 21:04 UTC
[asterisk-users] Clarification of the terms shown on CLI
On Tue, Jun 28, 2011 at 4:53 PM, Bruce B <bruceb444 at 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? > Thanksfrom 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 lathama at gmail.com ~~~