Many thanks! This worked just fine for me.
I only had to compile the ztdummy module, since I
don't have any Digium cards installed. From then on,
everything works as expected. I am able to redirect
two channels at a once to the meetme room and
afterwards, using "Originate", I am able to invite
additional parties to the conference.
Cheers
Paulo
--- Tony Mountifield <tony@softins.clara.co.uk>
wrote:> In article
>
<20050525181851.2071.qmail@web26506.mail.ukl.yahoo.com>,> Paulo <mao_tse_tungue@yahoo.com.hk> wrote:
> > Hi all,
> >
> > I am trying to setup a three party conference
> using
> > the Asterisk Manager API. I am using the Redirect
> > action over an established two party call. The
> > procedure I am using is to try to redirect the two
> > existing channels to a third party. I would expect
> > this to connect both channels to the third party.
> > However, one of the two parties gets disconnected.
> Is
> > this the expected behavior? Is there any other way
> to
> > setup such a conference?
>
> You have to do it using a MeetMe conference.
>
> for example, in extensions.conf you could have:
>
> [conference]
> ; single-digit conf numbers
> exten => _X,1,MeetMe(${EXTEN}|dq)
> exten => _X,2,Hangup
> ; multi-digit conf numbers
> exten => _X.,1,MeetMe(${EXTEN}|dq)
> exten => _X.,2,Hangup
>
> and then in the Manager API you redirect both legs
> of your established
> call at once using Channel and ExtraChannel:
>
> Action: Redirect
> Channel: <first channel>
> ExtraChannel: <second channel>
> Context: conference
> Exten: <confnum>
> Priority: 1
>
> You have to do them both at once, otherwise you
> would drop one channel
> when the other lets go of it to join the conference.
>
> You can then add any other callers to the same
> conference as required.
>
> Hope this helps
> Cheers
> Tony
> --
> Tony Mountifield
> Work: tony@softins.co.uk - http://www.softins.co.uk
> Play: tony@mountifield.org -
> http://tony.mountifield.org
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
>
http://lists.digium.com/mailman/listinfo/asterisk-users> To UNSUBSCRIBE or update options visit:
>
>
http://lists.digium.com/mailman/listinfo/asterisk-users>