← Volver al índice de módulos

xhttp

This module provides basic HTTP/1.0 server functionality inside Kamailio. SIP and HTTP are very similar protocols, so, practically, the SIP parser can easily handle HTTP requests just by adding a fake
🌐 WebRTC y Transporte Kamailio 6.1

Descripción general

This module provides basic HTTP/1.0 server functionality inside Kamailio. SIP and HTTP are very similar protocols, so, practically, the SIP parser can easily handle HTTP requests just by adding a fake Via header. The xmlrpc module uses the same concept. The xHTTP module offers a generic way of handling the HTTP protocol, by calling event_route[xhttp:request] in your config. You can check the HTTP URL via the config variable $hu. Note that use of $ru will raise errors since the structure of an HTTP URL is not compatible with that of a SIP URI.

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

Autores y contribuidores

Daniel-Constantin Mierla <miconda@gmail.com>Alex Balashov <abalashov@evaristesys.com>

Copyright © 2010 asipto.com

Módulos relacionados

http_async_client http_client jsonrpcs websocket xmlrpc