Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-09-25 Thread cartoondog
Hi Christian, I tested the new function with version 2.12.0, it works well when sending out sms messages, but exception is thrown by SmppConsumer. I used selenium smppsim and put the option to append optional parameter in the config file as follows: DELIVERY_RECEIPT_TLV=2150/02/0076 So when smpp

Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-20 Thread cartoondog
Hi Christ, Jira created. #CAMEL-6655. I think I have messed up the code in my last post and revised the method as below. Kindly check and advise if this can work. /* Since it is vendor specified, so users must have the code and type, therefore users should concatenate these infor

Re: How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-16 Thread cartoondog
Hi Chris, Do I have to create another account to log in ASF JIRA? My user id here cannot log in ASF JIRA. After looking into the source code, I found that we can add support to Vendor Specific Optional Parameter by adding some codes in the AbstractSmppCommand class like below. Please correct me

How to add Vendor Specific Optional Parameter in CamelSmppOptionalParameters

2013-08-14 Thread cartoondog
I am new to Apache Camel and trying to use its SMPP component to send sms to SMSC. However, the smsc vendor needs me to specify the operator id (i.e. mobile phone carrier id) in the smpp optional parameters header with a tag identifier 0x2150 which falls inside the range of SMSC Vendor specific op