ServicePropertiestwilio_EnableTwilioClientOutboundCalls Property |
Whether or not, TwilioClient's are allowed to make outbound calls. With the TwilioClientApplicationSID you can limit what phone numbers or what category of phone numbers can be called. If that property isn't set then this property will do nothing.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool twilio_EnableTwilioClientOutboundCalls { get; }
ReadOnly Property twilio_EnableTwilioClientOutboundCalls As Boolean
Get
Property Value
Type:
BooleanWhether or not, TwilioClient's are allowed to make outbound calls. With the TwilioClientApplicationSID you can limit what phone numbers or what category of phone numbers can be called. If that property isn't set then this property will do nothing.
Remarks
Applies to ServiceInstance twilio only.
See Also