blob: 2ea33a5e6f613ddea39babe62f0aa98a15e75c54 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.smpps.CamelSmppsSinkConnector",
"artifactId": "camel-smpps-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-smpps-sink",
"type": "sink",
"version": "0.7.0",
"description": "Send and receive SMS messages using a SMSC (Short Message Service Center)."
},
"properties": {
"camel.sink.path.host": {
"name": "camel.sink.path.host",
"description": "Hostname for the SMSC server to use.",
"defaultValue": "\"localhost\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.port": {
"name": "camel.sink.path.port",
"description": "Port number for the SMSC server to use.",
"defaultValue": "\"2775\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.initialReconnectDelay": {
"name": "camel.sink.endpoint.initialReconnectDelay",
"description": "Defines the initial delay in milliseconds after the consumer\/producer tries to reconnect to the SMSC, after the connection was lost.",
"defaultValue": "5000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.maxReconnect": {
"name": "camel.sink.endpoint.maxReconnect",
"description": "Defines the maximum number of attempts to reconnect to the SMSC, if SMSC returns a negative bind response",
"defaultValue": "2147483647",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.reconnectDelay": {
"name": "camel.sink.endpoint.reconnectDelay",
"description": "Defines the interval in milliseconds between the reconnect attempts, if the connection to the SMSC was lost and the previous was not succeed.",
"defaultValue": "5000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.splittingPolicy": {
"name": "camel.sink.endpoint.splittingPolicy",
"description": "You can specify a policy for handling long messages: ALLOW - the default, long messages are split to 140 bytes per message TRUNCATE - long messages are split and only the first fragment will be sent to the SMSC. Some carriers drop subsequent fragments so this reduces load on the SMPP connection sending parts of a message that will never be delivered. REJECT - if a message would need to be split, it is rejected with an SMPP NegativeResponseException and the reason code signifying the message is too long. One of: [ALLOW] [REJECT] [TRUNCATE]",
"defaultValue": "\"ALLOW\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ALLOW",
"REJECT",
"TRUNCATE"
]
},
"camel.sink.endpoint.systemType": {
"name": "camel.sink.endpoint.systemType",
"description": "This parameter is used to categorize the type of ESME (External Short Message Entity) that is binding to the SMSC (max. 13 characters).",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.destAddr": {
"name": "camel.sink.endpoint.destAddr",
"description": "Defines the destination SME address. For mobile terminated messages, this is the directory number of the recipient MS. Only for SubmitSm, SubmitMulti, CancelSm and DataSm.",
"defaultValue": "\"1717\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.destAddrNpi": {
"name": "camel.sink.endpoint.destAddrNpi",
"description": "Defines the type of number (TON) to be used in the SME destination address parameters. Only for SubmitSm, SubmitMulti, CancelSm and DataSm. The following NPI values are defined: 0: Unknown 1: ISDN (E163\/E164) 2: Data (X.121) 3: Telex (F.69) 6: Land Mobile (E.212) 8: National 9: Private 10: ERMES 13: Internet (IP) 18: WAP Client Id (to be defined by WAP Forum) One of: [0] [1] [2] [3] [6] [8] [9] [10] [13] [18]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"6",
"8",
"9",
"10",
"13",
"18"
]
},
"camel.sink.endpoint.destAddrTon": {
"name": "camel.sink.endpoint.destAddrTon",
"description": "Defines the type of number (TON) to be used in the SME destination address parameters. Only for SubmitSm, SubmitMulti, CancelSm and DataSm. The following TON values are defined: 0: Unknown 1: International 2: National 3: Network Specific 4: Subscriber Number 5: Alphanumeric 6: Abbreviated One of: [0] [1] [2] [3] [4] [5] [6]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"camel.sink.endpoint.lazySessionCreation": {
"name": "camel.sink.endpoint.lazySessionCreation",
"description": "Sessions can be lazily created to avoid exceptions, if the SMSC is not available when the Camel producer is started. Camel will check the in message headers 'CamelSmppSystemId' and 'CamelSmppPassword' of the first exchange. If they are present, Camel will use these data to connect to the SMSC.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.numberingPlanIndicator": {
"name": "camel.sink.endpoint.numberingPlanIndicator",
"description": "Defines the numeric plan indicator (NPI) to be used in the SME. The following NPI values are defined: 0: Unknown 1: ISDN (E163\/E164) 2: Data (X.121) 3: Telex (F.69) 6: Land Mobile (E.212) 8: National 9: Private 10: ERMES 13: Internet (IP) 18: WAP Client Id (to be defined by WAP Forum) One of: [0] [1] [2] [3] [6] [8] [9] [10] [13] [18]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"6",
"8",
"9",
"10",
"13",
"18"
]
},
"camel.sink.endpoint.priorityFlag": {
"name": "camel.sink.endpoint.priorityFlag",
"description": "Allows the originating SME to assign a priority level to the short message. Only for SubmitSm and SubmitMulti. Four Priority Levels are supported: 0: Level 0 (lowest) priority 1: Level 1 priority 2: Level 2 priority 3: Level 3 (highest) priority One of: [0] [1] [2] [3]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3"
]
},
"camel.sink.endpoint.protocolId": {
"name": "camel.sink.endpoint.protocolId",
"description": "The protocol id",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.registeredDelivery": {
"name": "camel.sink.endpoint.registeredDelivery",
"description": "Is used to request an SMSC delivery receipt and\/or SME originated acknowledgements. The following values are defined: 0: No SMSC delivery receipt requested. 1: SMSC delivery receipt requested where final delivery outcome is success or failure. 2: SMSC delivery receipt requested where the final delivery outcome is delivery failure. One of: [0] [1] [2]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2"
]
},
"camel.sink.endpoint.replaceIfPresentFlag": {
"name": "camel.sink.endpoint.replaceIfPresentFlag",
"description": "Used to request the SMSC to replace a previously submitted message, that is still pending delivery. The SMSC will replace an existing message provided that the source address, destination address and service type match the same fields in the new message. The following replace if present flag values are defined: 0: Don't replace 1: Replace One of: [0] [1]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1"
]
},
"camel.sink.endpoint.serviceType": {
"name": "camel.sink.endpoint.serviceType",
"description": "The service type parameter can be used to indicate the SMS Application service associated with the message. The following generic service_types are defined: CMT: Cellular Messaging CPT: Cellular Paging VMN: Voice Mail Notification VMA: Voice Mail Alerting WAP: Wireless Application Protocol USSD: Unstructured Supplementary Services Data One of: [CMT] [CPT] [VMN] [VMA] [WAP] [USSD]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"CMT",
"CPT",
"VMN",
"VMA",
"WAP",
"USSD"
]
},
"camel.sink.endpoint.sourceAddr": {
"name": "camel.sink.endpoint.sourceAddr",
"description": "Defines the address of SME (Short Message Entity) which originated this message.",
"defaultValue": "\"1616\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sourceAddrNpi": {
"name": "camel.sink.endpoint.sourceAddrNpi",
"description": "Defines the numeric plan indicator (NPI) to be used in the SME originator address parameters. The following NPI values are defined: 0: Unknown 1: ISDN (E163\/E164) 2: Data (X.121) 3: Telex (F.69) 6: Land Mobile (E.212) 8: National 9: Private 10: ERMES 13: Internet (IP) 18: WAP Client Id (to be defined by WAP Forum) One of: [0] [1] [2] [3] [6] [8] [9] [10] [13] [18]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"6",
"8",
"9",
"10",
"13",
"18"
]
},
"camel.sink.endpoint.sourceAddrTon": {
"name": "camel.sink.endpoint.sourceAddrTon",
"description": "Defines the type of number (TON) to be used in the SME originator address parameters. The following TON values are defined: 0: Unknown 1: International 2: National 3: Network Specific 4: Subscriber Number 5: Alphanumeric 6: Abbreviated One of: [0] [1] [2] [3] [4] [5] [6]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"camel.sink.endpoint.typeOfNumber": {
"name": "camel.sink.endpoint.typeOfNumber",
"description": "Defines the type of number (TON) to be used in the SME. The following TON values are defined: 0: Unknown 1: International 2: National 3: Network Specific 4: Subscriber Number 5: Alphanumeric 6: Abbreviated One of: [0] [1] [2] [3] [4] [5] [6]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"camel.sink.endpoint.enquireLinkTimer": {
"name": "camel.sink.endpoint.enquireLinkTimer",
"description": "Defines the interval in milliseconds between the confidence checks. The confidence check is used to test the communication path between an ESME and an SMSC.",
"defaultValue": "\"5000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sessionStateListener": {
"name": "camel.sink.endpoint.sessionStateListener",
"description": "You can refer to a org.jsmpp.session.SessionStateListener in the Registry to receive callbacks when the session state changed.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.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.sink.endpoint.transactionTimer": {
"name": "camel.sink.endpoint.transactionTimer",
"description": "Defines the maximum period of inactivity allowed after a transaction, after which an SMPP entity may assume that the session is no longer active. This timer may be active on either communicating SMPP entity (i.e. SMSC or ESME).",
"defaultValue": "\"10000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.alphabet": {
"name": "camel.sink.endpoint.alphabet",
"description": "Defines encoding of data according the SMPP 3.4 specification, section 5.2.19. 0: SMSC Default Alphabet 4: 8 bit Alphabet 8: UCS2 Alphabet One of: [0] [4] [8]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"4",
"8"
]
},
"camel.sink.endpoint.dataCoding": {
"name": "camel.sink.endpoint.dataCoding",
"description": "Defines the data coding according the SMPP 3.4 specification, section 5.2.19. Example data encodings are: 0: SMSC Default Alphabet 3: Latin 1 (ISO-8859-1) 4: Octet unspecified (8-bit binary) 8: UCS2 (ISO\/IEC-10646) 13: Extended Kanji JIS(X 0212-1990)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.encoding": {
"name": "camel.sink.endpoint.encoding",
"description": "Defines the encoding scheme of the short message user data. Only for SubmitSm, ReplaceSm and SubmitMulti.",
"defaultValue": "\"ISO-8859-1\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyHost": {
"name": "camel.sink.endpoint.httpProxyHost",
"description": "If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyPassword": {
"name": "camel.sink.endpoint.httpProxyPassword",
"description": "If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyPort": {
"name": "camel.sink.endpoint.httpProxyPort",
"description": "If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy.",
"defaultValue": "\"3128\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.httpProxyUsername": {
"name": "camel.sink.endpoint.httpProxyUsername",
"description": "If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHeaders": {
"name": "camel.sink.endpoint.proxyHeaders",
"description": "These headers will be passed to the proxy server while establishing the connection.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.password": {
"name": "camel.sink.endpoint.password",
"description": "The password for connecting to SMSC server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.systemId": {
"name": "camel.sink.endpoint.systemId",
"description": "The system id (username) for connecting to SMSC server.",
"defaultValue": "\"smppclient\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.usingSSL": {
"name": "camel.sink.endpoint.usingSSL",
"description": "Whether using SSL with the smpps protocol",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.initialReconnectDelay": {
"name": "camel.component.smpps.initialReconnectDelay",
"description": "Defines the initial delay in milliseconds after the consumer\/producer tries to reconnect to the SMSC, after the connection was lost.",
"defaultValue": "5000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.maxReconnect": {
"name": "camel.component.smpps.maxReconnect",
"description": "Defines the maximum number of attempts to reconnect to the SMSC, if SMSC returns a negative bind response",
"defaultValue": "2147483647",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.reconnectDelay": {
"name": "camel.component.smpps.reconnectDelay",
"description": "Defines the interval in milliseconds between the reconnect attempts, if the connection to the SMSC was lost and the previous was not succeed.",
"defaultValue": "5000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.splittingPolicy": {
"name": "camel.component.smpps.splittingPolicy",
"description": "You can specify a policy for handling long messages: ALLOW - the default, long messages are split to 140 bytes per message TRUNCATE - long messages are split and only the first fragment will be sent to the SMSC. Some carriers drop subsequent fragments so this reduces load on the SMPP connection sending parts of a message that will never be delivered. REJECT - if a message would need to be split, it is rejected with an SMPP NegativeResponseException and the reason code signifying the message is too long. One of: [ALLOW] [REJECT] [TRUNCATE]",
"defaultValue": "\"ALLOW\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ALLOW",
"REJECT",
"TRUNCATE"
]
},
"camel.component.smpps.systemType": {
"name": "camel.component.smpps.systemType",
"description": "This parameter is used to categorize the type of ESME (External Short Message Entity) that is binding to the SMSC (max. 13 characters).",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.destAddr": {
"name": "camel.component.smpps.destAddr",
"description": "Defines the destination SME address. For mobile terminated messages, this is the directory number of the recipient MS. Only for SubmitSm, SubmitMulti, CancelSm and DataSm.",
"defaultValue": "\"1717\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.destAddrNpi": {
"name": "camel.component.smpps.destAddrNpi",
"description": "Defines the type of number (TON) to be used in the SME destination address parameters. Only for SubmitSm, SubmitMulti, CancelSm and DataSm. The following NPI values are defined: 0: Unknown 1: ISDN (E163\/E164) 2: Data (X.121) 3: Telex (F.69) 6: Land Mobile (E.212) 8: National 9: Private 10: ERMES 13: Internet (IP) 18: WAP Client Id (to be defined by WAP Forum) One of: [0] [1] [2] [3] [6] [8] [9] [10] [13] [18]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"6",
"8",
"9",
"10",
"13",
"18"
]
},
"camel.component.smpps.destAddrTon": {
"name": "camel.component.smpps.destAddrTon",
"description": "Defines the type of number (TON) to be used in the SME destination address parameters. Only for SubmitSm, SubmitMulti, CancelSm and DataSm. The following TON values are defined: 0: Unknown 1: International 2: National 3: Network Specific 4: Subscriber Number 5: Alphanumeric 6: Abbreviated One of: [0] [1] [2] [3] [4] [5] [6]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"camel.component.smpps.lazySessionCreation": {
"name": "camel.component.smpps.lazySessionCreation",
"description": "Sessions can be lazily created to avoid exceptions, if the SMSC is not available when the Camel producer is started. Camel will check the in message headers 'CamelSmppSystemId' and 'CamelSmppPassword' of the first exchange. If they are present, Camel will use these data to connect to the SMSC.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.lazyStartProducer": {
"name": "camel.component.smpps.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.numberingPlanIndicator": {
"name": "camel.component.smpps.numberingPlanIndicator",
"description": "Defines the numeric plan indicator (NPI) to be used in the SME. The following NPI values are defined: 0: Unknown 1: ISDN (E163\/E164) 2: Data (X.121) 3: Telex (F.69) 6: Land Mobile (E.212) 8: National 9: Private 10: ERMES 13: Internet (IP) 18: WAP Client Id (to be defined by WAP Forum) One of: [0] [1] [2] [3] [6] [8] [9] [10] [13] [18]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"6",
"8",
"9",
"10",
"13",
"18"
]
},
"camel.component.smpps.priorityFlag": {
"name": "camel.component.smpps.priorityFlag",
"description": "Allows the originating SME to assign a priority level to the short message. Only for SubmitSm and SubmitMulti. Four Priority Levels are supported: 0: Level 0 (lowest) priority 1: Level 1 priority 2: Level 2 priority 3: Level 3 (highest) priority One of: [0] [1] [2] [3]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3"
]
},
"camel.component.smpps.protocolId": {
"name": "camel.component.smpps.protocolId",
"description": "The protocol id",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.registeredDelivery": {
"name": "camel.component.smpps.registeredDelivery",
"description": "Is used to request an SMSC delivery receipt and\/or SME originated acknowledgements. The following values are defined: 0: No SMSC delivery receipt requested. 1: SMSC delivery receipt requested where final delivery outcome is success or failure. 2: SMSC delivery receipt requested where the final delivery outcome is delivery failure. One of: [0] [1] [2]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2"
]
},
"camel.component.smpps.replaceIfPresentFlag": {
"name": "camel.component.smpps.replaceIfPresentFlag",
"description": "Used to request the SMSC to replace a previously submitted message, that is still pending delivery. The SMSC will replace an existing message provided that the source address, destination address and service type match the same fields in the new message. The following replace if present flag values are defined: 0: Don't replace 1: Replace One of: [0] [1]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1"
]
},
"camel.component.smpps.serviceType": {
"name": "camel.component.smpps.serviceType",
"description": "The service type parameter can be used to indicate the SMS Application service associated with the message. The following generic service_types are defined: CMT: Cellular Messaging CPT: Cellular Paging VMN: Voice Mail Notification VMA: Voice Mail Alerting WAP: Wireless Application Protocol USSD: Unstructured Supplementary Services Data One of: [CMT] [CPT] [VMN] [VMA] [WAP] [USSD]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"CMT",
"CPT",
"VMN",
"VMA",
"WAP",
"USSD"
]
},
"camel.component.smpps.sourceAddr": {
"name": "camel.component.smpps.sourceAddr",
"description": "Defines the address of SME (Short Message Entity) which originated this message.",
"defaultValue": "\"1616\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.sourceAddrNpi": {
"name": "camel.component.smpps.sourceAddrNpi",
"description": "Defines the numeric plan indicator (NPI) to be used in the SME originator address parameters. The following NPI values are defined: 0: Unknown 1: ISDN (E163\/E164) 2: Data (X.121) 3: Telex (F.69) 6: Land Mobile (E.212) 8: National 9: Private 10: ERMES 13: Internet (IP) 18: WAP Client Id (to be defined by WAP Forum) One of: [0] [1] [2] [3] [6] [8] [9] [10] [13] [18]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"6",
"8",
"9",
"10",
"13",
"18"
]
},
"camel.component.smpps.sourceAddrTon": {
"name": "camel.component.smpps.sourceAddrTon",
"description": "Defines the type of number (TON) to be used in the SME originator address parameters. The following TON values are defined: 0: Unknown 1: International 2: National 3: Network Specific 4: Subscriber Number 5: Alphanumeric 6: Abbreviated One of: [0] [1] [2] [3] [4] [5] [6]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"camel.component.smpps.typeOfNumber": {
"name": "camel.component.smpps.typeOfNumber",
"description": "Defines the type of number (TON) to be used in the SME. The following TON values are defined: 0: Unknown 1: International 2: National 3: Network Specific 4: Subscriber Number 5: Alphanumeric 6: Abbreviated One of: [0] [1] [2] [3] [4] [5] [6]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
]
},
"camel.component.smpps.autowiredEnabled": {
"name": "camel.component.smpps.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"
},
"camel.component.smpps.configuration": {
"name": "camel.component.smpps.configuration",
"description": "To use the shared SmppConfiguration as configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.enquireLinkTimer": {
"name": "camel.component.smpps.enquireLinkTimer",
"description": "Defines the interval in milliseconds between the confidence checks. The confidence check is used to test the communication path between an ESME and an SMSC.",
"defaultValue": "\"5000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.sessionStateListener": {
"name": "camel.component.smpps.sessionStateListener",
"description": "You can refer to a org.jsmpp.session.SessionStateListener in the Registry to receive callbacks when the session state changed.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.transactionTimer": {
"name": "camel.component.smpps.transactionTimer",
"description": "Defines the maximum period of inactivity allowed after a transaction, after which an SMPP entity may assume that the session is no longer active. This timer may be active on either communicating SMPP entity (i.e. SMSC or ESME).",
"defaultValue": "\"10000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.alphabet": {
"name": "camel.component.smpps.alphabet",
"description": "Defines encoding of data according the SMPP 3.4 specification, section 5.2.19. 0: SMSC Default Alphabet 4: 8 bit Alphabet 8: UCS2 Alphabet One of: [0] [4] [8]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"0",
"4",
"8"
]
},
"camel.component.smpps.dataCoding": {
"name": "camel.component.smpps.dataCoding",
"description": "Defines the data coding according the SMPP 3.4 specification, section 5.2.19. Example data encodings are: 0: SMSC Default Alphabet 3: Latin 1 (ISO-8859-1) 4: Octet unspecified (8-bit binary) 8: UCS2 (ISO\/IEC-10646) 13: Extended Kanji JIS(X 0212-1990)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.encoding": {
"name": "camel.component.smpps.encoding",
"description": "Defines the encoding scheme of the short message user data. Only for SubmitSm, ReplaceSm and SubmitMulti.",
"defaultValue": "\"ISO-8859-1\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.httpProxyHost": {
"name": "camel.component.smpps.httpProxyHost",
"description": "If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.httpProxyPassword": {
"name": "camel.component.smpps.httpProxyPassword",
"description": "If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.httpProxyPort": {
"name": "camel.component.smpps.httpProxyPort",
"description": "If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy.",
"defaultValue": "\"3128\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.httpProxyUsername": {
"name": "camel.component.smpps.httpProxyUsername",
"description": "If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.proxyHeaders": {
"name": "camel.component.smpps.proxyHeaders",
"description": "These headers will be passed to the proxy server while establishing the connection.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.password": {
"name": "camel.component.smpps.password",
"description": "The password for connecting to SMSC server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.systemId": {
"name": "camel.component.smpps.systemId",
"description": "The system id (username) for connecting to SMSC server.",
"defaultValue": "\"smppclient\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.smpps.usingSSL": {
"name": "camel.component.smpps.usingSSL",
"description": "Whether using SSL with the smpps protocol",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}