<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2171/18/9/_/styles/combined.css?spaceKey=TOP&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/TOP/AstriCon+2011+-+Material+Prep">AstriCon 2011 - Material Prep</a></h2>
    <h4>Page <b>edited</b> by             <a href="https://wiki.asterisk.org/wiki/display/~beagles">Brent Eagles</a>
    </h4>
        <br/>
                         <h4>Changes (6)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" ># Distributed application <br>## Rationale (redundancy, scalability, extensibility, etc.)  *(KH)* <br></td></tr>
            <tr><td class="diff-unchanged" >## [Ice (services, language bindings, etc.)] *(BAE)* <br></td></tr>
            <tr><td class="diff-unchanged" >## Asterisk SCF API (broken down into functional areas) <br>### Core (Endpoints, Routing, Discovery) *(JCC)* <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >### Bridging <br>### (etc.) <br></td></tr>
            <tr><td class="diff-changed-lines" ># <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">[</span>Accessing</span> and building Asterisk <span class="diff-changed-words">SCF<span class="diff-added-chars"style="background-color: #dfd;">|Building]</span></span> *(BAE)* _in-so-far that I&#39;ve taken the git repos and ice already, I&#39;ll do up the intro/preamble as well_ <br></td></tr>
            <tr><td class="diff-changed-lines" >## <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">[</span>custom Ice<span class="diff-added-chars"style="background-color: #dfd;">|Building#Ice]</span></span> *(BAE)* <br></td></tr>
            <tr><td class="diff-changed-lines" >## <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">[</span>git repositories<span class="diff-added-chars"style="background-color: #dfd;">|Building#git]</span></span> (explain integration / release repos)  *(BAE)* <br></td></tr>
            <tr><td class="diff-unchanged" >## CMake (mention cross-platform goals) *(JCC)* <br># Component implementation <br>## C++ (rationale)  *(KH)* <br></td></tr>
            <tr><td class="diff-unchanged" >## [Component base class] *(BAE)* <br></td></tr>
            <tr><td class="diff-unchanged" >## Configuration (push nature) *(MCM)* <br>## Replication  <br></td></tr>
            <tr><td class="diff-unchanged" >## [Thread pool] *(BAE)* <br></td></tr>
            <tr><td class="diff-unchanged" ># Examples _Team effort/collaboration?_ <br>## Call walkthrough (sequence diagram or slide-by-slide) <br>## Adding hooks to the Call Walkthrough <br></td></tr>
            <tr><td class="diff-changed-lines" ># <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">[</span>Testing<span class="diff-added-chars"style="background-color: #dfd;">|TestingASCF]</span></span> *(BAE)* <br></td></tr>
            <tr><td class="diff-changed-lines" >## <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">[</span>Unit tests<span class="diff-added-chars"style="background-color: #dfd;">|TestingASCF#UnitTests]</span></span> *(BAE)* <br></td></tr>
            <tr><td class="diff-changed-lines" >## <span class="diff-changed-words"><span class="diff-added-chars"style="background-color: #dfd;">[</span>Test framework<span class="diff-added-chars"style="background-color: #dfd;">|TestingASCF#Framework]</span></span> *(BAE)* <br></td></tr>
            <tr><td class="diff-unchanged" ># Process overview *(MCM)* <br>## Reporting issues (Jira) <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <div class='panelMacro'><table class='warningMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/forbidden.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>This page is a work in progress, subject to change in a rapid (and potentially violent) fashion.</td></tr></table></div>

<p>This page contains an outline of topics to be presented at the Asterisk SCF Developer Introduction session of AstriCon. </p>

<h2><a name="AstriCon2011-MaterialPrep-TopicOutline"></a>Topic Outline</h2>

