IExtensionFactoryRegisterSIPTrunk Method |
Registers the SIP trunk extension to the system.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxbool RegisterSIPTrunk(
ISIPExtension extension
)
Function RegisterSIPTrunk (
extension As ISIPExtension
) As Boolean
bool RegisterSIPTrunk(
ISIPExtension^ extension
)
abstract RegisterSIPTrunk :
extension : ISIPExtension -> bool
Parameters
- extension ISIPExtension
-
Return Value
Boolean
See Also