[asterisk-commits] mnicholson: testsuite/asterisk/trunk r784 - in /asterisk/trunk/tests: cdr/app...
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Sep  1 11:07:35 CDT 2010
    
    
  
Author: mnicholson
Date: Wed Sep  1 11:07:31 2010
New Revision: 784
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=784
Log:
Use pedantic = no
Modified:
    asterisk/trunk/tests/cdr/app_queue/configs/sip.conf
    asterisk/trunk/tests/sip/handle_response_refer/configs/sip.conf
Modified: asterisk/trunk/tests/cdr/app_queue/configs/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/app_queue/configs/sip.conf?view=diff&rev=784&r1=783&r2=784
==============================================================================
--- asterisk/trunk/tests/cdr/app_queue/configs/sip.conf (original)
+++ asterisk/trunk/tests/cdr/app_queue/configs/sip.conf Wed Sep  1 11:07:31 2010
@@ -2,4 +2,5 @@
 udpbindaddr = 127.0.0.1:5060
 bindaddr = 127.0.0.1
 canreinvite = no
+pedantic = no
 
Modified: asterisk/trunk/tests/sip/handle_response_refer/configs/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/sip/handle_response_refer/configs/sip.conf?view=diff&rev=784&r1=783&r2=784
==============================================================================
--- asterisk/trunk/tests/sip/handle_response_refer/configs/sip.conf (original)
+++ asterisk/trunk/tests/sip/handle_response_refer/configs/sip.conf Wed Sep  1 11:07:31 2010
@@ -1,3 +1,4 @@
 [general]
 udpbindaddr = 127.0.0.1:5060
+pedantic = no
 
    
    
More information about the asterisk-commits
mailing list