"*Cannot connect to OpenSIPS Server via Management Interface* *...
*
*and in monit
*
192.168.0.1:2812can't conect.
plz help me to solve this problem.


On Sat, Jan 26, 2013 at 10:03 AM, p prakash <[email protected]> wrote:

> Thanx Daniel Goepp ...
>
>
> On Fri, Jan 25, 2013 at 8:42 AM, Daniel Goepp <[email protected]> wrote:
>
>> There are a few options, but one is XMLRPC
>>
>> http://www.opensips.org/html/docs/modules/1.8.x/mi_xmlrpc.html
>>
>> And for more information on MI:
>>
>> http://www.opensips.org/Resources/DocsCoreMi
>>
>> We use XML RPC, and you can use whatever HTTP client you want (cURL would
>> be another, but we use Zend), but for example:
>>
>>             require_once 'Zend/XmlRpc/Client.php';
>>             $client = new Zend_XmlRpc_Client('http://hostname:8080/RPC2'
>> );
>>
>>             $results = $client->call('get_statistics', array ("dialog:",
>> "tm:"));
>>
>>             print_r(htmlentities($results));
>>
>> -dg
>>
>>
>> On Fri, Jan 25, 2013 at 2:31 AM, p prakash <[email protected]> wrote:
>>
>>> hello
>>>  how can we add a new user in opensip using php api cal.
>>> help me please.
>>>
>>> --
>>>  *
>>>
>>> *
>>> *
>>> *
>>> *
>>> *
>>>
>>> _______________________________________________
>>> 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
>>
>>
>
>
> --
> **
>
> *.*
> *
> *
>



-- 
*thanx
*
*
Pooran Prakash
Phone.no: 7838329539
Mail: [email protected]
Alternate Mail: [email protected]
Current Location: Delhi
Willing to Relocate: YES

*
*
*
*
*
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to