Ryan Posted March 3, 2008 Report Share Posted March 3, 2008 Hello, I am trying to find out if Pbxnsip has any API features where I can create new accounts on the fly, via a URL or possibly a Linux shell script. Is this possible? I tried searching the forums for anything with "API" but it wouldn't let me. Thanks in advance, Ryan Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 3, 2008 Report Share Posted March 3, 2008 Well, curl is a good start. There are SOAP requests that make it possible to do anything, but IMHO curl is much more simple and does the job. Quote Link to comment Share on other sites More sharing options...
Ryan Posted March 3, 2008 Author Report Share Posted March 3, 2008 In other words, there is no built in API Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 3, 2008 Report Share Posted March 3, 2008 In other words, there is no built in API That is not true... There is a SOAP-based API, e.g. for settings extension parameters while the system is running. We don't promote it too much, it is very support intensive and the number of users that really need it is quite low. Quote Link to comment Share on other sites More sharing options...
Ryan Posted March 4, 2008 Author Report Share Posted March 4, 2008 I see...basically I just need to create a signup page for our customers to have an account created instantly. I suppose cURL would be the way to go but I'm not sure what URL params I can pass to the domain setup script, etc That is not true... There is a SOAP-based API, e.g. for settings extension parameters while the system is running. We don't promote it too much, it is very support intensive and the number of users that really need it is quite low. Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 5, 2008 Report Share Posted March 5, 2008 I see...basically I just need to create a signup page for our customers to have an account created instantly.I suppose cURL would be the way to go but I'm not sure what URL params I can pass to the domain setup script, etc The beauty of curl is that you can just watch the traffic between the browser and the server and then you know what parameters you need to send... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.