[asterisk-commits] file: branch group/pimp_my_sip r3696 - in /asterisk/team/group/pimp_my_sip/te...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 9 10:11:15 CDT 2013


Author: file
Date: Tue Apr  9 10:11:11 2013
New Revision: 3696

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3696
Log:
The astdb sorcery module is now being used as a default wizard.

Modified:
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_user/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_user/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_user/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf
    asterisk/team/group/pimp_my_sip/tests/channels/gulp/incoming_calls_without_auth/configs/ast1/modules.conf

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_host/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_user/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_user/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_user/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/md5/ident_by_user/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_host/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_user/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_user/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_user/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/authed/userpass/ident_by_user/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_host/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_user/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_user/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_user/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/basic_calls/incoming/nominal/unauthed/ident_by_user/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so

Modified: 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=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/handle_options_request/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -1,6 +1,7 @@
 [modules]
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_endpoint_identifier_constant.so

Modified: asterisk/team/group/pimp_my_sip/tests/channels/gulp/incoming_calls_without_auth/configs/ast1/modules.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/group/pimp_my_sip/tests/channels/gulp/incoming_calls_without_auth/configs/ast1/modules.conf?view=diff&rev=3696&r1=3695&r2=3696
==============================================================================
--- asterisk/team/group/pimp_my_sip/tests/channels/gulp/incoming_calls_without_auth/configs/ast1/modules.conf (original)
+++ asterisk/team/group/pimp_my_sip/tests/channels/gulp/incoming_calls_without_auth/configs/ast1/modules.conf Tue Apr  9 10:11:11 2013
@@ -2,6 +2,7 @@
 autoload = no
 preload => res_sorcery_config.so
 preload => res_sorcery_memory.so
+preload => res_sorcery_astdb.so
 load => res_sip.so
 load => res_sip_logger.so
 load => res_sip_session.so




More information about the asterisk-commits mailing list