← Volver al índice de módulos

jsonrpcs

This module provides a JSON-RPC v2 server, tailored for the needs of Kamailio. It implements the Kamailio RPC interface over JSON-RPC.
🌐 WebRTC y Transporte Kamailio 6.1

Descripción general

This module provides a JSON-RPC v2 server, tailored for the needs of Kamailio. It implements the Kamailio RPC interface over JSON-RPC. The specification for JSON-RPC is available at: http://www.jsonrpc.org/specification. The transports supported by the module are: FIFO file, datagram (UDP) over unix socket files or network sockets, HTTP and HTTPS. The JSONRPCS module requires the xHTTP module to handle HTTP/S requests. Read the documentation of the xHTTP module for more details.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/jsonrpcs.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/jsonrpcs

Autores y contribuidores

Daniel-Constantin Mierla <miconda@gmail.com>

Copyright © 2014 asipto.com

Módulos relacionados

http_async_client http_client websocket xhttp xmlrpc