Hi,<br><br>I&#39;ve uploaded a patch at <a href="https://issues.asterisk.org/view.php?id=15853" target="_blank">https://issues.asterisk.org/view.php?id=15853</a>, which adds a new feature for the Asterisk Manager Interface command Redirect().<br>


<br>The new feature is that you now can redirect both legs of a call to different extensions.<br><br>The feature can be tested by making a call, and then checking the channels with core show channels, and then send the two channels to different extensions via Manager Interface by issuing something similar to this:<br>
<br>Action: Redirect<br>
Channel: SIP/user1-chan<br>
Context: parkinglot<br>
Extension: 123<br>
Priority: 1<br>
ExtraChannel: SIP/user2-chan<br>
ExtraContext: dialout<br>
ExtraExtension: 12345678<br>
ExtraPriority: 1<br><br>This example should redirect one leg to the &quot;parkinglot&quot; context, and one leg to the &quot;dialout&quot; context.<br><br>You could also test that the old version works, by just specifying ExtraChannel, but none of the other Extra variables. It should then do as before, and send both channels to the same context/extension/priority.<br>
<br>Could anyone please help me test this patch in their setup?<br><br>Regards,<br>Håkon Nessjøen<br>