[asterisk-commits] mmichelson: testsuite/asterisk/trunk r3268 - /asterisk/trunk/tests/channels/S...
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Jun 19 12:23:18 CDT 2012
    
    
  
Author: mmichelson
Date: Tue Jun 19 12:23:14 2012
New Revision: 3268
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3268
Log:
Give explicit bindaddr for the sip_outbound_proxy test.
Modified:
    asterisk/trunk/tests/channels/SIP/sip_outbound_proxy/configs/ast1/sip.conf
Modified: asterisk/trunk/tests/channels/SIP/sip_outbound_proxy/configs/ast1/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/sip_outbound_proxy/configs/ast1/sip.conf?view=diff&rev=3268&r1=3267&r2=3268
==============================================================================
--- asterisk/trunk/tests/channels/SIP/sip_outbound_proxy/configs/ast1/sip.conf (original)
+++ asterisk/trunk/tests/channels/SIP/sip_outbound_proxy/configs/ast1/sip.conf Tue Jun 19 12:23:14 2012
@@ -4,6 +4,7 @@
 ;is not used.
 nat=no
 outboundproxy=127.0.0.1:5062
+bindaddr=127.0.0.1:5060
 
 [authentication]
 auth=who:cares at sipp.test
    
    
More information about the asterisk-commits
mailing list