I need some documentation for using PJSIP as a Standalone Java Application to understand the flow and implement the Java Wrapper. I have downloaded PJSIP-JNI wrapper, but i am not able to understand how to run the application. I am really struck from many days. please some one help me in using the PJSIP-JNI as a standalone Java application, say, i want to test the connection to my SIP server through my main class. If some one can suggest some other libraries then it will really great.
Asked
Active
Viewed 573 times
1 Answers
2
Why don't you use JAIN SIP http://code.google.com/p/jain-sip/ for an Open Source Java SIP Stack instead of PJSIP and going with JNI ? You could even go higher level with SIP Servlets https://code.google.com/p/sipservlets/ to avoid taking care of low level coding and focus on your business and routing logic or even higher level with RestComm https://code.google.com/p/restcomm/

jeand
- 2,325
- 14
- 12