Board logo

標題: Asterisk 11.0.1 released [打印本頁]

作者: ckleea    時間: 2012-8-11 09:15     標題: Asterisk 11.0.1 released

本帖最後由 ckleea 於 2012-11-6 07:52 編輯

The Asterisk Development Team is pleased to announce the first beta release of
Asterisk 11.0.0.  This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases

All interested users of Asterisk are encouraged to participate in the
Asterisk 11 testing process.  Please report any issues found to the issue
tracker, https://issues.asterisk.org/jira.  It is also very useful to see
successful test reports.  Please post those to the asterisk-dev mailing list.
All Asterisk users are invited to participate in the #asterisk-testing channel
on IRC to work together in testing the many parts of Asterisk.  

Asterisk 11 is the next major release series of Asterisk.  It will be a Long
Term Support (LTS) release, similar to Asterisk 1.8.  For more information about
support time lines for Asterisk releases, see the Asterisk versions page:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

For important information regarding upgrading to Asterisk 11, please see the
Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... ding+to+Asterisk+11

A short list of new features includes:

* A new channel driver named chan_motif has been added which provides support
 for Google Talk and Jingle in a single channel driver.  This new channel
 driver includes support for both audio and video, RFC2833 DTMF, all codecs
 supported by Asterisk, hold, unhold, and ringing notification. It is also
 compliant with the current Jingle specification, current Google Jingle
 specification, and the original Google Talk protocol.

* Support for the WebSocket transport for chan_sip.

* SIP peers can now be configured to support negotiation of ICE candidates.

* The app_page application now no longer depends on DAHDI or app_meetme. It
 has been re-architected to use app_confbridge internally.

* Hangup handlers can be attached to channels using the CHANNEL() function.
 Hangup handlers will run when the channel is hung up similar to the h
 extension; however, unlike an h extension, a hangup handler is associated with
 the actual channel and will execute anytime that channel is hung up,
 regardless of where it is in the dialplan.

* Added pre-dial handlers for the Dial and Follow-Me applications.  Pre-dial
 allows you to execute a dialplan subroutine on a channel before a call is
 placed but after the application performing a dial action is invoked. This
 means that the handlers are executed after the creation of the caller/callee
 channels, but before any actions have been taken to actually dial the callee
 channels.

* Log messages can now be easily associated with a certain call by looking at
 a new unique identifier, "Call Id".  Call ids are attached to log messages for
 just about any case where it can be determined that the message is related
 to a particular call.

* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in
 Asterisk. Unlike traditional ACLs defined in specific module configuration
 files, Named ACLs can be shared across multiple modules.

* The Hangup Cause family of functions and dialplan applications allow for
 inspection of the hangup cause codes for each channel involved in a call.
 This allows a dialplan writer to determine, for each channel, who hung up and
 for what reason(s).

* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
 lets you set some of the configuration options from the general section
 of features.conf on a per-channel basis. FEATUREMAP() lets you customize
 the key sequence used to activate built-in features, such as blindxfer,
 and automon.

* Support for named pickupgroups/callgroups, allowing any number of pickupgroups
 and callgroups to be defined for several channel drivers.

* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.

More information about the new features can be found on the Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... sk+11+Documentation

A full list of all new features can also be found in the CHANGES file.

http://svnview.digium.com/svn/asterisk/branches/11/CHANGES

For a full list of changes in the current release, please see the ChangeLog.

http://downloads.asterisk.org/pu ... ngeLog-11.0.0-beta1

Thank you for your continued support of Asterisk!








--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
作者: ckleea    時間: 2012-9-21 06:14

The Asterisk Development Team is pleased to announce the second beta release of
Asterisk 11.0.0.  This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases

All interested users of Asterisk are encouraged to participate in the
Asterisk 11 testing process.  Please report any issues found to the issue
tracker, https://issues.asterisk.org/jira.  It is also very useful to see
successful test reports.  Please post those to the asterisk-dev mailing list.
All Asterisk users are invited to participate in the #asterisk-testing channel
on IRC to work together in testing the many parts of Asterisk.

Asterisk 11 is the next major release series of Asterisk.  It will be a Long
Term Support (LTS) release, similar to Asterisk 1.8.  For more information about
support time lines for Asterisk releases, see the Asterisk versions page:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

For important information regarding upgrading to Asterisk 11, please see the
Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... ding+to+Asterisk+11

A short list of new features includes:

