aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-16 12:13:45 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-16 12:13:45 +0000
commit33d90abf9b76a5d4baee6257af038a9cf677f9a1 (patch)
treebaabbc733910202c331723f0ffd4b63e5193f7bd /configs/sip.conf.sample
parentefdf295a64c7451fa4ccf005304cfe6dfd2b4146 (diff)
Clarify syntax changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@277028 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample9
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 30327dde3..ea83d483e 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -7,6 +7,7 @@
; IP address connected to the Internet, you will want to learn
; about the various security settings BEFORE you start
; Asterisk.
+;
; Especially note the following settings:
; - allowguest (default enabled)
; - permit/deny - IP address filters
@@ -21,6 +22,8 @@
; SIP/username@domain (SIP uri)
; SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
; SIP/devicename/extension
+; SIP/devicename/extension/IPorHost
+; SIP/username@domain//IPorHost
;
;
; Devicename
@@ -45,6 +48,9 @@
; SIP/sales:topsecret::account02@domain.com:5062
; 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.
; In addition, you can specify a specific To: header by adding an
; exclamation mark after the dial string, like
@@ -67,7 +73,8 @@
;
; 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 ------------------------------------------------------
;