Re: [OpenSIPS-Users] Want to create opensips subscriber from restful api or from web application

2016-11-28 Thread Răzvan Crainea
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,

Re: [OpenSIPS-Users] Want to create opensips subscriber from restful api or from web application

2016-11-27 Thread vishal dubey
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

[OpenSIPS-Users] Want to create opensips subscriber from restful api or from web application

2016-11-21 Thread vishal dubey
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