Hi Ovidiu,
Thanks for the response. In opensipsctl ps following shows up for HTTPD:
Process::  ID=1 PID=1932 Type=HTTPD 127.0.0.1:8080

Whereas, I have set the httpd parameter as follows:
modparam("httpd", "ip", "203.XXX.53.XXX")
modparam("httpd", "port", 8000)

It is not listening to the IP I've mentioned as well as it runs on 8080
port by default. It doesn't obey the modparams defined :(
My http client is sitting remote and wants to send MI Commands to control
it over mi_json. Dont know what I'm doing wrong here !!

Thanks for any response !!

--- Jayesh


On Tue, Jul 22, 2014 at 6:04 PM, Ovidiu Sas <[email protected]> wrote:

> There are no limitations in terms of IP binding. If you run 'opensipsctl
> ps' you will see the httpd process listed with the listening IP and port.
>
> Regards,
> Ovidiu Sas
> On Jul 22, 2014 7:03 AM, "Jayesh Nambiar" <[email protected]> wrote:
>
>> Hello,
>> I am trying to load the httpd module and trying to execute some commands
>> from a remote server towards opensips http server. But the problem is,
>> opensips by default only listens on localhost. I tried setting the
>> following parameter:
>> modparam("httpd", "ip", "1.2.3.4")
>> modparam("httpd", "port", "8000")
>>
>> But when starting up it still shows that its only listening on localhost
>> !! netstat also confirms that port 8000 is only being used by localhost.
>>
>> Am i missing something here or is something wrong with the module
>> parameter.
>>
>> Thanks for pointers,
>>
>> --- Jayesh
>>
>> _______________________________________________
>> Users mailing list
>> [email protected]
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to