pjsipShowEndpoints method

Future<AmiResponse?> pjsipShowEndpoints()

Retrieves the list of PJSIP endpoints.

Implementation

Future<AmiResponse?> pjsipShowEndpoints() {
  return sendAction('PJSIPShowEndpoints');
}