« Previous -
Version 4/11
(diff) -
Next » -
Current version
Adrian Georgescu, 03/07/2011 09:32 pm
= Create SIP account =
To create a SIP2SIP account programmatically you can use the HTTP API available at this address:
https://blink.sipthor.net/enrollment.phtml?query
The following query parameters are mandatory:
- password
- display_name
- username
Example:
Will create the sip address:
{{{
sip:test456@sip2sip.info
}}}
The result of the operation including the SIP account credentials is returned as a json structure that you can parse using your program.