From a9ad97ba79e6b8c50ad32b44a44dee72337ed6bd Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 29 Jun 2006 07:19:27 +0000 Subject: add documentation for peer-specific 'outboundproxy' setting git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@36253 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 9e2d63328..7cf083761 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -308,6 +308,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; rtptimeout ; rtpholdtimeout ; sendrpid +; outboundproxy ;[sip_proxy] ; For incoming calls only. Example: FWD (Free World Dialup) @@ -318,14 +319,15 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;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 -- cgit v1.2.3