IDialplanProviderGetDestination Method |
Gets the destination that will be called.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax IDialplanResult GetDestination(
RouteInfo routeInfo
)
Function GetDestination (
routeInfo As RouteInfo
) As IDialplanResult
IDialplanResult^ GetDestination(
RouteInfo^ routeInfo
)
abstract GetDestination :
routeInfo : RouteInfo -> IDialplanResult
Parameters
- routeInfo
- Type: Ozeki.VoIPRouteInfo
Information about the route such as caller, route state.
Return Value
Type:
IDialplanResultThe routing result
See Also