* A new channel driver named chan_motif has been added which provides support
  for Google Talk and Jingle in a single channel driver.  This new channel
  driver includes support for both audio and video, RFC2833 DTMF, all codecs
  supported by Asterisk, hold, unhold, and ringing notification. It is also
  compliant with the current Jingle specification, current Google Jingle
  specification, and the original Google Talk protocol.

* Support for the WebSocket transport for chan_sip.

* SIP peers can now be configured to support negotiation of ICE candidates.

* The app_page application now no longer depends on DAHDI or app_meetme. It
  has been re-architected to use app_confbridge internally.

* Hangup handlers can be attached to channels using the CHANNEL() function.
  Hangup handlers will run when the channel is hung up similar to the h
  extension; however, unlike an h extension, a hangup handler is associated with
  the actual channel and will execute anytime that channel is hung up,
  regardless of where it is in the dialplan.

* Added pre-dial handlers for the Dial and Follow-Me applications.  Pre-dial
  allows you to execute a dialplan subroutine on a channel before a call is
  placed but after the application performing a dial action is invoked. This
  means that the handlers are executed after the creation of the callee
  channels, but before any actions have been taken to actually dial the callee
  channels.

* Log messages can now be easily associated with a certain call by looking at
  a new unique identifier, "Call Id".  Call ids are attached to log messages for
  just about any case where it can be determined that the message is related
  to a particular call.

* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in
  Asterisk. Unlike traditional ACLs defined in specific module configuration
  files, Named ACLs can be shared across multiple modules.

* The Hangup Cause family of functions and dialplan applications allow for
  inspection of the hangup cause codes for each channel involved in a call.
  This allows a dialplan writer to determine, for each channel, who hung up and
  for what reason(s).

* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
  lets you set some of the configuration options from the general section
  of features.conf on a per-channel basis. FEATUREMAP() lets you customize
  the key sequence used to activate built-in features, such as blindxfer,
  and automon.

* Support for DTLS-SRTP in chan_sip.

* Support for named pickupgroups/callgroups, allowing any number of pickupgroups
  and callgroups to be defined for several channel drivers.

* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.

More information about the new features can be found on the Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... sk+11+Documentation

A full list of all new features can also be found in the CHANGES file.

http://svnview.digium.com/svn/asterisk/branches/11/CHANGES

For a full list of changes in the current release, please see the ChangeLog.

http://downloads.asterisk.org/pu ... ngeLog-11.0.0-beta2

Thank you for your continued support of Asterisk!
作者: bubblestar    時間: 2012-9-21 11:50

如果Asterisk 11 正式版本發佈,都想試試看,始終它跟Asterisk 1.4 及 1.8 都是 LTS 版本,但Asterisk 1.8 又好似沒有 1.4 的穩定可靠。
作者: 角色    時間: 2012-9-21 13:20

回復 3# bubblestar

Asterisk 1.8有什么不稳定呢?
作者: bubblestar    時間: 2012-9-21 13:56

回復 4# 角色


    應該說是部份功能不穩,例如: Google Voice 連線問題.
作者: 角色    時間: 2012-9-21 20:02

是吗?真的不知道。
作者: ckleea    時間: 2012-10-9 07:10

The Asterisk Development Team is pleased to announce the first release candidate
of Asterisk 11.0.0.  This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases

All interested users of Asterisk are encouraged to participate in the
Asterisk 11 testing process.  Please report any issues found to the issue
tracker, https://issues.asterisk.org/jira.  It is also very useful to see
successful test reports.  Please post those to the asterisk-dev mailing list.
All Asterisk users are invited to participate in the #asterisk-testing channel
on IRC to work together in testing the many parts of Asterisk.

Asterisk 11 is the next major release series of Asterisk.  It will be a Long
Term Support (LTS) release, similar to Asterisk 1.8.  For more information about
support time lines for Asterisk releases, see the Asterisk versions page:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

For important information regarding upgrading to Asterisk 11, please see the
Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... ding+to+Asterisk+11

A short list of new features includes:

* A new channel driver named chan_motif has been added which provides support
  for Google Talk and Jingle in a single channel driver.  This new channel
  driver includes support for both audio and video, RFC2833 DTMF, all codecs
  supported by Asterisk, hold, unhold, and ringing notification. It is also
  compliant with the current Jingle specification, current Google Jingle
  specification, and the original Google Talk protocol.

* Support for the WebSocket transport for chan_sip.

* SIP peers can now be configured to support negotiation of ICE candidates.

* The app_page application now no longer depends on DAHDI or app_meetme. It
  has been re-architected to use app_confbridge internally.

