<html><head></head><body bgcolor="#FFFFFF"><div><br><br>Denis at mobile.</div><div><br>Begin forwarded message:<br><br></div><blockquote type="cite"><div><b>From:</b> Asterisk Development Team &lt;<a href="mailto:asteriskteam@digium.com">asteriskteam@digium.com</a>&gt;<br><b>Date:</b> 20 de setembro de 2012 16:40:00 BRT<br><b>To:</b> <a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a><br><b>Subject:</b> <b>[asterisk-dev] Asterisk 11.0.0-beta2 Now Available!</b><br><b>Reply-To:</b> Asterisk Developers Mailing List &lt;<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>&gt;<br><br></div></blockquote><div></div><blockquote type="cite"><div><span>The Asterisk Development Team is pleased to announce the second beta release of</span><br><span>Asterisk 11.0.0. &nbsp;This release is available for immediate download at</span><br><span><a href="http://downloads.asterisk.org/pub/telephony/asterisk/releases">http://downloads.asterisk.org/pub/telephony/asterisk/releases</a></span><br><span></span><br><span>All interested users of Asterisk are encouraged to participate in the</span><br><span>Asterisk 11 testing process. &nbsp;Please report any issues found to the issue</span><br><span>tracker, <a href="https://issues.asterisk.org/jira">https://issues.asterisk.org/jira</a>. &nbsp;It is also very useful to see</span><br><span>successful test reports. &nbsp;Please post those to the asterisk-dev mailing list.</span><br><span>All Asterisk users are invited to participate in the #asterisk-testing channel</span><br><span>on IRC to work together in testing the many parts of Asterisk. &nbsp;</span><br><span></span><br><span>Asterisk 11 is the next major release series of Asterisk. &nbsp;It will be a Long</span><br><span>Term Support (LTS) release, similar to Asterisk 1.8. &nbsp;For more information about</span><br><span>support time lines for Asterisk releases, see the Asterisk versions page:</span><br><span><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions">https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions</a></span><br><span></span><br><span>For important information regarding upgrading to Asterisk 11, please see the</span><br><span>Asterisk wiki:</span><br><span></span><br><span><a href="https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11">https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11</a></span><br><span></span><br><span>A short list of new features includes:</span><br><span></span><br><span>* A new channel driver named chan_motif has been added which provides support</span><br><span> &nbsp;for Google Talk and Jingle in a single channel driver. &nbsp;This new channel</span><br><span> &nbsp;driver includes support for both audio and video, RFC2833 DTMF, all codecs</span><br><span> &nbsp;supported by Asterisk, hold, unhold, and ringing notification. It is also</span><br><span> &nbsp;compliant with the current Jingle specification, current Google Jingle</span><br><span> &nbsp;specification, and the original Google Talk protocol.</span><br><span></span><br><span>* Support for the WebSocket transport for chan_sip.</span><br><span></span><br><span>* SIP peers can now be configured to support negotiation of ICE candidates.</span><br><span></span><br><span>* The app_page application now no longer depends on DAHDI or app_meetme. It</span><br><span> &nbsp;has been re-architected to use app_confbridge internally.</span><br><span></span><br><span>* Hangup handlers can be attached to channels using the CHANNEL() function.</span><br><span> &nbsp;Hangup handlers will run when the channel is hung up similar to the h</span><br><span> &nbsp;extension; however, unlike an h extension, a hangup handler is associated with</span><br><span> &nbsp;the actual channel and will execute anytime that channel is hung up,</span><br><span> &nbsp;regardless of where it is in the dialplan.</span><br><span></span><br><span>* Added pre-dial handlers for the Dial and Follow-Me applications. &nbsp;Pre-dial</span><br><span> &nbsp;allows you to execute a dialplan subroutine on a channel before a call is</span><br><span> &nbsp;placed but after the application performing a dial action is invoked. This</span><br><span> &nbsp;means that the handlers are executed after the creation of the callee</span><br><span> &nbsp;channels, but before any actions have been taken to actually dial the callee</span><br><span> &nbsp;channels.</span><br><span></span><br><span>* Log messages can now be easily associated with a certain call by looking at</span><br><span> &nbsp;a new unique identifier, "Call Id". &nbsp;Call ids are attached to log messages for</span><br><span> &nbsp;just about any case where it can be determined that the message is related</span><br><span> &nbsp;to a particular call.</span><br><span></span><br><span>* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in</span><br><span> &nbsp;Asterisk. Unlike traditional ACLs defined in specific module configuration</span><br><span> &nbsp;files, Named ACLs can be shared across multiple modules.</span><br><span></span><br><span>* The Hangup Cause family of functions and dialplan applications allow for</span><br><span> &nbsp;inspection of the hangup cause codes for each channel involved in a call.</span><br><span> &nbsp;This allows a dialplan writer to determine, for each channel, who hung up and</span><br><span> &nbsp;for what reason(s).</span><br><span></span><br><span>* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()</span><br><span> &nbsp;lets you set some of the configuration options from the general section</span><br><span> &nbsp;of features.conf on a per-channel basis. FEATUREMAP() lets you customize</span><br><span> &nbsp;the key sequence used to activate built-in features, such as blindxfer,</span><br><span> &nbsp;and automon.</span><br><span></span><br><span>* Support for DTLS-SRTP in chan_sip.</span><br><span></span><br><span>* Support for named pickupgroups/callgroups, allowing any number of pickupgroups</span><br><span> &nbsp;and callgroups to be defined for several channel drivers.</span><br><span></span><br><span>* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.</span><br><span></span><br><span>More information about the new features can be found on the Asterisk wiki:</span><br><span></span><br><span><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Documentation">https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Documentation</a></span><br><span></span><br><span>A full list of all new features can also be found in the CHANGES file.</span><br><span></span><br><span><a href="http://svnview.digium.com/svn/asterisk/branches/11/CHANGES">http://svnview.digium.com/svn/asterisk/branches/11/CHANGES</a></span><br><span></span><br><span>For a full list of changes in the current release, please see the ChangeLog.</span><br><span></span><br><span><a href="http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.0.0-beta2">http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-11.0.0-beta2</a></span><br><span></span><br><span>Thank you for your continued support of Asterisk!</span><br><span></span><br><span></span><br><span></span><br><span></span><br><span></span><br><span></span><br><span></span><br><span></span><br><span>--</span><br><span>_____________________________________________________________________</span><br><span>-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com">http://www.api-digital.com</a> --</span><br><span></span><br><span>asterisk-dev mailing list</span><br><span>To UNSUBSCRIBE or update options visit:</span><br><span> &nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a></span><br></div></blockquote></body></html>