<ol>
        <li>Distributed application
        <ol>
                <li>Rationale (redundancy, scalability, extensibility, etc.)  <b>(KH)</b></li>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=Ice+%28services%2C+language+bindings%2C+etc.%29&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Ice &#40;services, language bindings, etc.&#41;</a> <b>(BAE)</b></li>
                <li>Asterisk SCF API (broken down into functional areas)
                <ol>
                        <li>Core (Endpoints, Routing, Discovery) <b>(JCC)</b></li>
                        <li>System (Component, Hook, Logger, etc.) <b>(KH)</b></li>
                        <li>Session Communications <b>(JCC)</b></li>
                        <li>Media <b>(JCC)</b></li>
                </ol>
                </li>
                <li>Components <b>(MCM)</b>
                <ol>
                        <li>Service Locator</li>
                        <li>SIP</li>
                        <li>Routing</li>
                        <li>Bridging</li>
                        <li>(etc.)</li>
                </ol>
                </li>
        </ol>
        </li>
        <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=Building&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Accessing and building Asterisk SCF</a> <b>(BAE)</b> <em>in-so-far that I've taken the git repos and ice already, I'll do up the intro/preamble as well</em>
        <ol>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=Building&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">custom Ice</a> <b>(BAE)</b></li>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=Building&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">git repositories</a> (explain integration / release repos)  <b>(BAE)</b></li>
                <li>CMake (mention cross-platform goals) <b>(JCC)</b></li>
        </ol>
        </li>
        <li>Component implementation
        <ol>
                <li>C++ (rationale)  <b>(KH)</b></li>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=Component+base+class&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Component base class</a> <b>(BAE)</b></li>
                <li>Configuration (push nature) <b>(MCM)</b></li>
                <li>Replication</li>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=Thread+pool&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Thread pool</a> <b>(BAE)</b></li>
        </ol>
        </li>
        <li>Examples <em>Team effort/collaboration?</em>
        <ol>
                <li>Call walkthrough (sequence diagram or slide-by-slide)</li>
                <li>Adding hooks to the Call Walkthrough</li>
        </ol>
        </li>
        <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=TestingASCF&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Testing</a> <b>(BAE)</b>
        <ol>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=TestingASCF&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Unit tests</a> <b>(BAE)</b></li>
                <li><a href="/wiki/pages/createpage.action?spaceKey=TOP&amp;title=TestingASCF&amp;linkCreation=true&amp;fromPageId=19006133" class="createlink">Test framework</a> <b>(BAE)</b></li>
        </ol>
        </li>
        <li>Process overview <b>(MCM)</b>
        <ol>
                <li>Reporting issues (Jira)</li>
                <li>Contributing code (coding standards, unit tests, etc.)</li>
                <li>Code reviews (Crucible)</li>
        </ol>
        </li>
        <li>Other topics
        <ol>
                <li>Media handling / operations <b>(JCC)</b></li>
                <li>Communications/community
                <ol>
                        <li>IRC channel</li>
                        <li>mailing list</li>
                        <li>Confluence</li>
                </ol>
                </li>
        </ol>
        </li>
</ol>



<h2><a name="AstriCon2011-MaterialPrep-Relatedtasks"></a>Related tasks </h2>
<ol>
        <li>Update UML model <b>(KH)</b></li>
        <li>Define areas where we want examples / source code / deep details</li>
        <li>Contact ZeroC for permission to brief Ice Intro materials (DMS)</li>
        <li>Build presentation
        <ol>
                <li>Format (background, logos, style)</li>
                <li>Define presentation order</li>
                <li>Collate inputs</li>
        </ol>
        </li>
</ol>

    </div>
        <div id="commentsSection" class="wiki-content pageSection">
        <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=TOP">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
        <a href="https://wiki.asterisk.org/wiki/display/TOP/AstriCon+2011+-+Material+Prep">View Online</a>
        |
        <a href="https://wiki.asterisk.org/wiki/pages/diffpagesbyversion.action?pageId=19006133&revisedVersion=19&originalVersion=18">View Changes</a>
                |
        <a href="https://wiki.asterisk.org/wiki/display/TOP/AstriCon+2011+-+Material+Prep?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
            </div>
</div>
</div>
</div>
</div>
</body>
</html>