MI_XMLRPC module
Admin Guide
Section titled “Admin Guide”Overview
Section titled “Overview”This module implements a xmlrpc server that handles xmlrpc requests and generates xmlrpc responses. When a xmlrpc message is received a default method is executed.
At first, it looks up the MI command. If found it parses the called procedure’s parameters into a MI tree and the command is executed. A MI reply tree is returned that is formatted back in xmlrpc. The response is built in two ways - like a string that contains the MI tree nodes information (name, values and attributes) or like an array whose elements are consisted of each MI tree node stored information.
Dependencies
Section titled “Dependencies”External Libraries or Applications
Section titled “External Libraries or Applications”The following libraries or applications must be installed before running OpenSIPS with this module loaded:
- libxml2
OpenSIPS Modules
Section titled “OpenSIPS Modules”The following modules must be loaded before this module:
- httpd module.
Exported Parameters
Section titled “Exported Parameters”http_root(string)
Section titled “http_root(string)”Specifies the root path for xmlrpc requests: http://[opensips_IP]:[opensips_httpd_port]/[http_root]
The default value is “RPC2”.
...modparam("mi_xmlrpc", "http_root", "opensips_mi_xmlrpc")...trace_destination (string)
Section titled “trace_destination (string)”Trace destination as defined in the tracing module. Currently the only tracing module is proto_hep. This is where traced mi messages will go.
Default value is none(not defined).
...modparam("proto_hep", "trace_destination", "[hep_dest]10.0.0.2;transport=tcp;version=3")
modparam("mi_xmlrpc", "trace_destination", "hep_dest")...trace_bwlist (string)
Section titled “trace_bwlist (string)”Filter traced mi commands based on a blacklist or a whitelist. trace_destination must be defined for this parameter to have any purpose. Whitelists can be defined using ‘w’ or ‘W’, blacklists using ‘b’ or ‘B’. The type is separate by the actual blacklist by ’:’. The mi commands in the list must be separated by ’,’.
Defining a blacklists means all the commands that are not blacklisted will be traced. Defining a whitelist means all the commands that are not whitelisted will not be traced.
Default value is none(not defined).
...## blacklist ps and which mi commands## all the other commands shall be tracedmodparam("mi_xmlrpc", "trace_bwlist", "b: ps, which")...## allow only sip_trace mi command## all the other commands will not be tracedmodparam("mi_xmlrpc", "trace_bwlist", "w: sip_trace")...Exported Functions
Section titled “Exported Functions”No function exported to be used from configuration file.
Known Issues
Section titled “Known Issues”Commands with large responses (like ul_dump) will fail if the configured size of the httpd buffer is to small (or if there isn’t enough pkg memory configured).
Future realeases of the httpd and mi_xmlrpc modules will address this issue.
Example
Section titled “Example”This is an example showing the xmlrpc format for the “get_statistics net: shmem:” MI commad: response.
POST /xmlrpc HTTP/1.0Host: my.host.comUser-Agent: My xmlrpc UAContent-Type: text/xmlContent-Length: 216
<?xml version='1.0'?><methodCall> <methodName>get_statistics</methodName> <params> <param> <value> <struct> <member> <name>statistics</name> <value> <array> <data> <value><string>shmem:</string></value> <value><string>core:</string></value> </data> </array> </value> </member> </struct> </value> </param> </params></methodCall>
HTTP/1.0 200 OKContent-Length: 236Content-Type: text/xml; charset=utf-8Date: Mon, 8 Mar 2013 12:00:00 GMT
<?xml version="1.0" encoding="UTF-8"?>.<methodResponse><params><param><value><struct><member><name>net:waiting_udp</name><value><string>0</string></value></member><member><name>net:waiting_tcp</name><value><string>0</string></value></member><member><name>net:waiting_tls</name><value><string>0</string></value></member><member><name>shmem:total_size</name><value><string>268435456</string></value></member><member><name>shmem:used_size</name><value><string>40032</string></value></member><member><name>shmem:real_used_size</name><value><string>277112</string></value></member><member><name>shmem:max_used_size</name><value><string>277112</string></value></member><member><name>shmem:free_size</name><value><string>268158344</string></value></member><member><name>shmem:fragments</name><value><string>194</string></value></member></struct></value></param></params></methodResponse>.Contributors
Section titled “Contributors”By Commit Statistics
Section titled “By Commit Statistics”Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)
| # | Name | DevScore | Commits | Lines++ | Lines— |
|---|---|---|---|---|---|
| 1. | Razvan Crainea (@razvancrainea) | 217 | 6 | 1606 | 11824 |
| 2. | Bogdan-Andrei Iancu (@bogdan-iancu) | 137 | 42 | 10152 | 493 |
| 3. | Lavinia Andrei Spirea | 22 | 2 | 2207 | 8 |
| 4. | Liviu Chircu (@liviuchircu) | 15 | 3 | 443 | 426 |
| 5. | Daniel-Constantin Mierla (@miconda) | 10 | 8 | 44 | 20 |
| 6. | Stefan Darius | 8 | 4 | 256 | 45 |
| 7. | Juha Heinanen (@juha-h) | 6 | 4 | 58 | 10 |
| 8. | Ancuta Onofrei | 4 | 1 | 64 | 97 |
| 9. | Elena-Ramona Modroiu | 3 | 1 | 7 | 7 |
| 10. | Konstantin Bokarius | 3 | 1 | 2 | 5 |
All remaining contributors: Henning Westerholt (@henningw), Edson Gellert Schubert, Dan Pascu (@danpascu).
(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)
(2) including any documentation-related commits, excluding merge commits
(3) ignoring whitespace edits, renamed files and auto-generated files
By Commit Activity
Section titled “By Commit Activity”| # | Name | Commit Activity |
|---|---|---|
| 1. | Stefan Darius | Jun 2026 - Jul 2026 |
| 2. | Razvan Crainea (@razvancrainea) | Feb 2012 - Jun 2026 |
| 3. | Bogdan-Andrei Iancu (@bogdan-iancu) | Dec 2006 - Oct 2014 |
| 4. | Liviu Chircu (@liviuchircu) | Mar 2014 - Jul 2014 |
| 5. | Dan Pascu (@danpascu) | Aug 2008 - Aug 2008 |
| 6. | Daniel-Constantin Mierla (@miconda) | Feb 2007 - Mar 2008 |
| 7. | Konstantin Bokarius | Mar 2008 - Mar 2008 |
| 8. | Edson Gellert Schubert | Feb 2008 - Feb 2008 |
| 9. | Juha Heinanen (@juha-h) | Dec 2006 - Oct 2007 |
| 10. | Ancuta Onofrei | Sep 2007 - Sep 2007 |
All remaining contributors: Henning Westerholt (@henningw), Elena-Ramona Modroiu, Lavinia Andrei Spirea.
(1) including any documentation-related commits, excluding merge commits
Documentation
Section titled “Documentation”Contributors
Section titled “Contributors”Last edited by: Razvan Crainea (@razvancrainea), Bogdan-Andrei Iancu (@bogdan-iancu), Daniel-Constantin Mierla (@miconda), Konstantin Bokarius, Edson Gellert Schubert, Juha Heinanen (@juha-h), Elena-Ramona Modroiu, Lavinia Andrei Spirea.
License
Section titled “License”All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0