blob: acc7c689027f0ead5f81c9d7a53710ac45fa8158 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.sips.CamelSipsSourceConnector",
"artifactId": "camel-sips-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-sips-source",
"type": "source",
"version": "0.7.2",
"description": "Send and receive messages using the SIP protocol (used in telecommunications)."
},
"properties": {
"camel.source.path.uri": {
"name": "camel.source.path.uri",
"description": "URI of the SIP server to connect to (the username and password can be included such as: john:secretmyserver:9999)",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.cacheConnections": {
"name": "camel.source.endpoint.cacheConnections",
"description": "Should connections be cached by the SipStack to reduce cost of connection creation. This is useful if the connection is used for long running conversations.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.contentSubType": {
"name": "camel.source.endpoint.contentSubType",
"description": "Setting for contentSubType can be set to any valid MimeSubType.",
"defaultValue": "\"plain\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.contentType": {
"name": "camel.source.endpoint.contentType",
"description": "Setting for contentType can be set to any valid MimeType.",
"defaultValue": "\"text\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.eventHeaderName": {
"name": "camel.source.endpoint.eventHeaderName",
"description": "Setting for a String based event type.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.eventId": {
"name": "camel.source.endpoint.eventId",
"description": "Setting for a String based event Id. Mandatory setting unless a registry based FromHeader is specified",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.fromHost": {
"name": "camel.source.endpoint.fromHost",
"description": "Hostname of the message originator. Mandatory setting unless a registry based FromHeader is specified",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.fromPort": {
"name": "camel.source.endpoint.fromPort",
"description": "Port of the message originator. Mandatory setting unless a registry based FromHeader is specified",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.fromUser": {
"name": "camel.source.endpoint.fromUser",
"description": "Username of the message originator. Mandatory setting unless a registry based custom FromHeader is specified.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.msgExpiration": {
"name": "camel.source.endpoint.msgExpiration",
"description": "The amount of time a message received at an endpoint is considered valid",
"defaultValue": "3600",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.receiveTimeoutMillis": {
"name": "camel.source.endpoint.receiveTimeoutMillis",
"description": "Setting for specifying amount of time to wait for a Response and\/or Acknowledgement can be received from another SIP stack",
"defaultValue": "10000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.stackName": {
"name": "camel.source.endpoint.stackName",
"description": "Name of the SIP Stack instance associated with an SIP Endpoint.",
"defaultValue": "\"NAME_NOT_SET\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.toHost": {
"name": "camel.source.endpoint.toHost",
"description": "Hostname of the message receiver. Mandatory setting unless a registry based ToHeader is specified",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.toPort": {
"name": "camel.source.endpoint.toPort",
"description": "Portname of the message receiver. Mandatory setting unless a registry based ToHeader is specified",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.toUser": {
"name": "camel.source.endpoint.toUser",
"description": "Username of the message receiver. Mandatory setting unless a registry based custom ToHeader is specified.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.transport": {
"name": "camel.source.endpoint.transport",
"description": "Setting for choice of transport protocol. Valid choices are tcp or udp. One of: [tcp] [udp]",
"defaultValue": "\"tcp\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"tcp",
"udp"
]
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.consumer": {
"name": "camel.source.endpoint.consumer",
"description": "This setting is used to determine whether the kind of header (FromHeader,ToHeader etc) that needs to be created for this endpoint",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.presenceAgent": {
"name": "camel.source.endpoint.presenceAgent",
"description": "This setting is used to distinguish between a Presence Agent and a consumer. This is due to the fact that the SIP Camel component ships with a basic Presence Agent (for testing purposes only). Consumers have to set this flag to true.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.addressFactory": {
"name": "camel.source.endpoint.addressFactory",
"description": "To use a custom AddressFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.callIdHeader": {
"name": "camel.source.endpoint.callIdHeader",
"description": "A custom Header object containing call details. Must implement the type javax.sip.header.CallIdHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.contactHeader": {
"name": "camel.source.endpoint.contactHeader",
"description": "An optional custom Header object containing verbose contact details (email, phone number etc). Must implement the type javax.sip.header.ContactHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.contentTypeHeader": {
"name": "camel.source.endpoint.contentTypeHeader",
"description": "A custom Header object containing message content details. Must implement the type javax.sip.header.ContentTypeHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.eventHeader": {
"name": "camel.source.endpoint.eventHeader",
"description": "A custom Header object containing event details. Must implement the type javax.sip.header.EventHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.expiresHeader": {
"name": "camel.source.endpoint.expiresHeader",
"description": "A custom Header object containing message expiration details. Must implement the type javax.sip.header.ExpiresHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.extensionHeader": {
"name": "camel.source.endpoint.extensionHeader",
"description": "A custom Header object containing user\/application specific details. Must implement the type javax.sip.header.ExtensionHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.fromHeader": {
"name": "camel.source.endpoint.fromHeader",
"description": "A custom Header object containing message originator settings. Must implement the type javax.sip.header.FromHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.headerFactory": {
"name": "camel.source.endpoint.headerFactory",
"description": "To use a custom HeaderFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.listeningPoint": {
"name": "camel.source.endpoint.listeningPoint",
"description": "To use a custom ListeningPoint implementation",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.maxForwardsHeader": {
"name": "camel.source.endpoint.maxForwardsHeader",
"description": "A custom Header object containing details on maximum proxy forwards. This header places a limit on the viaHeaders possible. Must implement the type javax.sip.header.MaxForwardsHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.maxMessageSize": {
"name": "camel.source.endpoint.maxMessageSize",
"description": "Setting for maximum allowed Message size in bytes.",
"defaultValue": "1048576",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.messageFactory": {
"name": "camel.source.endpoint.messageFactory",
"description": "To use a custom MessageFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sipFactory": {
"name": "camel.source.endpoint.sipFactory",
"description": "To use a custom SipFactory to create the SipStack to be used",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sipStack": {
"name": "camel.source.endpoint.sipStack",
"description": "To use a custom SipStack",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.sipUri": {
"name": "camel.source.endpoint.sipUri",
"description": "To use a custom SipURI. If none configured, then the SipUri fallback to use the options toUser toHost:toPort",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.toHeader": {
"name": "camel.source.endpoint.toHeader",
"description": "A custom Header object containing message receiver settings. Must implement the type javax.sip.header.ToHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.viaHeaders": {
"name": "camel.source.endpoint.viaHeaders",
"description": "List of custom Header objects of the type javax.sip.header.ViaHeader. Each ViaHeader containing a proxy address for request forwarding. (Note this header is automatically updated by each proxy when the request arrives at its listener)",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.implementationDebugLogFile": {
"name": "camel.source.endpoint.implementationDebugLogFile",
"description": "Name of client debug log file to use for logging",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.implementationServerLogFile": {
"name": "camel.source.endpoint.implementationServerLogFile",
"description": "Name of server log file to use for logging",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.implementationTraceLevel": {
"name": "camel.source.endpoint.implementationTraceLevel",
"description": "Logging level for tracing",
"defaultValue": "\"0\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.maxForwards": {
"name": "camel.source.endpoint.maxForwards",
"description": "Number of maximum proxy forwards",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.useRouterForAllUris": {
"name": "camel.source.endpoint.useRouterForAllUris",
"description": "This setting is used when requests are sent to the Presence Agent via a proxy.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.sips.bridgeErrorHandler": {
"name": "camel.component.sips.bridgeErrorHandler",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.sips.autowiredEnabled": {
"name": "camel.component.sips.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}