* Hangup handlers can be attached to channels using the CHANNEL() function.
  Hangup handlers will run when the channel is hung up similar to the h
  extension; however, unlike an h extension, a hangup handler is associated with
  the actual channel and will execute anytime that channel is hung up,
  regardless of where it is in the dialplan.

* Added pre-dial handlers for the Dial and Follow-Me applications.  Pre-dial
  allows you to execute a dialplan subroutine on a channel before a call is
  placed but after the application performing a dial action is invoked. This
  means that the handlers are executed after the creation of the callee
  channels, but before any actions have been taken to actually dial the callee
  channels.

* Log messages can now be easily associated with a certain call by looking at
  a new unique identifier, "Call Id".  Call ids are attached to log messages for
  just about any case where it can be determined that the message is related
  to a particular call.

* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in
  Asterisk. Unlike traditional ACLs defined in specific module configuration
  files, Named ACLs can be shared across multiple modules.

* The Hangup Cause family of functions and dialplan applications allow for
  inspection of the hangup cause codes for each channel involved in a call.
  This allows a dialplan writer to determine, for each channel, who hung up and
  for what reason(s).

* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
  lets you set some of the configuration options from the general section
  of features.conf on a per-channel basis. FEATUREMAP() lets you customize
  the key sequence used to activate built-in features, such as blindxfer,
  and automon.

* Support for DTLS-SRTP in chan_sip.

* Support for named pickupgroups/callgroups, allowing any number of pickupgroups
  and callgroups to be defined for several channel drivers.

* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.

More information about the new features can be found on the Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... sk+11+Documentation

A full list of all new features can also be found in the CHANGES file.

http://svnview.digium.com/svn/asterisk/branches/11/CHANGES

For a full list of changes in the current release, please see the ChangeLog.

http://downloads.asterisk.org/pu ... hangeLog-11.0.0-rc1

Thank you for your continued support of Asterisk!
作者: lamsoft    時間: 2012-10-9 08:37

Google Voice 我用了sipgate 作bridge, 再用perl script 去控制google voice dial in
是不是有其他更直接容易方法?
作者: ckleea    時間: 2012-10-9 11:02

回復 8# lamsoft

Should be very easy. But I have not yet tested out clearly
作者: lamsoft    時間: 2012-10-9 11:42

唔敢升上10或以上版本, 驚d conf file 同dial plan 寫法同我而家完全唔一樣...要重新寫過就免了
作者: ckleea    時間: 2012-10-9 17:38

Not at all. the config files in asterisk 11 are basically copies of my asterisk 1.8.

I have deleted all those not required and non essential

優化版
作者: ckleea    時間: 2012-10-10 13:45

Just upgrade remotely.

Working ok
作者: bubblestar    時間: 2012-10-11 12:17

心癢癢,稍後會試裝一下 Asterisk 11 RC1 on Atom。

至於Asterisk 1.8,我已成功地將之結合了最新版本的GUI 2.1.0 RC1。 該版本已經對Asterisk 1.8 有有較好的修正,不像以往 GUI 2.0 般問題多多。原本以為 GUI 2.0 之後,Digium 不再維護及放棄了自家的GUI 添,點知無意間發現已有GUI 2.1.0 RC1 的出現。

GUI210rc18.png

還有我是以 CentOS 6.3 64bit 作為 OS 的。
哈! 一於心口掛個勇字!! (當然,會先Backup 了現在使用中可運行的系統才繼續上試啦!)

圖片附件: GUI210rc18.png (2012-10-11 12:17, 167.73 KB) / 下載次數 763
http://telecom-cafe.com/forum/attachment.php?aid=1583&k=539a3dce926790233f04261edabcc2a1&t=1732647772&sid=zp133Y


作者: 角色    時間: 2012-10-11 13:18

回復 13# bubblestar

不见你上来,原来秘密练兵。
作者: ckleea    時間: 2012-10-11 21:49

回復 13# bubblestar


    沒有需要用64 bits OS係 ATOM 機
作者: bubblestar    時間: 2012-10-11 23:32

回復 15# ckleea


   
明白,其實只是想試裝64bits,看看有沒有難度及問題,以便曰後在其它較佳機種上可快速完成罷了。
作者: ckleea    時間: 2012-10-11 23:50

G723 and G729 codecs are available for asterisk 11

http://asterisk.hosting.lv/


作者: ckleea    時間: 2012-10-11 23:57

Picture attached

screenshot.11-10-2012 23.47.56.png

