Documentation
|
Pages for other versions: devel 3.5 3.4 Older versions: 3.3 3.2 3.1 3.0 2.4 2.3 2.2 2.1 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4
1. SIP related modules
1.1 SIP signaling modules
- B2B_ENTITIES - Back-to-Back User Agent Entities, stable
- B2B_LOGIC - Back-to-Back User Agent Logic, stable
- CALL CENTER - Inbound call center system , stable
- DIALOG - Dialog support module , stable
- NAT_TRAVERSAL - NAT traversal module , stable
- NATHELPER - NAT traversal helper module , stable
- OPTIONS - OPTIONS server replier module , stable
- REGISTRAR - SIP Registrar implementation module , stable
- SIGNALING - SIP signaling module , stable
- UAC_REGISTRANT - SIP Registrant implementation module , stable
- TM - Transaction (stateful) module , stable
- SL - Stateless replier module , stable
- SMS - SIP-to-SMS IM gateway module , stable
1.2 SIP Routing modules
- CARRIERROUTE - routing extension suitable for carriers , alpha
- CPL_C - CPL interpreter module , stable
- DISPATCHER - Dispatcher module , stable
- DROUTING - Dynamic Routing / LCR , stable
- EMERGENCY - Emergency module, alpha
- ENUM - ENUM lookup module , stable
- JABBER - JABBER IM and PRESENCE interconnection module , beta
- IMC - Instant Messaging Conferencing module , stable
- LOAD_BALANCER - Load Balancer (for calls) module, stable
- MID_REGISTRAR - SIP registration front-end with traffic throttling , alpha / NEW
- MSILO - SIP message silo module , stable
- RR - Record-Route and Route module , stable
- SCRIPT_HELPER - Embedded SIP routing logic and dialog management, stable
- OSP - OSP peering module , stable
1.3 SIP messaging operations
- COMPRESSION - Message compression and compaction, alpha
- DIVERSION - Diversion header insertion module , stable
- IDENTITY - SIP Identity implementation, stable
- MAXFWD - Max-Forward processor module , stable
- MANGLER - SIP mangler module , stable
- PATH - Path support for SIP frontending , stable
- SIP-I - ISUP manipulation module , alpha / NEW
- SIPMSGOPS - SIP operations module , stable
- TOPOLOGY_HIDING - Provides Topology Hiding capabilities , beta
- UAC - UAC functionalies (FROM mangling and UAC auth) , stable
- UAC_AUTH - UAC Authentication functionality, stable
- UAC_REDIRECT - UAC redirection functionality , stable
- URI - Generic URI operation module , stable
- SST - SIP Session Timer support , stable
1.4 SIP Presence Modules
- PRESENCE - Presence server module - common API , stable
- PRESENCE_CALLINFO - Extension to Presence server for Call-Info, stable
- PRESENCE_DIALOGINFO - Extension to Presence server for Dialog Info, stable
- PRESENCE_MWI - Extension to Presence server for Message Waiting Indication , stable
- PRESENCE_XCAPDIFF - Extension to Presence server for XCAP-DIFF event, stable
- PRESENCE_XML - Presence server module - presence & watcher info and XCAP , stable
- PUA - Common API for presence user agent client , stable
- PUA_BLA - BLA extension for PUA , stable
- PUA_DIALOGINFO - Dialog-Info extension for PUA , stable
- PUA_MI - MI extension for PUA , stable
- PUA_USRLOC - USRLOC extension for PUA , stable
- PUA_XMPP - XMPP extension for PUA (SIMPLE-XMPP presence gateway) , stable
- B2B_SCA - Back-to-Back Shared Call Appearance, beta
- RLS - Resource List Server implementation , stable
- XCAP - XCAP API provider , stable
- XCAP_CLIENT - XCAP client implementation , stable
2. Scripting modules
2.1 Script helper modules
- JSON - Manipulate JSON objects in OpenSIPS script, stable
- XML - Manipulate XML documents in OpenSIPS script, stable
- CFGUTILS - Various utility functions, stable
- EXEC - External exec module , stable
- TEXTOPS - Text operations module, stable
- AVPOPS - AVP operation module, stable
- REGEX - RegExp via PCRE library, stable
- MATHOPS - Floating point and rounding operations, stable
- BENCHMARK - Script file benchmarking, stable
- CARRIERROUTE - routing extension suitable for carriers , stable
- GFLAGS - Global shared flags module, stable
- PYTHON - Python scripting support, stable
- LUA - Call LUA scripts from OpenSIPS cfg, beta
- PERL - embed execution of Perl function , stable
- MMGEOIP - MaxMind GeoIP module, stable
2.2 Auth modules
- AUTH_AAA - AAA-backend authentication module, stable
- AUTH - Authentication Framework module, stable
- AUTH_DB -Database-backend authentication module, stable
- PERMISSIONS - Permissions control module , stable
2.3 Accounting & Billing modules
- ACC - Accounting module, stable
- CALL CONTROL - PrePaid application module , stable
- CGRATES - Connector to the CGRateS billing engine, alpha / NEW
2.4 Dialplan Modules
- ALIAS_DB - Database SIP aliases module, stable
- DIALPLAN - Dialplan management , stable
- DOMAIN - Multi-domain support module , stable
- DOMAINPOLICY - Policies to connect federations , stable
- GROUP - User-groups module with DB-backend , stable
- USERBLACKLIST - User black/white listing , stable
- SPEEDDIAL - Per-user speed-dial controller module , stable
- PEERING - Radius peering module , alpha
2.5 Data caching
- DNS_CACHE - Module for caching DNS records that can be used with any Key-Value back-end , stable
- USRLOC - User location implementation module , stable
- SQL_CACHER - SQL Caching module, beta
2.6 Traffic shaping module
- PIKE - Flood detector module , stable
- QOS - QOS (RTP) module , stable
- RATELIMIT - SIP traffic shaping module , stable
- FRAUD_DETECTION - Detects fraudulent calls, beta
3. Database modules
3.1 SQL modules
- DB_BERKELEY - Berkeley DB driver for DB API , stable
- DB_CACHEDB - SQL to CacheDB translator , beta
- DB_FLATSTORE - Fast writing-only text-backend for database module , stable
- DB_HTTP - HTTP-backend for DB API , beta
- DB_MYSQL - MYSQL-backend for database API module , stable
- DB_ORACLE - ORACLE-backend for database API module , beta
- DB_PERLVDB - Perl Virtual Database engine , stable
- DB_POSTGRES - POSTGRES-backend for database API module , stable
- DB_SQLITE - SQLITE3-backend for database API module , beta
- DB_TEXT - Text-backend for database API module , stable
- DB_UNIXODBC - unixODBC driver module , stable
- DB_VIRTUAL - Middle-layer DB mixer, stable
3.2 noSQL modules
4. External Integration modules
4.1 OpenSIPS API modules
- EVENT_DATAGRAM - Event datagram module , stable
- EVENT_FLATSTORE - Text/File backend for events, alpha / NEW
- EVENT_ROUTE - Route triggering based on events, stable
- EVENT_ROUTING - Event-based routing, beta / NEW
- EVENT_RABBITMQ - Event RabbitMQ client module , stable
- EVENT_VIRTUAL - Aggregator of event backends (failover & balancing), beta
- EVENT_XMLRPC - Event XMLRPC client module , beta
- MI_DATAGRAM - DATAGRAM (unix and network) support for Management Interface , stable
- MI_FIFO - FIFO support for Management Interface , stable
- MI_HTTP - HTTP support for Management Interface , stable
- MI_JSON - JSON support via HTTP GET for Management Interface , beta
- MI_XMLRPC_NG - XMLRPC support for Management Interface , beta
- HTTPD - Embedded HTTP server , stable
- PI_HTTP - Provisioning Interface module , stable
- RABBITMQ - Connector to a RabbitMQ message broker, alpha / NEW
- STATISTICS - Script statistics support , stable
4.2 Media Relays
- MEDIAPROXY - NAT traversal module , stable
- RTPENGINE - Connector to RTPengine external RTP relay , stable
- RTPPROXY - Connector to RTPproxy external RTP relay, beta
4.3 External integration (non-SIP protocols)
- AAA_RADIUS - RADIUS backend for the AAA API, stable
- FREESWITCH - FreeSWITCH ESL connection manager, beta / NEW
- H350 - H350 implementation , stable
- LDAP - LDAP connector , stable
- REST_CLIENT - Implementation of an HTTP client , beta
- SEAS - Sip Express Application Server (interface module) , stable
- SIPCAPTURE - SipCapture module , stable
- SIPTRACE - SipTrace module , stable
- SNGTC - Voice Transcoding in OpenSIPS using Sangoma hardware , beta
- SNMPStats - SNMP interface for statistics module , stable
- STUN - Built-in STUN server , stable -
- XMPP - SIP-to-XMPP Gateway (SIP to Jabber/Google Talk) , stable
5. OpenSIPS protocols and infrastructure
- CLUSTERER - Define and configure an OpenSIPS cluster, beta
- TLS_MGM - TLS management module , stable
- PROTO_BIN - Binary INterface protocol module - implements inter-OPENSIPS communication , beta
- PROTO_HEP - HEP protocol module - implements HEP transport for SIP , beta
- PROTO_SCTP - SCTP protocol module - implements SCTP transport for SIP , beta
- PROTO_TCP - TCP protocol module - implements TCP-plain transport for SIP , stable
- PROTO_TLS - TLS protocol module - implements TLS transport for SIP , stable
- PROTO_UDP - UDP protocol module - implements UDP-plain transport for SIP , stable
- PROTO_WS - WebSocket protocol module - implements WS transport for SIP , beta
- PROTO_WSS - WebSocket Secure protocol module - implements WSS transport for SIP , beta
|