How To Add an Extension on Sky DANCE
Jump to navigation
Jump to search
Click Here to return to the Frequently Asked Questions page: Back
An extension needs to be configured on Sky DANCE before the extension can register and make calls from Sky DANCE platform. An extension can be added to Sky DANCE using any of the method below from an administrator's account:
- From Sky Central user interface by adding an extension from the company's domain. Detailed steps for adding a new extension from Sky Central can be found in Add an Extension section of this wiki.
- From Sky PBX GUI by selecting the proper domain and adding the extension using the steps described in the Extensions section of this wiki. Additional information about Sky PBX extension in section Sky PBX - Virtual PBX/Residential VOIP.
- From Sky API by using extension/add_extension API. An sample adding extension API call is listed below. In this example, extension 1011, with SIP registration password of Sky1234 is added to user james@test.com's account:
curl -X POST "https://sales.sky-networks.com:8080/api/v2/extension/add_extension?app_key=9ec9ef36-4cfc-494f-9fb7-9b8d1d413ba1" -H "accept: application/json" -H "content-type: application/x-www-form-urlencoded" -d "username=james%40test.com&extension=1011&password=Sky1234"