Re: Call Conferencing question

"Murat Balkan (Koç.net)" <[email protected]> Wed, 20 Jul 2005 10:51:27 +0300
Newsgroups gmane.comp.java.sun.jtapi
Message-ID <[email protected]>
Hi,

Thank you for your response.

Suppose

1234 is the conference controller.

What I am trying to do is.

1234 calls 1235, 1235 answers. That is call 1.

1234 then calls 1236. 1236 answers. That is call 2.

This way n calls are created.

The first call binds these other calls to the conference via conference method. Problem is when the call 1 is active, 1234 canno connect another call I get invalid state exception when I try to do that?

Any comments on this or can you propose another solution?

Thanks alot

 

________________________________

From: Discussion list for Java Telephony API [mailto:[email protected]] On Behalf Of Alejandra Moreno
Sent: Wednesday, July 20, 2005 10:47 AM
To: [email protected]
Subject: Re: [JTAPI] Call Conferencing question

 

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

 

www.MyVoIPsource.org <http://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". 
_____________________________________________________________________________________________________________________________________________ 
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".