getSipPorts

open fun getSipPorts(@NonNull context: Context): String

Call this method to get the [SIP/VoIP ports] either configured in the BE admin interface or default if not configured. Note : All ports are concatenated with comma separator.

Return

The configured SIP/VoIP ports or defaultPorts (separated with comma)

Parameters

context

The application context