[svn-commits] branch 1.2 r36253 -
/branches/1.2/configs/sip.conf.sample
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 29 00:19:28 MST 2006
Author: kpfleming
Date: Thu Jun 29 02:19:27 2006
New Revision: 36253
URL: http://svn.digium.com/view/asterisk?rev=36253&view=rev
Log:
add documentation for peer-specific 'outboundproxy' setting
Modified:
branches/1.2/configs/sip.conf.sample
Modified: branches/1.2/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/sip.conf.sample?rev=36253&r1=36252&r2=36253&view=diff
==============================================================================
--- branches/1.2/configs/sip.conf.sample (original)
+++ branches/1.2/configs/sip.conf.sample Thu Jun 29 02:19:27 2006
@@ -308,6 +308,7 @@
; rtptimeout
; rtpholdtimeout
; sendrpid
+; outboundproxy
;[sip_proxy]
; For incoming calls only. Example: FWD (Free World Dialup)
@@ -318,14 +319,15 @@
;host=fwd.pulver.com
;[sip_proxy-out]
-;type=peer ; we only want to call out, not be called
+;type=peer ; we only want to call out, not be called
;secret=guessit
-;username=yourusername ; Authentication user for outbound proxies
-;fromuser=yourusername ; Many SIP providers require this!
+;username=yourusername ; Authentication user for outbound proxies
+;fromuser=yourusername ; Many SIP providers require this!
;fromdomain=provider.sip.domain
;host=box.provider.com
-;usereqphone=yes ; This provider requires ";user=phone" on URI
-;call-limit=5 ; permit only 5 simultaneous outgoing calls to this peer
+;usereqphone=yes ; This provider requires ";user=phone" on URI
+;call-limit=5 ; permit only 5 simultaneous outgoing calls to this peer
+;outboundproxy=proxy.provider.domain ; send outbound signaling to this proxy, not directly to the peer
;------------------------------------------------------------------------------
; Definitions of locally connected SIP phones
More information about the svn-commits
mailing list