[asterisk-commits] mmichelson: trunk r257032 - /trunk/configs/sip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 13 11:18:19 CDT 2010
Author: mmichelson
Date: Tue Apr 13 11:18:16 2010
New Revision: 257032
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=257032
Log:
Update sample dialstrings in sip.conf.sample file.
Modified:
trunk/configs/sip.conf.sample
Modified: trunk/configs/sip.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=257032&r1=257031&r2=257032
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Tue Apr 13 11:18:16 2010
@@ -50,6 +50,14 @@
; exclamation mark after the dial string, like
;
; SIP/sales at mysipproxy!sales at edvina.net
+;
+; A new feature for 1.8 allows one to specify a host or IP address to use
+; when routing the call. This is typically used in tandem with func_srv if
+; multiple methods of reaching the same domain exist. The host or IP address
+; is specified after the third slash in the dialstring. Examples:
+;
+; SIP/devicename/extension/IPorHost
+; SIP/username at domain//IPorHost
;
; CLI Commands
; -------------------------------------------------------------
More information about the asterisk-commits
mailing list