圖片附件: screenshot.11-10-2012 23.47.56.png (2012-10-11 23:56, 12.29 KB) / 下載次數 653
http://telecom-cafe.com/forum/attachment.php?aid=1585&k=d0c21f5081a4342c5543c05c02fa6c45&t=1732647772&sid=zp133Y


作者: bubblestar    時間: 2012-10-13 07:26

本帖最後由 bubblestar 於 2012-10-13 07:28 編輯

compile Asterisk 11 時遇到一個 call error 是 open lib.asteriskssl.so.1 問題。

解決方法是compile Asterisk 時把 ./configure 改成以下 script :

./configure --disable-asteriskssl

Aserisk 1.8 沒有此問題,它們日後應該會解決,到時亦可能只行 ./configure 即可以

現在可以試玩啦!
作者: 角色    時間: 2012-10-13 07:32

回復 18# ckleea

所有的codecs都有,不错。
作者: 角色    時間: 2012-10-13 07:33

回復 19# bubblestar

有什么新的功能呢?
作者: bubblestar    時間: 2012-10-13 07:46

未知! 但暫時只知道 GV 已不再由 jingle, jabber, chan_gtalk 做,改由 xmpp,motif 做,希望會穩定些吧。
作者: 角色    時間: 2012-10-13 07:53

回復 22# bubblestar

如果是这样的话,在我的ATOM NAS里也安装一个Asterisk 11 (等它又formal release开始)。

安装路径为/opt/asterisk11, 用SVN下载软件。

现在/opt/etc/asterisk是用自己compile的Asterisk,打算改为如下

/opt/etc/asterisk用ipkg安装的asterisk
/opt/asterisk14
/opt/asterisk18
/opt/asterisk11
作者: bubblestar    時間: 2012-10-13 09:14

回復 23# 角色


   
到Asterisk 11 正式版推出時,應該更穩定可以作日常應用了。屇時我又可以跟你學吓安裝在NAS 的東西了。
作者: ckleea    時間: 2012-10-14 14:38

Look like I can find ways to enable google voice in asterisk 11  RC1
作者: 角色    時間: 2012-10-14 14:46

回復 25# ckleea

Have you tried the GV on Asterisk 11? If yes, what is the performance?
作者: lamsoft    時間: 2012-10-15 10:57

Config file 係咪一樣架? d dialplan syntax同1.8會唔會要寫過哂?
作者: ckleea    時間: 2012-10-15 20:25

回復 27# lamsoft


    Same, I migrate my 1.8 config to it. No change
作者: bubblestar    時間: 2012-10-15 22:02

本帖最後由 bubblestar 於 2012-10-15 22:04 編輯

https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google

We have to use dial motif instead of dial gtalk in our outgoing dialplan.
作者: ckleea    時間: 2012-10-15 22:35

I follow the same instruction. remember the RTP. You need to add to rtp.conf
作者: ckleea    時間: 2012-10-16 06:26

According to Digium, there are issuse with motif drivers and fixes are not yet released!
作者: bubblestar    時間: 2012-10-16 14:21

回復 18# ckleea


    It seems g719 is no longer support in Asterisk because of licensing problem.
作者: ckleea    時間: 2012-10-18 06:23

The Asterisk Development Team has announced the second release candidate of
Asterisk 11.0.0. This release candidate is available for immediate
download at http://downloads.asterisk.org/pub/telephony/asterisk

The release of Asterisk 11.0.0-rc2 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release candidate:

* --- Fix an issue where outgoing calls would fail to establish audio
      due to ICE negotiation failures.
  (Closes issue ASTERISK-20554. Reported by mmichelson)

* --- Ensure Asterisk fails TCP/TLS SIP calls when certificate
      checking fails
  (Closes issue ASTERISK-20559. Reported by kmoore)

* --- Don't make chan_sip export global symbols.
  (Closes issue ASTERISK-20545. Reported by kmoore)

For a full list of changes in this release candidate, please see the ChangeLog:

http://downloads.asterisk.org/pu ... hangeLog-11.0.0-rc2

Thank you for your continued support of Asterisk!

--
作者: ckleea    時間: 2012-10-31 07:44

The Asterisk Development Team is pleased to announce the release of
Asterisk 11.0.0.  This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases

Asterisk 11 is the next major release series of Asterisk.  It is a Long Term
Support (LTS) release, similar to Asterisk 1.8.  For more information about
support time lines for Asterisk releases, see the Asterisk versions page:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

For important information regarding upgrading to Asterisk 11, please see the
Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... ding+to+Asterisk+11

A short list of new features includes:

