I'm interested in writing a "simple" java (or vb.net) app to monitor/interact-with my VoIP service.
Not really knowing where to start, I did some googling and found a java api for j2me offered by nokia (linked there via java.sun.com). I haven't found any other "official" j2se api for SIP.
I've never used j2me -- only j2se.
Is the api from nokia (for j2me) compatible with j2se? Or is there some other api for j2se (1.4x)?
Basically, I want to write an app that boils down to 2 things: 1) initiate a call to a number; 2) detect an incomming call and log the time/date/number
Does anyone have any simple, basic, java (or vb.net) examples that would get me going in the right direction?
edit: I'm an experienced programmer, moderately new to java, with a good understanding of tcp/ip, comfortable with client/server concepts
Not really knowing where to start, I did some googling and found a java api for j2me offered by nokia (linked there via java.sun.com). I haven't found any other "official" j2se api for SIP.
I've never used j2me -- only j2se.
Is the api from nokia (for j2me) compatible with j2se? Or is there some other api for j2se (1.4x)?
Basically, I want to write an app that boils down to 2 things: 1) initiate a call to a number; 2) detect an incomming call and log the time/date/number
Does anyone have any simple, basic, java (or vb.net) examples that would get me going in the right direction?
edit: I'm an experienced programmer, moderately new to java, with a good understanding of tcp/ip, comfortable with client/server concepts