mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Clarify syntax changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@277028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
; IP address connected to the Internet, you will want to learn
|
; IP address connected to the Internet, you will want to learn
|
||||||
; about the various security settings BEFORE you start
|
; about the various security settings BEFORE you start
|
||||||
; Asterisk.
|
; Asterisk.
|
||||||
|
;
|
||||||
; Especially note the following settings:
|
; Especially note the following settings:
|
||||||
; - allowguest (default enabled)
|
; - allowguest (default enabled)
|
||||||
; - permit/deny - IP address filters
|
; - permit/deny - IP address filters
|
||||||
@@ -21,6 +22,8 @@
|
|||||||
; SIP/username@domain (SIP uri)
|
; SIP/username@domain (SIP uri)
|
||||||
; SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
|
; SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
|
||||||
; SIP/devicename/extension
|
; SIP/devicename/extension
|
||||||
|
; SIP/devicename/extension/IPorHost
|
||||||
|
; SIP/username@domain//IPorHost
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
; Devicename
|
; Devicename
|
||||||
@@ -45,6 +48,9 @@
|
|||||||
; SIP/sales:topsecret::account02@domain.com:5062
|
; SIP/sales:topsecret::account02@domain.com:5062
|
||||||
; SIP/12345678::bc53f0ba8ceb1ded2b70e05c3f91de4f:myname@192.168.0.1
|
; SIP/12345678::bc53f0ba8ceb1ded2b70e05c3f91de4f:myname@192.168.0.1
|
||||||
;
|
;
|
||||||
|
; IPorHost
|
||||||
|
; The next server for this call regardless of domain/peer
|
||||||
|
;
|
||||||
; All of these dial strings specify the SIP request URI.
|
; All of these dial strings specify the SIP request URI.
|
||||||
; In addition, you can specify a specific To: header by adding an
|
; In addition, you can specify a specific To: header by adding an
|
||||||
; exclamation mark after the dial string, like
|
; exclamation mark after the dial string, like
|
||||||
@@ -67,7 +73,8 @@
|
|||||||
;
|
;
|
||||||
; sip set debug on Show all SIP messages
|
; sip set debug on Show all SIP messages
|
||||||
;
|
;
|
||||||
; module reload chan_sip.so Reload configuration file
|
; sip reload Reload configuration file
|
||||||
|
; sip show settings Show the current channel configuration
|
||||||
;
|
;
|
||||||
;------- Naming devices ------------------------------------------------------
|
;------- Naming devices ------------------------------------------------------
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user