<div>
<style type="text/css">
.successful a, .successful a:visited, .successful a:link, .successful a:hover,.successful  a:active {color:#393}
.failed a, .failed a:visited, .failed a:link, .failed a:hover,.failed  a:active {color:#d62829}
td a, td a:link, td a:visited, td a:hover, td a:active {background:transparent;font-family: Arial, sans-serif;text-decoration:underline;}
td a:link {color:#369;}
td a:visited {color:#444;}
td a:hover, td a:active {color:#036;}
td a:hover {text-decoration:none;}
</style>
<font size="2" color="black" face="Arial, Helvetica, sans-serif" style="font-family: Arial, sans-serif;font-size: 13px;color:#000">
<table align="center" border="0" cellpadding="5" cellspacing="0" width="98%">
<tr>
        <td style="vertical-align:top">
        <table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#ffe6e7;border-top:1px solid #eec0c0;border-bottom:1px solid #eec0c0;color:#d62829;">
        <tr>
        <td width="20" style="vertical-align:top;padding:5px 0 5px 10px">
            <img src="http://bamboo.asterisk.org/images/jt/icn_plan_failed.gif" width="15" height="15">
        </td>
        <td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#d62829;padding:5px 10px">
            <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/" style="font-family: Arial, sans-serif; font-size: 15px; font-weight:bold; color:#d62829">AST-TRUNK32-58</a>
            <span class="failed" style="font-family: Arial, sans-serif; font-size: 14px;">failed.</span>
            <span class="failed" style="font-family: Arial, sans-serif; font-size: 13px;">
            <br/>Code has been updated by <a href="http://bamboo.asterisk.org/browse/author/twilson">twilson</a>, <a href="http://bamboo.asterisk.org/browse/user/mmichelson">Mark Michelson</a>, <a href="http://bamboo.asterisk.org/browse/author/rmudgett">rmudgett</a>, <a href="http://bamboo.asterisk.org/browse/user/pabelanger">Paul Belanger</a>, <a href="http://bamboo.asterisk.org/browse/user/tilghman">Tilghman Lesher</a>.
                <br/>No failed tests found, a possible compilation error.
            </span>
        </td>
        </tr>
        </table>
        <br>


   <table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;">
        <tr>
            <td width="60%" style="font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px">
                <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/commit" style="text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036" >Code Changes</a>
            </td>
            <td width="40%" style="font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px">
                <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/commit" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">View all 5 code changes</a><img src="http://bamboo.asterisk.org/images/icons/more.gif" width="15" height="15" style="vertical-align:middle;padding:2px">
            </td>
        </tr>
   </table>
   <table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr><td width="20" style="vertical-align:top;padding:10px 0 0px 10px">
                        <img src="http://bamboo.asterisk.org/images/icons/businessman.gif" width="15" height="15">
                    </td>
                    <td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px">
                        <a href="http://bamboo.asterisk.org/browse/user/mmichelson" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                           Mark Michelson</a><br>
                        Merged revisions 292741 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.8">https://origsvn.digium.com/svn/asterisk/branches/1.8</a><br/>
<br/>
........<br/>
&nbsp;&nbsp;r292741 | mmichelson | 2010-10-22 12:09:52 -0500 (Fri, 22 Oct 2010) | 12 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Prevent multiple runs of event_sub_test from producing false failure results.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;The array of test subscriptions was declared &quot;static,&quot; meaning that the<br/>
&nbsp;&nbsp;data.count field would retain its value between runs of the test. After the<br/>
&nbsp;&nbsp;first test run, this would result in false reports of test failures.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;I chose to just remove the &quot;static&quot; keyword from the structure since it's not<br/>
&nbsp;&nbsp;a huge deal to construct this structure during each run of the test. Another<br/>
&nbsp;&nbsp;alternative would have been to zero out the data.count fields of each test<br/>
&nbsp;&nbsp;subscription instead.<br/>
........<br/>

                    </td>
                    <td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
                         (292742)
                    </td></tr>
                <tr><td width="20" style="vertical-align:top;padding:10px 0 0px 10px">
                        <img src="http://bamboo.asterisk.org/images/icons/businessman.gif" width="15" height="15">
                    </td>
                    <td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px">
                        <a href="http://bamboo.asterisk.org/browse/user/tilghman" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                           Tilghman Lesher</a><br>
                        Merged revisions 292667 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.8">https://origsvn.digium.com/svn/asterisk/branches/1.8</a><br/>
<br/>
........<br/>
&nbsp;&nbsp;r292667 | tilghman | 2010-10-21 17:09:25 -0500 (Thu, 21 Oct 2010) | 2 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Compile correctly on Linux (asterisk/localtime.h depends upon asterisk/autoconfig.h loading first).<br/>
........<br/>

                    </td>
                    <td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
                         (292668)
                    </td></tr>
                <tr><td width="20" style="vertical-align:top;padding:10px 0 0px 10px">
                        <img src="http://bamboo.asterisk.org/images/icons/businessman.gif" width="15" height="15">
                    </td>
                    <td width="100%" style="font-family: Arial, sans-serif; font-size: 13px; color:#000;vertical-align:top;padding:10px 10px 0px 10px">
                        <a href="http://bamboo.asterisk.org/browse/author/twilson" style="font-family: Arial, sans-serif; font-size: 13px; font-weight:bold; color:#000">
                           twilson</a><br>
                        Merged revisions 292740 via svnmerge from <br/>
<a href="https://origsvn.digium.com/svn/asterisk/branches/1.8">https://origsvn.digium.com/svn/asterisk/branches/1.8</a><br/>
<br/>
........<br/>
&nbsp;&nbsp;r292740 | twilson | 2010-10-22 09:49:34 -0700 (Fri, 22 Oct 2010) | 45 lines<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Add TLS cert helper script<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;This script is useful for quickly generating self-signed CA, server, and client<br/>
&nbsp;&nbsp;certificates for use with Asterisk. It is still recommended to obtain<br/>
&nbsp;&nbsp;certificates from a recognized Certificate Authority and to develop an<br/>
&nbsp;&nbsp;understanding how SSL certificates work. Real security is hard work.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;OPTIONS:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-h&nbsp; Show this message<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-m&nbsp; Type of cert &quot;client&quot; or &quot;server&quot;. Defaults to server.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-f&nbsp; Config filename (openssl config file format)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-c&nbsp; CA cert filename (creates new CA cert/key as ca.crt/ca.key if not passed)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-k&nbsp; CA key filename<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-C&nbsp; Common name (cert field)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;For a server cert, this should be the same address that clients<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attempt to connect to. Usually this will be the Fully Qualified<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Domain Name, but might be the IP of the server. For a CA or client<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cert, it is merely informational. Make sure your certs have unique<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;common names.<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-O&nbsp; Org name (cert field)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An informational string (company name)<br/>
&nbsp;&nbsp;&nbsp;&nbsp;-o&nbsp; Output filename base (defaults to asterisk) <br/>
&nbsp;&nbsp;&nbsp;&nbsp;-d&nbsp; Output directory (defaults to the current directory)<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;Example:<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;To create a CA and a server (pbx.mycompany.com) cert with output in /tmp:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;ast_tls_cert -C pbx.mycompany.com -O &quot;My Company&quot; -d /tmp<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;This will create a CA cert and key as well as asterisk.pem and the the two<br/>
&nbsp;&nbsp;files that it is made from: asterisk.crt and asterisk.key. Copy asterisk.pem<br/>
&nbsp;&nbsp;and ca.crt somewhere (like /etc/asterisk) and set tlscertfile=/etc/asterisk.pem<br/>
&nbsp;&nbsp;and tlscafile=/etc/ca.crt. Since this is a self-signed key, many devices will<br/>
&nbsp;&nbsp;require you to import the ca.crt file as a trusted cert.<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;To create a client cert using the CA cert created by the example above:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;ast_tls_cert -m client -c /tmp/ca.crt -k /tmp/ca.key -C &quot;Joe User&quot; -O &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;My Company&quot; -d /tmp -o joe_user<br/>
&nbsp;&nbsp;<br/>
&nbsp;&nbsp;This will create client.crt/key/pem in /tmp. Use this if your device supports<br/>
&nbsp;&nbsp;a client certificate. Make sure that you have the ca.crt file set up as<br/>
&nbsp;&nbsp;a tlscafile in the necessary Asterisk configs. Make backups of all .key files<br/>
&nbsp;&nbsp;in case you need them later.<br/>
........<br/>

                    </td>
                    <td width="60" style="font-family: Arial, sans-serif; font-size: 13px; ;color:#036;vertical-align:top;padding:10px 10px 0px 10px">
                         (292743)
                    </td></tr>
            <tr><td colspan="3">
                <br/><a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/commit" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">2 more changes...</a>
            </td></tr>
    </table><br>
     


            <table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;">
                <tr>
                    <td width="60%" style="font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;padding:5px 10px">
                        <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/log" style="text-decoration: none; font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036" >Error Summary</a>
                    </td>
                    <td width="40%" style="font-family: Arial, sans-serif;text-align:right;font-size:13px;color:#036;padding:5px 10px">
                        <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/log" style="font-family: Arial, sans-serif; font-size: 13px;color:#036">See full build log</a>
                        <img src="http://bamboo.asterisk.org/images/icons/more.gif" width="15" height="15" style="vertical-align:middle;padding:2px">
                    </td>
                </tr>
            </table>

            <table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#f2f2f2;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;color:#000;margin-top:5px;padding:10px">
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    Could not find ant Junit test results in the /srv/bamboo/xml-data/build-dir/AST-TRUNK32 directory.<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    install: cannot remove `/usr/local/bin/bamboo/build-asterisk.sh': Operation not permitted<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    ./configure: line 6378: echo: write error: Broken pipe<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    Package gtk+-2.0 was not found in the pkg-config search path.<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    Perhaps you should add the directory containing `gtk+-2.0.pc'<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    to the PKG_CONFIG_PATH environment variable<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    No package 'gtk+-2.0' found<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    Package gtk+-2.0 was not found in the pkg-config search path.<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    Perhaps you should add the directory containing `gtk+-2.0.pc'<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    to the PKG_CONFIG_PATH environment variable<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    No package 'gtk+-2.0' found<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    cc1: warnings being treated as errors<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    sig_pri.c: In function ?sig_pri_transfer_rsp?:<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    sig_pri.c:1946: error: implicit declaration of function ?pri_transfer_rsp?<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    make[1]: *** [sig_pri.o] Error 1<br/>
                </td>
                </tr>
               <tr>
                <td width="100%" style="font-family:'Courier New', Courier, monospace; font-size: 12px; color:#000;vertical-align:top">
                    make: *** [channels] Error 2<br/>
                </td>
                </tr>
            </table>
            <br />

        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr><td colspan="2" align="center" style="font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top;padding:20px;padding-bottom:10px">
                Email generated by <a href="http://bamboo.asterisk.org" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">Atlassian Bamboo</a> - if you wish to stop receiving these emails edit your  <a href="http://bamboo.asterisk.org/profile/userNotifications.action" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">user profile</a> or <a href="http://bamboo.asterisk.org/viewAdministrators.action" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">notify your administrator</a>
            </td>
            </tr>
            <tr><td colspan="2" align="center" style="font-family: Arial, sans-serif;text-align:center;font-size:11px;font-weight:bold;color:#999;vertical-align:top">
                <a href="http://www.atlassian.com/software/ideconnector/" style="font-family: Arial, sans-serif; font-size: 11px; color:#999">Want this information in your IDE?</a>
            </td></tr>
        </table>
    </td>
    <td width="150" style="vertical-align:top">
        <table width="150" border="0" cellpadding="0" cellspacing="0" style="background-color:#ecf1f7;border-top:1px solid #bbd0e5;border-bottom:1px solid #bbd0e5;color:#036;">
            <tr>
                <td style="font-family: Arial, sans-serif;text-align:left;font-size:16px;font-weight:bold;color:#036;vertical-align:top;padding:5px 10px">
                    Actions
                </td>
            </tr>
        </table>
        <table width="150" border="0" cellpadding="0" cellspacing="0" style="background-color:#f5f9fc;border-bottom:1px solid #bbd0e5;">
            <tr>
                <td style="font-family: Ariel, sans-serif; font-size: 13px; color:#036;vertical-align:top;padding:5px 10px;line-height:1.7">
                    <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">View Online</a>
                    <br>
                    <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/comment" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Add Comments</a>
                    <br>
                    <a href="http://bamboo.asterisk.org/browse/AST-TRUNK32-58/artifact" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">View Artifacts</a>
                    <br>
                    <a href="http://bamboo.asterisk.org/download/AST-TRUNK32/build_logs/AST-TRUNK32-58.log" style="font-family: Arial, sans-serif; font-size: 13px; color:#036">Download Logs</a>
                    <br>
                </td>
            </tr>
        </table>
    </td>
<tr>
</table>
</font>
</div>