{"id":66175,"library":"sip-servlets-spec","title":"Restcomm SIP Servlets Specification","description":"The specification API for SIP Servlets, used for building SIP-based communication applications.","status":"active","version":"4.0.128","language":"java","source_language":null,"source_url":"https://github.com/RestComm/sip-servlets","tags":["sip","telecom","servlet","specification"],"install":[{"cmd":"<dependency>\n  <groupId>org.mobicents.servlet.sip</groupId>\n  <artifactId>sip-servlets-spec</artifactId>\n  <version>4.0.128</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.mobicents.servlet.sip:sip-servlets-spec:4.0.128'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"SipServlet","correct":"javax.servlet.sip.SipServlet"}],"quickstart":{"code":"import javax.servlet.sip.SipServlet;\nimport javax.servlet.sip.SipServletRequest;\nimport javax.servlet.sip.SipServletResponse;\n\npublic class MySipServlet extends SipServlet {\n    @Override\n    protected void doRequest(SipServletRequest req) {\n        System.out.println(\"Received SIP request: \" + req.getMethod());\n    }\n}","lang":"java","description":"A basic SIP servlet that handles incoming requests."},"warnings":[],"env_vars":null,"search_vec":"'api':7 'applic':18 'base':16 'build':13 'communic':17 'restcomm':1 'servlet':3,10,21 'sip':2,9,15,19 'sip-bas':14 'specif':4,6,22 'telecom':20 'use':11","created_at":"2026-06-17T17:20:10.595357+00:00","updated_at":"2026-06-17T17:20:10.595357+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":"https://github.com/RestComm/sip-servlets","github":"https://github.com/RestComm/sip-servlets","docs":"https://appdoc.app/artifact/org.mobicents.servlet.sip/sip-servlets-spec/","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}}