* A new channel driver named chan_motif has been added which provides support
  for Google Talk and Jingle in a single channel driver.  This new channel
  driver includes support for both audio and video, RFC2833 DTMF, all codecs
  supported by Asterisk, hold, unhold, and ringing notification. It is also
  compliant with the current Jingle specification, current Google Jingle
  specification, and the original Google Talk protocol.

* Support for the WebSocket transport for chan_sip.

* SIP peers can now be configured to support negotiation of ICE candidates.

* The app_page application now no longer depends on DAHDI or app_meetme. It
  has been re-architected to use app_confbridge internally.

* Hangup handlers can be attached to channels using the CHANNEL() function.
  Hangup handlers will run when the channel is hung up similar to the h
  extension; however, unlike an h extension, a hangup handler is associated with
  the actual channel and will execute anytime that channel is hung up,
  regardless of where it is in the dialplan.

* Added pre-dial handlers for the Dial and Follow-Me applications.  Pre-dial
  allows you to execute a dialplan subroutine on a channel before a call is
  placed but after the application performing a dial action is invoked. This
  means that the handlers are executed after the creation of the callee
  channels, but before any actions have been taken to actually dial the callee
  channels.

* Log messages can now be easily associated with a certain call by looking at
  a new unique identifier, "Call Id".  Call ids are attached to log messages for
  just about any case where it can be determined that the message is related
  to a particular call.

* Introduced Named ACLs as a new way to define Access Control Lists (ACLs) in
  Asterisk. Unlike traditional ACLs defined in specific module configuration
  files, Named ACLs can be shared across multiple modules.

* The Hangup Cause family of functions and dialplan applications allow for
  inspection of the hangup cause codes for each channel involved in a call.
  This allows a dialplan writer to determine, for each channel, who hung up and
  for what reason(s).

* Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
  lets you set some of the configuration options from the general section
  of features.conf on a per-channel basis. FEATUREMAP() lets you customize
  the key sequence used to activate built-in features, such as blindxfer,
  and automon.

* Support for DTLS-SRTP in chan_sip.

* Support for named pickupgroups/callgroups, allowing any number of pickupgroups
  and callgroups to be defined for several channel drivers.

* IPv6 Support for AMI, AGI, ExternalIVR, and the SIP Security Event Framework.

More information about the new features can be found on the Asterisk wiki:

https://wiki.asterisk.org/wiki/d ... sk+11+Documentation

A full list of all new features can also be found in the CHANGES file.

http://svnview.digium.com/svn/asterisk/branches/11/CHANGES

For a full list of changes in the current release, please see the ChangeLog.

http://downloads.asterisk.org/pu ... es/ChangeLog-11.0.0

Thank you for your continued support of Asterisk!
作者: ckleea    時間: 2012-11-6 07:52

The Asterisk Development Team has announced the release of Asterisk 11.0.1.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk

The release of Asterisk 11.0.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- chan_sip: Fix a bug causing SIP reloads to remove all entries
      from the registry
  (Closes issue ASTERISK-20611. Reported by Alisher)

* --- confbridge: Fix a bug which made conferences not record with
      AMI/CLI commands
  (Closes issue ASTERISK-20601. Reported by Vilius)

* --- Fix an issue with res_http_websocket where the chan_sip
      WebSocket handler could not be registered.
  (Closes issue ASTERISK-20631. Reported by danjenkins)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pu ... sk/ChangeLog-11.0.1

Thank you for your continued support of Asterisk!
作者: 角色    時間: 2012-11-6 22:40

Already updated to Asterisk 11.0.1
  1. [/opt/source/asterisk/asterisk-11.0.1] # /opt/asterisk-11/sbin/asterisk  -rvvvvvvvvvvvvvv
  2. Asterisk 11.0.1, Copyright (C) 1999 - 2012 Digium, Inc. and others.
  3. Created by Mark Spencer <markster@digium.com>
  4. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  5. This is free software, with components licensed under the GNU General Public
  6. License version 2 and other licenses; you are welcome to redistribute it under
  7. certain conditions. Type 'core show license' for details.
  8. =========================================================================
  9.   == Parsing '/opt/asterisk-11/etc/asterisk/asterisk.conf': Found
  10.   == Parsing '/opt/asterisk-11/etc/asterisk/extconfig.conf': Found
  11. Connected to Asterisk 11.0.1 currently running on TWTS-269PRO (pid = 4004)
  12. TWTS-269PRO*CLI>
複製代碼





歡迎光臨 電訊茶室 (http://telecom-cafe.com/forum/) Powered by Discuz! 7.2