Interface ChannelDialplan

  • All Superinterfaces:
    Event, Message

    public interface ChannelDialplan
    extends Event
    Generated by: JavaInterface
    • Method Detail

      • getChannel

        Channel getChannel()
        The channel that changed dialplan location.
        Returns:
        Channel
        Since:
        ARI_0_0_1
      • setChannel

        void setChannel​(Channel val)
        Parameters:
        val - The channel that changed dialplan location.
        Since:
        ARI_0_0_1
      • getDialplan_app_data

        java.lang.String getDialplan_app_data()
        The data to be passed to the application.
        Returns:
        String
        Since:
        ARI_0_0_1
      • setDialplan_app

        void setDialplan_app​(java.lang.String val)
        Parameters:
        val - The application about to be executed.
        Since:
        ARI_0_0_1
      • setDialplan_app_data

        void setDialplan_app_data​(java.lang.String val)
        Parameters:
        val - The data to be passed to the application.
        Since:
        ARI_0_0_1
      • getDialplan_app

        java.lang.String getDialplan_app()
        The application about to be executed.
        Returns:
        String
        Since:
        ARI_0_0_1