How,
I have tried the following and am having trouble even joining 1 person =
to the conference call:
=20
originateAction =3D new OriginateAction();
originateAction.setChannel("SIP/201");
originateAction.setApplication("dial");
originateAction.setData("8200");
//originateAction.setContext("default");
//originateAction.setExten("SIP/200");
originateAction.setPriority(new Integer(1));
originateAction.setTimeout(new Integer(60000));
=20
I am able to dial manually from a sip into 8200 and all works fine.
=20
Thanks Stefan!
________________________________
From: ast...@li... on behalf of =
Stefan Reuter
Sent: Wed 1/18/2006 8:25 AM
To: ast...@li...
Subject: Re: [Asterisk-java-users] having multiple users call a =
conference
g f schrieb:
> Hello all,
> how can I have multiple users(>2) call into a conference room?
> Is this something I can do with OriginateAction?
If you want those users to be called by Asterisk and then joined into a
conference OriginateAction is the way to go.
=3DStefan
|