DomainDialPlan¶
- Доступность объекта: Доменный объект.
Объект:
Name |
Type |
Description |
---|---|---|
name * |
StringType |
min_length=2, max_length=150 |
status * |
IntType |
default=OBJECT_ENABLED, choices=[OBJECT_ENABLED, OBJECT_DISABLED, |
type * |
IntType |
default=CallDirectionInbound.id, |
priority * |
IntType |
min_value=1, max_value=10, default=5 |
hidden * |
BooleanType |
default=False |
condition_source * |
IntType |
choices=[DP_CONDITION_SOURCE_GW_NUMBER, DP_CONDITION_SOURCE_VALUE, |
condition * |
StringType |
min_length=1, max_length=250 |
condition_type * |
IntType |
choices=[DP_CONDITION_TYPE_CONTAINS, DP_CONDITION_TYPE_EQUALLY, |
toll_allow * |
IntType, default=[]) |
IntType, default=[] |
# domain_gateway_id |
IntType |
required=False |
body * |
PolyModelType |
model_spec=[DPEStartInbound, DPEStartOutbound, DPEStartInternal] |