[OpenSIPS-Users] Want to create opensips subscriber from restful api or from web application
Răzvan Crainea
razvan at opensips.org
Mon Nov 28 10:45:57 CET 2016
Hi, Vishal!
You could insert directly a subscriber in the database, using something
like:
insert into subscriber (username, domain, password, ha1, ha1b) values
('100', 'opensips.org', 'password', md5(concat(username, ':', domain,
':', password)), md5(concat(username, '@', domain, ':', domain, ':',
password)));
You can find more info here:
https://www.opensips.org/Documentation/TipsFAQ#toc2
Best regards,
Răzvan Crainea
OpenSIPS Solutions
www.opensips-solutions.com
On 11/28/2016 06:50 AM, vishal dubey wrote:
> Team,
>
> Any suggestion on my earlier request "Want to create opensips
> subscriber from restful api or from web application".
>
> I want to add subscribers from other web application. Is there any
> webservice or other way available to do this?
>
> Thanks, in advance.
>
>
> On Monday, 21 November 2016 6:21 PM, vishal dubey
> <dubeyvishal at yahoo.com> wrote:
>
>
> Hi Team,
>
> I want to create opensips subscriber from other web application. I
> think it is possible through pi_httpd or db_httpd. but i am not able
> to find any example hot to do this.
>
> Please help.
>
> Thanks,
> Vishal
>
>
>
>
> _______________________________________________
> 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/20161128/5c2b4270/attachment.htm>
More information about the Users
mailing list