java - Build Sip Client using Sip Servlet as signalling -
i using mobicent sip servlet , have deployed in jboss as7 successfully. saw testing sip softphones.
i have google search alot building our own sip client cannot find proper guide.
what have using sip servlet signalling , have create android client(using jain-sip) , have create uac browser.
i confuse how can use sip servlet application running on server? how send requests(register,invite , on) client sip servlet?
for example this tutorial how create client? :)
a little guide or small tutorial create uac or how use sip servlet can help
android has built in simple sip client , apis here http://developer.android.com/reference/android/net/sip/package-summary.html. need own jain-sip in android if using more advanced features. there plenty of examples here https://svn.java.net/svn/jsip~svn/trunk/src/examples
Comments
Post a Comment