[asterisk-commits] jrose: branch jrose/sip_tls_call_branch r1665 - in /asterisk/team/jrose/sip_t...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 21 12:28:05 CDT 2011
Author: jrose
Date: Tue Jun 21 12:28:01 2011
New Revision: 1665
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1665
Log:
Been trying to commit this for a while now, but got stuck on something about mimes. Even in computer science, mimes are still not fun.
Added:
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/extensions.conf (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/sip.conf (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/extensions.conf (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/sip.conf (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper1 (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper2 (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.cfg (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.crt (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.key (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.crt (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.csr (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.key (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.pem (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.crt (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.csr (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.key (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.pem (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/tmp.cfg (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/run-test (with props)
asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/test-config.yaml (with props)
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/extensions.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/extensions.conf?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/extensions.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/extensions.conf
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/extensions.conf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/manager.general.conf.inc
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/sip.conf?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/sip.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/sip.conf
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast1/sip.conf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/extensions.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/extensions.conf?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/extensions.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/extensions.conf
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/extensions.conf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/manager.general.conf.inc
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/sip.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/sip.conf?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/sip.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/sip.conf
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/ast2/sip.conf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper1
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper1?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper1
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper2
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper2?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/helper2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.cfg
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.cfg?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.cfg
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.cfg
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.cfg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.crt
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.crt?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.crt
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.key
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.key?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/ca.key
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.crt
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.crt?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.crt
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.csr
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.csr?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.csr
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.key
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.key?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.key
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.pem
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.pem?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverA.pem
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.crt
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.crt?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.crt
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.csr
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.csr?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.csr
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.key
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.key?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.key
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.pem
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.pem?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/serverB.pem
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/tmp.cfg
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/tmp.cfg?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/tmp.cfg
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/tmp.cfg
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/configs/keys/tmp.cfg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/run-test?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/run-test
------------------------------------------------------------------------------
svn:executable = *
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/run-test
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/test-config.yaml?view=auto&rev=1665
==============================================================================
Binary file - no diff available.
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/test-config.yaml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/test-config.yaml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Rev URL"
Propchange: asterisk/team/jrose/sip_tls_call_branch/tests/channels/SIP/sip_tls_call/test-config.yaml
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the asterisk-commits
mailing list