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

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. /* pSince it is vendor specified, so users must have the code and type, therefore users should concatenate these

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