Extension Structure
Base Attributes
| Attribute | Type | Example |
|---|---|---|
|
id The ID of the extension |
Integer | 1 |
|
name The name |
String | Joe Bloggs (desk) |
|
exten The extension number |
String | 201 |
|
username The SIP username |
String | unit-joeblog |
Extended Attributes
| Attribute | Type | Example |
|---|---|---|
|
created_at The time the extension was created |
Time | |
|
updated_at The time the extension was updated |
Time | |
|
password The SIP password |
String | ab2uh11 |
|
proxy The proxy the extension should connect to |
String | |
|
noanswer_timeout The length of time to wait before sending to the no answer destination |
Integer | 30 |
|
recording_enabled Whether or not calls made by this extension are recorded |
Integer | 1 |
|
call_limit The maximum number of calls which this extension can handle simutaneously |
Integer | 4 |
|
paging_enabled Whether or not paging is enabled |
Integer | 1 |
|
compatibility_mode Whether or not compatibility mode is enabled |
Integer | 0 |
Expansions
Expansions are embedded structures of other objects that are related to the structure that you're viewing. Which expansions are returned by a specific action are shown on that action's documentation however some actions allow you to choose which expansions are returned.
| Attribute | Type | Example |
|---|---|---|
|
outbound_number The associated outbound number |
Hash | Number structure |
|
voicemail_box The associated voicemail box |
Hash | Voicemail box structure |
|
pickup_group The associated pickup group |
Hash | Pickup group structure |
|
noanswer_destination The associated no answer destination |
Hash | |
|
unit The unit |
Hash | Unit structure |
|
status The current status of the unit |
Hash | Sip status structure |