CTI32 Engine Class Library

DialRule.source Field

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

[Visual Basic]
Public source As String
[C#]
public string source;

See Also

DialRule Class | CTI32Engine Namespace