Re: Help Required For Sip in JTAPI/Gjtapi
Richard Deadman <[email protected]> Fri, 9 Dec 2005 09:19:53 -0500
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
Zeshan, Make sure you use the latest SIP provider from CVS, as it has a fix so that you can listen for incoming calls. The sample classes in net.sourceforge.gjtapi.test will mostly work with the sip provider. You need to change the name of the provider passed in as the first parameter and make sure you have set things up according to the installation instructions in the original sip provider download. So, you could try something like: java net.sourceforge.gtapi.test.TestMakeCall Sip [email protected] [email protected] This will need to be tweaked depending on how you have set up your sip-provider.props ... Richard -- Richard Deadman Deadman Consulting, Inc. Web Services, Policy Management, Java Telephony, Software Architecture mailto:[email protected] http://www.deadman.ca Office: 613-231-5112 Cell: 613-220-2469 On Dec 9 , zeshan <[email protected]> wrote: > > Hi Eveyone, > > I want to work on Sip using JTAPI , Bcz Gjtapi has support for Sip ,So i am > using it > but I did not able to get sample programm for Sip in JTAPI/Gjtapi , if any > one knows about its link then Plz semd it to me > > Secondly i want to know how to attach a Listener or an Observer when working > on Sip in Jtapi, > and can some one tell me how to use > net.sourceforge.gjtapi.test.TestCallListener > > and where to call it > > Regard > > Thanks in Advance > > Muhammad Zeshan > > =========================================================================== > 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".