CTI32 Engine Class Library

DialRule Fields

The fields of the DialRule class are listed below. For a complete list of DialRule class members, see the DialRule Members topic.

Public Instance Fields

destination Replace the matched source string with the destination string
source Beginning string to match against. For example, lets say you want to strip the area code if it is a local call. Source could be 602 and the destination could be empty. This would morph the number 6025551212 to 5551212

See Also

DialRule Class | CTI32Engine Namespace