Re: Call Conferencing question

Alejandra Moreno <[email protected]> Wed, 20 Jul 2005 09:47:08 +0200
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <[email protected]>
Hi,

 

Why do you put the terminal ‘termi’ on hold? I think you don’t need that;
just connect the second call and conference it.

 

Cheers,

alej

 

 <http://www.MyVoIPsource.org> www.MyVoIPsource.org 
Hochschule Rapperswil 
Oberseestr. 10 
8640 Rapperswil 
tel: +41 55 214 18 34

  _____  

From: Discussion list for Java Telephony API
[mailto:[email protected]] On Behalf Of Murat Balkan (Koç.net)
Sent: Wednesday, July 20, 2005 7:49 AM
To: [email protected]
Subject: [JTAPI] Call Conferencing question

 

Hi all,

I am working on an application that creates a conference on specified DNs.

I am trying

 

CallControlCall call = (CallControlCall)ciscoProv.createCall();

call.setConferenceEnable(true);

call.addObserver(this);

Terminal term = srcAddress.getTerminals ()[0];

call.connect (term, srcAddress, destAddress );

 

CallControlCall call2 = (CallControlCall)ciscoProv.createCall();

Terminal term2 = srcAddress.getTerminals ()[0];

CallControlTerminalConnection
termi=(CallControlTerminalConnection)term2.getTerminalConnections()[1];

termi.hold();

call2.connect (term, srcAddress, "3214" );

call.conference(call2);

 

But this does not work as one party remains on hold .

What should I do? Can you please comment on this?

Thank you

 

Murat 

 

____________________________________________________________________________
_________________________________________________________________

Bu e-posta mesaji kisiye ozel olup, gizli bilgiler iceriyor olabilir. Eger
bu e-posta mesaji size yanlislikla ulasmissa,  icerigini hic bir sekilde
kullanmayiniz ve ekli dosyalari acmayiniz. Bu durumda lutfen e-posta
mesajini kullaniciya hemen geri gonderiniz  ve  tum kopyalarini mesaj
kutunuzdan siliniz. Bu e-posta mesaji, hic bir sekilde, herhangi bir amac
icin cogaltilamaz, yayinlanamaz ve para karsiligi satilamaz.  Bu e-posta
mesaji viruslere karsi anti-virus sistemleri tarafindan taranmistir. Ancak
yollayici, bu e-posta mesajinin - virus koruma sistemleri ile kontrol
ediliyor olsa bile - virus icermedigini garanti etmez ve meydana gelebilecek
zararlardan dogacak hicbir sorumlulugu kabul etmez. 

This message is intended solely for the use of the individual or entity to
whom it is addressed , and may contain confidential  information. If you are
not the intended recipient of this message or you receive this mail in
error, you should refrain from making any use of the contents and from
opening any attachment. In that case, please notify the sender immediately
and return the message to the sender, then, delete and destroy all copies.
This e-mail message, can not be copied, published or sold for any reason.
This e-mail message has been swept by anti-virus systems for the presence of
computer viruses. In doing so, however,  sender  cannot warrant that virus
or other forms of data corruption may not be present and do not take any
responsibility in any occurrence.

____________________________________________________________________________
_________________________________________________________________

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST". For general help, send email to
[email protected] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff JTAPI-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".