[asterisk-commits] oej: branch oej/pinetree-trunk r215109 - /team/oej/pinetree-trunk/configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 1 08:55:14 CDT 2009


Author: oej
Date: Tue Sep  1 08:55:09 2009
New Revision: 215109

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=215109
Log:
Adding docs for this new feature

Modified:
    team/oej/pinetree-trunk/configs/sip.conf.sample

Modified: team/oej/pinetree-trunk/configs/sip.conf.sample
URL: http://svn.asterisk.org/svn-view/asterisk/team/oej/pinetree-trunk/configs/sip.conf.sample?view=diff&rev=215109&r1=215108&r2=215109
==============================================================================
--- team/oej/pinetree-trunk/configs/sip.conf.sample (original)
+++ team/oej/pinetree-trunk/configs/sip.conf.sample Tue Sep  1 08:55:09 2009
@@ -873,6 +873,7 @@
 ; allow
 ; disallow
 ; insecure
+; matchrule
 ; trustrpid
 ; progressinband
 ; promiscredir
@@ -1142,3 +1143,19 @@
                                 ; if the nat option is enabled. If a single RTP packet is received Asterisk will know the
                                 ; external IP address of the remote device. If port forwarding is done at the client side
                                 ; then UDPTL will flow to the remote device.
+
+; ---------------------------- Ignoring a proxy ------------------------------------------------------------------------
+; If you have an inbound proxy in your network and want Asterisk to identify, and possibly authenticate, the device
+; behind that proxy instead of the proxy, add a peer for the proxy and set matchrule to "secondvia".
+; Other settings are "lastvia" if you want to identify the sender, regardless of number of proxys,
+; and "normal" (which is the default).
+;
+; This setting only works for peers and only for matching on IP and port (for the actual proxy that you want to ignore)
+; Asterisk will first match the inbound proxy, which should be in-memory, and then look for a peer that matches
+; the IP and port of the second via. This device can be in memory or in the realtime database, depending upon
+; your preference.
+;
+;[inboundproxy]
+;type=peer
+;host=proxy.edvina.net
+;matchrule=secondvia




More information about the asterisk-commits mailing list