<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><s>Developer Resources</s></h2>
     <h4>Page <b>removed</b> by             <a href="https://wiki.asterisk.org/wiki/display/~beagles">Brent Eagles</a>
    </h4>
     <br/>
     <div class="notificationGreySide">
         <h2><a name="DeveloperResources-SourceCode%28GitRepository%29"></a>Source Code (Git Repository)</h2>

<p>Asterisk SCF project source code is stored in a collection of Git repositories located on the git.asterisk.org server.  Developers coming from Asterisk and its Subversion repositories will find the transition to Git simple and painless.</p>

<p>The Git equivalent of the Subversion “checkout” is called a “clone.”  Thus, in order to retrieve a local copy of the integrated build of Asterisk SCF, perform, from the command line:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>git clone git://git.asterisk.org/asterisk-scf/integration/gitall asterisk-scf
</pre>
</div></div>

<p>And to create a local copy of Digium’s modified Ice source code, perform:</p>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>git clone git://git.asterisk.org/asterisk-scf/release/ice
</pre>
</div></div>

<p>For more information about working with Git, the locations of other sources, as well as information for developers on making changes to the master repositories, please see <a href="https://wiki.asterisk.org/wiki/display/TOP/Source+Repository" class="external-link" rel="nofollow">https://wiki.asterisk.org/wiki/display/TOP/Source+Repository</a>.</p>

<h2><a name="DeveloperResources-Website"></a>Website</h2>

<p>Until the project reaches its initial release this wiki will serve as the online repository for Asterisk SCF information.  Once the project reaches its 1.0 release Asterisk SCF downloads and documentation will be made available on the Asterisk.org site <a href="http://www.asterisk.org" class="external-link" rel="nofollow">www.asterisk.org</a>.</p>

<h2><a name="DeveloperResources-DevelopmentMailingList"></a>Development Mailing List</h2>

<p>Two mailing lists are currently provided for Asterisk SCF.  The first, asterisk-scf-dev, is for the discussion of development-oriented questions pertaining to Asterisk SCF.  Found a bug?  Looking for some guidance on coding your Asterisk SCF application?  Sign up for the asterisk-scf-dev list today and join the discussion.  Visit <a href="http://lists.digium.com/mailman/listinfo/asterisk-scf-dev" class="external-link" rel="nofollow">http://lists.digium.com/mailman/listinfo/asterisk-scf-dev</a> to sign up.</p>

<p>The second mailing list, asterisk-scf-commits, sends out e-mails with the latest code changes and commit messages.  If you want to stay up to date on the latest in development and bug fixes, this is the list for you.  Visit <a href="http://lists.digium.com/mailman/listinfo/asterisk-scf-commits" class="external-link" rel="nofollow">http://lists.digium.com/mailman/listinfo/asterisk-scf-commits</a> to sign up.</p>

<h2><a name="DeveloperResources-IRCChannels"></a>IRC Channels</h2>

<p>Our IRC channels are hosted on the Freenode IRC network reachable at chat.freenode.net</p>

<p>The <a href="irc://chat.freenode.net/#asterisk-scf" class="external-link" rel="nofollow">#asterisk-scf</a> channel is for general discussion and the <a href="irc://chat.freenode.net/#asterisk-scf-dev" class="external-link" rel="nofollow">#asterisk-scf-dev</a> channel is for development discussion. Please use the correct channel for the topic at hand.</p>

<h2><a name="DeveloperResources-Forums"></a>Forums</h2>

<p>Online web-based forums for end-user Asterisk SCF discussion can be found with the other Asterisk-related forums at <a href="http://forums.asterisk.org" class="external-link" rel="nofollow">http://forums.asterisk.org</a>.</p>
     </div>
</div>
</div>
</div>
</div>
</body>
</html>