Element |
Description |
Type |
Occurrences |
---|---|---|---|
active |
Indicates whether the Device is active |
Boolean |
0 |
areaCode |
Area code for this Device |
string |
0 |
countryCodeOverride |
Identifier of the country to override the default with |
string |
0 |
default |
Indicates whether the Device is the default Device for the User |
Boolean |
0 |
delay |
Device's delay (in minutes) |
integer |
0 |
extension |
Extension of the voice Device |
string |
0 |
externallyOwned |
Indicates whether this Device is owned by an external data source |
Boolean |
0 |
name |
Name for this Device |
string |
0 |
number |
Telephone number for this Device |
string |
0 |
priorityThreshold |
Priority threshold for this Device |
string |
0 |
targetName |
Device's target name |
string |
0 |
userServiceProvider |
User Service Provider for this Device |
0 |
<xs:complexType name="SoapDetailedVoiceDevice">
<xs:complexContent>
<xs:extension base="ns:SoapDetailedDevice">
<xs:sequence>
<xs:element name="active" type="xs:boolean"/>
<xs:element name="areaCode" nillable="true" type="xs:string"/>
<xs:element name="countryCodeOverride" nillable="true" type="xs:string"/>
<xs:element name="default" type="xs:boolean"/>
<xs:element name="delay" type="xs:int"/>
<xs:element name="extension" nillable="true" type="xs:string"/>
<xs:element name="externallyOwned" type="xs:boolean"/>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="number" nillable="true" type="xs:string"/>
<xs:element name="priorityThreshold" nillable="true" type="xs:string"/>
<xs:element name="targetName" nillable="true" type="xs:string"/>
<xs:element name="userServiceProvider" nillable="true" type="ns:SoapUserServiceProvider"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>