Hi, Vishnu!

Are you sure your OpenSIPS is running? The snippet you have pasted is not a properly formed configuration file, since the init section cannot be mixed with routing logic. Also, are you sure your OpenSIPS is listening on 8000 port? Can you try to execute opensipsctl ps?

Best regards,

Razvan Crainea
OpenSIPS Core Developer
http://www.opensips-solutions.com

On 12/20/2013 07:56 AM, Vishnu Vardhan wrote:
Hi to all,

Recently i configure Xmlrpc in my opensips-cp(1.8).I done the changes in
opensips.cfg like following.

if (!www_authorize("127.0.0.1", "subscriber"))
{
     www_challenge("127.0.0.1", "0");
     exit;
}
loadmodule "mi_xmlrpc.so"
modparam("mi_xmlrpc", "port", 8000)

But when i am trying to connect it is not working.I didn't get any error
messages /var/log/messages regarding this.
Can any one pls guide me what is the  problem here

Regards,
Vishnu


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to