From 3e5fb27f061d8813241664ae8d0c27e05a52bd98 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Thu, 15 May 2014 15:51:42 +0000 Subject: [PATCH] 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@context&Local/b@context) where a@context and b@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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@413950 65c4cc65-6c06-0410-ace0-fbb531ad65f3 -- 2.47.2