Click or drag to resize

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; }

Property Value

Type: Boolean
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.
Remarks
Applies to ServiceInstance twilio only.
See Also