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 <dubeyvis...@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@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