Ovidiu,
i gave your stats rpc commands a try using xmlrpc, and noticed that the
result is not correctly formatted:
Received the following response:
HTTP/1.0 200 OK
Via: SIP/2.0/TCP 127.0.0.1:34153
Server: OpenXg SIP Proxy (4.2.0-0 (x86_64/linux))
Content-Length: 547
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value><string>core:bad_URIs_rcvd = 27</string>
<string>core:bad_msg_hdr = 0</string>
<string>core:drop_replies = 0</string>
<string>core:drop_requests = 0</string>
<string>core:err_replies = 0</string>
<string>core:err_requests = 0</string>
<string>core:fwd_replies = 0</string>
<string>core:fwd_requests = 3</string>
<string>core:rcv_replies = 63</string>
<string>core:rcv_requests = 522</string>
<string>core:unsupported_methods = 37</string>
</value>
</param>
</params>
</methodResponse>
the value should be array.
i remember that these kind of problems have been fixed before, but don't
remember the details.
-- juha