{"id":63695,"library":"jain-sip-ri","title":"JAIN SIP RI","description":"Reference implementation of the JAIN SIP (JSR 32) specification for SIP (Session Initiation Protocol) signaling.","status":"active","version":"1.2.344","language":"java","source_language":null,"source_url":"https://code.google.com/p/jain-sip/","tags":["sip","telephony","signaling","jain"],"install":[{"cmd":"<dependency>\n  <groupId>javax.sip</groupId>\n  <artifactId>jain-sip-ri</artifactId>\n  <version>1.2.344</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'javax.sip:jain-sip-ri:1.2.344'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"SipFactory","correct":"javax.sip.SipFactory"}],"quickstart":{"code":"import javax.sip.SipFactory;\nimport javax.sip.SipStack;\nimport java.util.Properties;\n\npublic class SipQuickstart {\n    public static void main(String[] args) throws Exception {\n        SipFactory factory = SipFactory.getInstance();\n        Properties props = new Properties();\n        props.setProperty(\"javax.sip.STACK_NAME\", \"test\");\n        SipStack stack = factory.createSipStack(props);\n        System.out.println(\"SIP stack created\");\n    }\n}","lang":"java","description":"Create a SIP stack using JAIN SIP RI"},"warnings":[{"fix":"Evaluate if you need the RI or a more modern SIP library.","message":"This is an older reference implementation; consider using newer alternatives like Mobicents SIP Servlets.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'32':11 'implement':5 'initi':16 'jain':1,8,22 'jsr':10 'protocol':17 'refer':4 'ri':3 'session':15 'signal':18,21 'sip':2,9,14,19 'specif':12 'telephoni':20","created_at":"2026-06-17T16:46:54.210374+00:00","updated_at":"2026-06-17T16:46:54.210374+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://code.google.com/p/jain-sip/","github":null,"docs":"https://appdoc.app/artifact/javax.sip/jain-sip-ri/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}