-
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 in The Java SIP library
-
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 in The Java SIP library