On Wednesday 07 September 2022 at 15:32:50, Thomas Ray wrote:

> From https://wiki.asterisk.org/wiki/display/AST/Channels
> 
> "The primary exception is with Local Channels. In the case of local
> channels, you'll typically have two local channel legs, one that is
> treated as outbound and the other as inbound. In this case both are really
> inside Asterisk, but one is executing dialplan and the other is not. The
> leg executing dialplan is the one treated as inbound."
> 
> In your case, context-00000ce9;1 is the inbound channel because you did
> Dial(Local/number@context) and context-00000ce9;2 is the outbound channel
> because it did the Dial to another destination. Simply, the numbers
> represent each leg of a local channel.

Thanks - so, which one should I pass as the parameter to ChannelRedirect() 
when I want to put the call on hold (and then Bridge() when I want to join it 
back to the other caller again)?


Antony.

-- 
"Once you have a panic, things tend to become rather undefined."

 - murble

                                                   Please reply to the list;
                                                         please *don't* CC me.

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to