-
Notifications
You must be signed in to change notification settings - Fork 0
Account register
Kim Rostgaard Christensen edited this page Aug 23, 2013
·
1 revision
POST /account/register
(But implemented in current git master as GET for convenience)
Registers a previously added account.
Notice! This is a blocking call that (unfortunately) locks up the library until a reply has been received, or a timeout is reached. All other API calls will block while the PJSUA tries to connect.
account=sip account identifier (such as user@pbxhost)
HTTP 200 OK with a JSON status body containing the status of the registration.
TODO
HTTP 500 Server error with empty body.