Reference Library
ConvertE164ToDialString Method (switchName, e164List, userState)
NamespacesAvaya.ApplicationEnablement.DMCCServiceProviderConvertE164ToDialString(String, List<(Of <(String>)>), Object)
Convert one or strings which are in E164 format to dial strings.
Declaration Syntax
C#Visual BasicVisual C++
public int ConvertE164ToDialString(
	string switchName,
	List<string> e164List,
	Object userState
)
Public Function ConvertE164ToDialString ( _
	switchName As String, _
	e164List As List(Of String), _
	userState As Object _
) As Integer
public:
int ConvertE164ToDialString(
	String^ switchName, 
	List<String^>^ e164List, 
	Object^ userState
)
Parameters
switchName (String)
The name of the CM which will perform the conversion.
e164List (List<(Of <(String>)>))
userState (Object)
A object which will be returned via the ConvertE164ToDialStringResponse callback.
Return Value
The Invoke Id of the outgoing XML message

Assembly: ServiceProvider (Module: ServiceProvider)