[asterisk-commits] mmichelson: branch group/pimp_my_sip r3629 - /asterisk/team/group/pimp_my_sip...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 30 14:59:05 CST 2013


Author: mmichelson
Date: Wed Jan 30 14:59:02 2013
New Revision: 3629

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3629
Log:
Add res_sip.conf and modules.conf for OPTIONS test.

My local res_sip.conf was not binding to the expected address, thus causing
the test to fail. Adding common config will make this pass on any box.


Added:
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf   (with props)
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf   (with props)

Added: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf?view=auto&rev=3629
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf (added)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf Wed Jan 30 14:59:02 2013
@@ -1,0 +1,7 @@
+[modules]
+preload => res_sorcery_config.so
+preload => res_sorcery_memory.so
+load => res_sip.so
+load => res_sip_logger.so
+load => res_sip_endpoint_identifier_constant.so
+load => pbx_config.so

Propchange: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf?view=auto&rev=3629
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf (added)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf Wed Jan 30 14:59:02 2013
@@ -1,0 +1,8 @@
+[mytransport]
+type=transport
+protocol=udp
+bind=127.0.0.1:5060
+
+[sipp]
+type=endpoint
+context=default

Propchange: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/res_sip.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list