<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 22, 2015 at 1:47 AM, Dmitry Melekhov <span dir="ltr"><<a href="mailto:dm@belkam.com" target="_blank">dm@belkam.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>I spent some time reading docs and such
      change is not documented, so this is bug.<br>
      I'll open issue...<br>
      <br></div></div></blockquote><div><br></div><div>Not necessarily. Certain aspects of features was definitely changed in 13, and may require the use of a pre-dial handler now.<br><br></div><div>Please provide the full context of the call in Asterisk 13, including where you set the __GOTO_ON_BLINDXFER variable. What you've included below does not show enough information.<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div>
      22.12.2015 10:53, Dmitry Melekhov пишет:<br>
    </div><div><div class="h5">
    <blockquote type="cite">
      
      Hello!<br>
      <br>
      I need to use n-way call as it described here:<br>
      <br>
      <a href="http://habrahabr.ru/sandbox/52259/" target="_blank">http://habrahabr.ru/sandbox/52259/</a><br>
      <br>
      It is in russian, but dial plan is quite clear.<br>
      It works in asterisk 11:<br>
      <br>
        -- Blind transferring OOH323/7272-6385 to '0' (context
      fromtransfer) priority 1<br>
          -- Executing [0@fromtransfer:1] NoOp("OOH323/7272-6385", "")
      in new stack<br>
          -- Executing [0@fromtransfer:1] NoOp("SIP/6052-00000ab6", "")
      in new stack<br>
          -- Executing [0@fromtransfer:2] Gosub("SIP/6052-00000ab6",
      "dynamic-nway,6052,1") in new stack<br>
          -- Executing [0@fromtransfer:2] Gosub("OOH323/7272-6385",
      "dynamic-nway,6052,1") in new stack<br>
          -- Executing [6052@dynamic-nway:1] NoOp("OOH323/7272-6385",
      "") in new stack<br>
          -- Executing [6052@dynamic-nway:1] NoOp("SIP/6052-00000ab6",
      "") in new stack<br>
          -- Executing [6052@dynamic-nway:2] Answer("OOH323/7272-6385",
      "") in new stack<br>
          -- Executing [6052@dynamic-nway:2] Answer("SIP/6052-00000ab6",
      "") in new stack<br>
          -- Executing [6052@dynamic-nway:3] Set("OOH323/7272-6385",
      "CONFNO=6052") in new stack<br>
          -- Executing [6052@dynamic-nway:3] Set("SIP/6052-00000ab6",
      "CONFNO=6052") in new stack<br>
          -- Executing [6052@dynamic-nway:4] Set("OOH323/7272-6385",
      "MEETME_EXIT_CONTEXT=dynamic-nway-invite") in new stack<br>
          -- Executing [6052@dynamic-nway:4] Set("SIP/6052-00000ab6",
      "MEETME_EXIT_CONTEXT=dynamic-nway-invite") in new stack<br>
          -- Executing [6052@dynamic-nway:5] Set("OOH323/7272-6385",
      "DYNAMIC_FEATURES=") in new stack<br>
          -- Executing [6052@dynamic-nway:5] Set("SIP/6052-00000ab6",
      "DYNAMIC_FEATURES=") in new stack<br>
          -- Executing [6052@dynamic-nway:6] MeetMe("SIP/6052-00000ab6",
      "6052,1pdMXq") in new stack<br>
          -- Executing [6052@dynamic-nway:6] MeetMe("OOH323/7272-6385",
      "6052,1pdMXq") in new stack<br>
          -- Created MeetMe conference 1023 for conference '6052'<br>
        == Spawn extension (sipphones, 7272, 3) exited non-zero on
      'SIP/6052-00000ab6<ZOMBIE>'<br>
      <br>
      As you can see both channels are passed to macro defined in <br>
      <pre><code>__GOTO_ON_BLINDXFR=fromtransfer and everything works as expected.

But I have problem

I know that macros are deprecated, but, problem here is that in asterisk 13 </code><code><code>GOTO_ON_BLINDXFR</code> is executed only for one channel:


</code></pre>
          -- Started music on hold, class 'default', on channel
      'DAHDI/i1/6000-436'<br>
          -- <SIP/5082-00000046> Playing 'pbx-transfer.ulaw'
      (language 'ru')<br>
          -- Stopped music on hold on DAHDI/i1/6000-436<br>
          -- Channel DAHDI/i1/6000-436 left 'simple_bridge' basic-bridge
      <f5100b94-4c34-40af-9c92-7e129c2bdb00><br>
          -- Executing [0@fromtransfer:1] NoOp("DAHDI/i1/6000-436", "")
      in new stack<br>
          -- Executing [0@fromtransfer:2] Gosub("DAHDI/i1/6000-436",
      "dynamic-nway,5082,1") in new stack<br>
          -- Executing [5082@dynamic-nway:1] NoOp("DAHDI/i1/6000-436",
      "") in new stack<br>
          -- Executing [5082@dynamic-nway:2] Answer("DAHDI/i1/6000-436",
      "") in new stack<br>
          -- Executing [5082@dynamic-nway:3] Set("DAHDI/i1/6000-436",
      "CONFNO=5082") in new stack<br>
          -- Executing [5082@dynamic-nway:4] Set("DAHDI/i1/6000-436",
      "MEETME_EXIT_CONTEXT=dynamic-nway-invite") in new stack<br>
          -- Channel SIP/5082-00000046 left 'simple_bridge' basic-bridge
      <f5100b94-4c34-40af-9c92-7e129c2bdb00><br>
          -- Executing [5082@dynamic-nway:5] Set("DAHDI/i1/6000-436",
      "DYNAMIC_FEATURES=") in new stack<br>
          -- Executing [5082@dynamic-nway:6] MeetMe("DAHDI/i1/6000-436",
      "5082,1pdMXq") in new stack<br>
        == Spawn extension (sipphonesconf, 6000, 4) exited non-zero on
      'SIP/5082-00000046'<br>
      <br>
      <br>
      Is this expected or, may be, this is bug?<br>
      <br>
      So,as you can see, macro is not executed for Channel SIP/5082 , so
      this channel is not connected to conference.<br>
      <br>
      Could you tell me how can I get n-way call using asterisk 13?<br>
      <br>
      Thank you!<br>
      <br>
    </blockquote>
    <br>
  </div></div></div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" rel="noreferrer" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Director of Technology<br></div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div><div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div></div></div></div>
</div></div>