All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.asteriskjava.manager.action.PJSIPShowEndpointsAction Maven / Gradle / Ivy

/**
 * time 21/03/2017-14:37
 */
package org.asteriskjava.manager.action;

/**
 * @author tqcenglish
 */
public class PJSIPShowEndpointsAction extends AbstractManagerAction {

    private static final long serialVersionUID = -2227610002229504511L;

    /**
     * Creates a new empty SipShowPeerAction.
     */
    public PJSIPShowEndpointsAction() {
    }

    @Override
    public String getAction() {
        return "PJSIPShowEndpoints";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy