IDialplanProviderGetDestination Method |
Gets the destination that will be called.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxIDialplanResult 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