mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +00:00
Improve documentation of users.conf items.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43135 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7,16 +7,39 @@
|
|||||||
; files (e.g. sip.conf, iax.conf, etc) but is intended to accelerate the
|
; files (e.g. sip.conf, iax.conf, etc) but is intended to accelerate the
|
||||||
; simple task of adding users. Note that creating individual items (e.g.
|
; simple task of adding users. Note that creating individual items (e.g.
|
||||||
; custom SIP peers, IAX friends, etc.) will allow you to override specific
|
; custom SIP peers, IAX friends, etc.) will allow you to override specific
|
||||||
; parameters within this file.
|
; parameters within this file. Parameter names here are the same as they
|
||||||
|
; appear in the other configuration files. There is no way to change the
|
||||||
|
; value of a parameter here for just one subsystem.
|
||||||
;
|
;
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
|
;
|
||||||
|
; Full name of a user
|
||||||
|
;
|
||||||
fullname = New User
|
fullname = New User
|
||||||
|
;
|
||||||
|
; Starting point of allocation of extensions
|
||||||
|
;
|
||||||
userbase = 6000
|
userbase = 6000
|
||||||
|
;
|
||||||
|
; Create voicemail mailbox and use use macro-stdexten
|
||||||
|
;
|
||||||
hasvoicemail = yes
|
hasvoicemail = yes
|
||||||
|
;
|
||||||
|
; Create SIP Peer
|
||||||
|
;
|
||||||
hassip = yes
|
hassip = yes
|
||||||
|
;
|
||||||
|
; Create IAX friend
|
||||||
|
;
|
||||||
hasiax = yes
|
hasiax = yes
|
||||||
|
;
|
||||||
|
; Create manager entry
|
||||||
|
;
|
||||||
hasmanager = no
|
hasmanager = no
|
||||||
|
;
|
||||||
|
; Remaining options are not specific to users.conf entries but are general.
|
||||||
|
;
|
||||||
callwaiting = yes
|
callwaiting = yes
|
||||||
threewaycalling = yes
|
threewaycalling = yes
|
||||||
callwaitingcallerid = yes
|
callwaitingcallerid = yes
|
||||||
|
|||||||
Reference in New Issue
Block a user