mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
chan_sip: Remove deprecated module.
ASTERISK-30297 Change-Id: Ic700168c80b68879d9cee8bb07afe2712fb17996
This commit is contained in:
committed by
George Joseph
parent
e66c5da145
commit
4095a382da
@@ -4,12 +4,12 @@
|
||||
; Creating entries in users.conf is a "shorthand" for creating individual
|
||||
; entries in each configuration file. Using users.conf is not intended to
|
||||
; provide you with as much flexibility as using the separate configuration
|
||||
; files (e.g. sip.conf, iax.conf, etc) but is intended to accelerate the
|
||||
; files (e.g. iax.conf, etc) but is intended to accelerate the
|
||||
; simple task of adding users. Note that creating individual items (e.g.
|
||||
; custom SIP peers, IAX friends, etc.) will allow you to override specific
|
||||
; 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.
|
||||
; IAX friends, etc.) will allow you to override specific 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]
|
||||
@@ -30,10 +30,6 @@ hasvoicemail = yes
|
||||
;
|
||||
vmsecret = 1234
|
||||
;
|
||||
; Create SIP Peer
|
||||
;
|
||||
hassip = yes
|
||||
;
|
||||
; Create IAX friend
|
||||
;
|
||||
hasiax = yes
|
||||
@@ -94,7 +90,6 @@ pickupgroup = 1
|
||||
;dahdichan = 1
|
||||
;hasvoicemail = yes
|
||||
;vmsecret = 1234
|
||||
;hassip = yes
|
||||
;hasiax = no
|
||||
;hash323 = no
|
||||
;hasmanager = no
|
||||
|
||||
Reference in New Issue
Block a user