-
hi everybody, i'm a new user of the jsip library,i want to establish a connection to asterisk server using the library jsip,i managed to register and i want to send an invite message,this is the code i'm using :
SipUri uri = new SipUri( "sip:taha@155.132.215.237" );
SipClient client = SipClient.getSipClient();
SipUser user = null;
client.setDefaultUserMode( true );...
2009-03-30 12:00:03 UTC by youness147
-
hi everybody, i'm a new user of the jsip library,i want to establish a connection to asterisk server using the library jsip,i managed to register and i want to send an invite message,this is the code i'm using :
SipUri uri = new SipUri( "sip:taha@155.132.215.237" );
SipClient client = SipClient.getSipClient();
SipUser user = null;
client.setDefaultUserMode( true );...
2009-03-30 09:58:36 UTC by youness147
-
I've recently had the time to upgrade the SipChat client to 0.3. This version adds "xpidf" presence document support, which will provide for presence interoperability with MS Messenger. In brief testing and using a SIP presence server, I was able to see my presence between SipChat and MS Messenger, and initiate IM conversations. The client seems to break at this point, most likely...
2002-10-07 13:53:08 UTC by srjlej
-
srjlej committed patchset 63 of module jsip to the The Java SIP library CVS repository, changing 4 files.
2002-10-07 13:07:14 UTC by srjlej
-
srjlej committed patchset 62 of module jsip to the The Java SIP library CVS repository, changing 3 files.
2002-04-29 16:16:31 UTC by srjlej
-
srjlej committed patchset 61 of module jsip to the The Java SIP library CVS repository, changing 2 files.
2002-04-29 16:14:29 UTC by srjlej
-
srjlej committed patchset 60 of module jsip to the The Java SIP library CVS repository, changing 2 files.
2002-04-29 16:12:21 UTC by srjlej
-
I've just released a first version of an IM client based on the SIP extensions. While it still has some deficiencies (see the README included), it does have some functionality, and the GUI is relatively mature. I'll try to get some screenshots on the homepage as soon as possible. To build this client, you will need the most current jSIP library (0.8). See the README.sipchat for further details.
2002-04-03 20:55:51 UTC by srjlej
-
srjlej committed patchset 59 of module jsip to the The Java SIP library CVS repository, changing 2 files.
2002-04-03 18:49:38 UTC by srjlej
-
srjlej committed patchset 58 of module jsip to the The Java SIP library CVS repository, changing 1 files.
2002-04-03 18:30:25 UTC by srjlej