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