![JAR search and dependency download from the Maven repository](/logo.png)
org.asteriskjava.pbx.activities.HoldActivity Maven / Gradle / Ivy
package org.asteriskjava.pbx.activities;
import org.asteriskjava.pbx.Activity;
import org.asteriskjava.pbx.Channel;
public interface HoldActivity extends Activity
{
// Returns the Channel that is on hold
Channel getChannel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy