Interface AsteriskEndpointBuilderFactory.AsteriskBuilders

    • Method Detail

      • asterisk

        default AsteriskEndpointBuilderFactory.AsteriskEndpointBuilder asterisk​(String path)
        Asterisk (camel-asterisk) Interact with Asterisk PBX Server. Category: voip Since: 2.18 Maven coordinates: org.apache.camel:camel-asterisk Syntax: asterisk:name Path parameter: name (required) Name of component
        Parameters:
        path - name
        Returns:
        the dsl builder
      • asterisk

        default AsteriskEndpointBuilderFactory.AsteriskEndpointBuilder asterisk​(String componentName,
                                                                                String path)
        Asterisk (camel-asterisk) Interact with Asterisk PBX Server. Category: voip Since: 2.18 Maven coordinates: org.apache.camel:camel-asterisk Syntax: asterisk:name Path parameter: name (required) Name of component
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder