Re: [Freeswitch-users] Bind_meta_app and second-degree bridge (.. this is a bad title.)

2009-09-02 Thread Harry Vangberg
Ah. att_xfer seems nice. But, it still doesn't allow C to eventually rebridge A to B (or possibly D, E etc) at some point in the conversation, where the caller needs to talk with somebody else. 2009/9/1 Anthony Minessale anthony.miness...@gmail.com: you probably don't want to call bridge from

Re: [Freeswitch-users] Bind_meta_app and second-degree bridge (.. this is a bad title.)

2009-09-02 Thread Anthony Minessale
instead of bridge or att_xfer then use transfer to transfer to an extension that does the bridge. or transfer to the inline dialplan. On Wed, Sep 2, 2009 at 5:00 AM, Harry Vangberg ha...@vangberg.name wrote: Ah. att_xfer seems nice. But, it still doesn't allow C to eventually rebridge A to B

Re: [Freeswitch-users] Bind_meta_app and second-degree bridge (.. this is a bad title.)

2009-09-02 Thread Harry Vangberg
That's what I ended up with earlier today. Transfering to another extension that does the att_xfer/bridge and rebinds meta app. I think it works. Unfortunately my third phone is out of power, so haven't had much chance to test it. 2009/9/2 Anthony Minessale anthony.miness...@gmail.com: instead

[Freeswitch-users] Bind_meta_app and second-degree bridge (.. this is a bad title.)

2009-09-01 Thread Harry Vangberg
My basic functionality is this: A calls in, is bridged to B (). I use bind_meta_app to let B rebridge A to C (). After having been rebridged to C, C should be able to rebridge A to B *again*, and so on. This is the code I have: context name=public extension name=ff-ivr

Re: [Freeswitch-users] Bind_meta_app and second-degree bridge (.. this is a bad title.)

2009-09-01 Thread Anthony Minessale
you probably don't want to call bridge from bind meta app, try using the att_xfer app instead it works like bridge but when you call C you can press # to hangup and bridge a to c or press 0 to conference call all 3. On Tue, Sep 1, 2009 at 6:17 AM, Harry Vangberg ha...@vangberg.name wrote: My