[svn-commits] wdoekes: branch 11 r413950 - /branches/11/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 15 10:51:48 CDT 2014


Author: wdoekes
Date: Thu May 15 10:51:42 2014
New Revision: 413950

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=413950
Log:
Blocked revisions 413949

> Apparently this was already fixed in Asterisk 11.
> https://reviewboard.asterisk.org/r/1944/ (r368519, 2012-06-05 16:41:43 +0200)
........
chan_local+app_dial: Propagagate call answered elsewhere over local channels.

AST_FLAG_ANSWERED_ELSEWHERE was not propagated back from local channels.
It is now. That means that when a call is picked up from a callgroup of
local channels, the other channels will now properly see it as "picked up".

This occurs when you use a construct like Dial(Local/a at context&Local/b at context)
where a at context and b at context dial two chan_sip devices respectively. If one
device picks up, the other will not see "1 missed call" anymore. In this
respect, it now behaves the same as when doing Dial(SIP/a&SIP/b).

Review: https://reviewboard.asterisk.org/r/3540/

Modified:
    branches/11/   (props changed)

Propchange: branches/11/
------------------------------------------------------------------------------
--- branch-1.8-blocked (original)
+++ branch-1.8-blocked Thu May 15 10:51:42 2014
@@ -1,1 +1,1 @@
-/branches/1.8:379091,384779,385008,396236,409436,412480,413591
+/branches/1.8:379091,384779,385008,396236,409436,412480,413591,413949




More information about the svn-commits mailing list