You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/24 08:47:25 UTC

camel git commit: Regen docs

Repository: camel
Updated Branches:
  refs/heads/master 6b56e5ded -> 46180b9cf


Regen docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/46180b9c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/46180b9c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/46180b9c

Branch: refs/heads/master
Commit: 46180b9cfb27abfe73f9c1828c6227260700b05f
Parents: 6b56e5d
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 24 09:47:16 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 24 09:47:16 2017 +0100

----------------------------------------------------------------------
 .../camel-asterisk/src/main/docs/asterisk-component.adoc     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/46180b9c/components/camel-asterisk/src/main/docs/asterisk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-asterisk/src/main/docs/asterisk-component.adoc b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
index 91fe7cd..8f2f706 100644
--- a/components/camel-asterisk/src/main/docs/asterisk-component.adoc
+++ b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
@@ -52,13 +52,13 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |=======================================================================
 | Name | Description | Default | Type
-| **hostname** (common) | The hostname of the asterix server |  | String
-| **password** (common) | Login password |  | String
-| **username** (common) | Login username |  | String
+| **hostname** (common) | *Required* The hostname of the asterisk server |  | String
+| **password** (common) | *Required* Login password |  | String
+| **username** (common) | *Required* Login username |  | String
 | **bridgeErrorHandler** (consumer) | Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN or ERROR level and ignored. | false | boolean
 | **exceptionHandler** (consumer) | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions that will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | **exchangePattern** (consumer) | Sets the exchange pattern when the consumer creates an exchange. |  | ExchangePattern
-| **action** (producer) | What action to perform such as getting queue status sip peers or extension state. |  | AsteriskActionEnum
+| **action** (producer) | What action to perform such as getting queue status sip peers or extension state. |  | AsteriskAction
 | **synchronous** (advanced) | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). | false | boolean
 |=======================================================================
 // endpoint options: END