[OpenSIPS-Users] (no subject)

p prakash ppbntl19 at gmail.com
Sat Jan 26 05:33:03 CET 2013


Thanx Daniel Goepp ...


On Fri, Jan 25, 2013 at 8:42 AM, Daniel Goepp <dan at goepp.net> 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 <ppbntl19 at gmail.com> wrote:
>
>> hello
>>  how can we add a new user in opensip using php api cal.
>> help me please.
>>
>> --
>>  *
>>
>> *
>> *
>> *
>> *
>> *
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>


-- 
**
*
*
*
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20130125/a47d3d66/attachment.htm>


More information about the Users mailing list