Fw: [JTAPI] JTAPI provider implemetation

Vipul Rastogi <[email protected]> Mon, 26 Dec 2005 15:54:45 +0900
Newsgroups gmane.comp.java.sun.jtapi
Organization Samsung Electronics
Message-ID <010201c609e9$4134d810$8279d5a5@samsungwgv4rmg>
Hi,
while compiling sipPhone.java of sipProvider1.0 I get following error ...
Please help ..


C:\vipul\cti\jtapi\net\sourceforge\gjtapi\raw\sipprovider>javac -classpath
.;.;.
;.;D:\PROGRA~1\JMF21~1.1E\lib\sound.jar;D:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;D:\PR
OGRA~1\JMF21~1.1E\lib;;C:\vipul\cti\jtapi\net\lib\nist-sip-1.2.jar;C:\vipul\cti\
jtapi\net\lib\nist-sdp-1.0.jar;C:\vipul\cti\jtapi\net\lib\gjtapi-sip-1.0.jar;C:\
vipul\cti\jtapi\net\lib\JainSipApi1.1.jar;C:\vipul\cti\jtapi\net\lib\tracesviewe
r.jar;C:\vipul\cti\jtapi\net\lib\jmf.jar;C:\vipul\cti\jtapi\net\lib\Stun4J.zip;C
:\vipul\cti\jtapi\net\lib\jtapi1_3_1.jar sipPhone.java
sipPhone.java:92: cannot resolve symbol
symbol  : class TelephonyListener
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    private TelephonyListener listener;
            ^
sipPhone.java:94: cannot resolve symbol
symbol  : class TermData
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    private TermData terminal;
            ^
sipPhone.java:100: cannot resolve symbol
symbol  : class CallId
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    private CallId idd;
            ^
sipPhone.java:130: cannot resolve symbol
symbol  : class CallId
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    public void createCall(CallId id, String address, String term, String
dest)
throws
                           ^
sipPhone.java:131: cannot resolve symbol
symbol  : class RawStateException
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    ResourceUnavailableException, PrivilegeViolationException,
InvalidPartyExcep
tion, InvalidArgumentException, RawStateException,
MethodNotSupportedException

                                ^
sipPhone.java:164: cannot resolve symbol
symbol  : class CallId
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    public void SipHangup(CallId callId)
                          ^
sipPhone.java:443: cannot resolve symbol
symbol  : class CallId
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
    private ListIdElement getElementIdListByJtapiId(CallId callid)
                                                    ^
sipPhone.java:391: cannot resolve symbol
symbol  : class TermData
location: class net.sourceforge.gjtapi.raw.sipprovider.SipPhone
                    terminal = new TermData("sip:" +
sipManager.getLocalUser() +
 "@" + sipManager.getLocalHostAddress(),true );// + "@" +
sipManager.getLocalHos
tAddress(), true);
                                   ^
sipPhone.java:450: cannot access net.sourceforge.gjtapi.CallId
file net\sourceforge\gjtapi\CallId.class not found
            if ( lst.getJtapiId().equals(callid))
                               ^
9 errors


thanks,
vipul rastogi
----- Original Message -----
From: "Richard Deadman" <[email protected]>
To: "Vipul Rastogi" <[email protected]>
Sent: Thursday, December 22, 2005 1:41 PM
Subject: Re: [JTAPI] JTAPI provider implemetation


> Vipul,
>
> GJTAPI (http://gjtapi.sf.net) is a framework intended precisely for easily
> creating new
> JTAPI implementations. It provides a "service provider interface" that is
> an order of
> magnitude easier to implement than the JTAPI specification.
>
> If you are looking for help in building a JTAPI implementation, I have
> done several over
> the years for clients and am the chief architect on the GJTAPI project.
>
> Cheers,
>
>
> Richard
>
> --
> Richard Deadman
> Deadman Consulting, Inc.
> Java Telephony, Web Services, Policy Management, Software Architecture
> mailto:[email protected]
> http://www.deadman.ca
> Office: 613-231-5112
> Cell: 613-220-2469
>
> On Dec 22, Vipul Rastogi <[email protected]> wrote:
>>
>> Hi,
>>     I need to provide JTAPI interface to our PBX. So far everywhere I
>> found
>> tutorials on who to write JTAPI program but nowhere I found article on
>> how
>> to implement the provider. Yes, I understand it is quite specific to
>> provider platform. Can anybody help me in provider implemetation
>> article/any
>> company who can do this job etc.
>>
>> Vipul Rastogi
>>
>> ===========================================================================
>> 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".