pjsipShowEndpoints method
Retrieves the list of PJSIP endpoints.
Implementation
Future<AmiResponse?> pjsipShowEndpoints() {
return sendAction('PJSIPShowEndpoints');
}
Retrieves the list of PJSIP endpoints.
Future<AmiResponse?> pjsipShowEndpoints() {
return sendAction('PJSIPShowEndpoints');
}