Re: Camel SMPP component does not allow to set interface version?

2023-10-30 Thread Andrea Cosentino
As far as I see in the codebase there is no usage of InterfaceVersion class. You can open an issue on JIRA so we could investigate. Thanks Il giorno lun 30 ott 2023 alle ore 10:48 Bruno Riemenschneider < bruno.riemenschnei...@bvu.de> ha scritto: > Hi, > > I have used Camel to implement an SMS ser

Camel SMPP component does not allow to set interface version?

2023-10-30 Thread Bruno Riemenschneider
Hi, I have used Camel to implement an SMS service, and the SMSC provider wants us to use SMPP interface version v5.0. The underlying library jSMPP that is used by the Camel component supports interface versions 3.3, 3.4, and 5.0 - however, there is no way to set this in Camel. Did I overlook

Re: SMS Router, a fully functional example with camel-smpp

2016-10-15 Thread engin
thanks in advance, engin dumlu -- View this message in context: http://camel.465427.n5.nabble.com/SMS-Router-a-fully-functional-example-with-camel-smpp-tp5784879p5788839.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Update camel-smpp dependency on jsmpp to 2.2.1

2016-07-06 Thread Daniel Pocock
rly in the file SMPPSessionBoundRX.java when > handling PDUStringException and ProcessRuest exception > > Currently we need to add this dependency explicitly to any new project. > Last time I looked at changing from jSMPP 2.1.x to 2.2.x, I found that it required various changes on t

SMS Router, a fully functional example with camel-smpp

2016-07-06 Thread Daniel Pocock
Hi all, I've recently released the source code for SMS Router[1], which provides a fully functional example of using camel-smpp[2] and a blog[3] discussing SMS Router and Camel. I've created various projects similar to this for various employers, most of them have required more c

Update camel-smpp dependency on jsmpp to 2.2.1

2016-05-11 Thread Bari Rid
jsmpp version 2.2.0 contains a correction concerning responding correctly to failed DeliverSM as can be seen here: https://github.com/opentelecoms-org/jsmpp/commit/575eec44ebf51077870d45385392e30a29c6dfe3 The change is made particularly in the file SMPPSessionBoundRX.java when handling PDUString

Re: Camel SMPP receive Deliver_sm for sms, but not Deliver_sm for SMSC DeliveryReceipt

2016-04-29 Thread Tee
It seems I was using an older version of Camel. I bump the version up to 2.17.0 and everything is working as expected now. -T -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-receive-Deliver-sm-for-sms-but-not-Deliver-sm-for-SMSC-DeliveryReceipt-tp5781951p5781990

Camel SMPP receive Deliver_sm for sms, but not Deliver_sm for SMSC DeliveryReceipt

2016-04-29 Thread Tee
Hello, I'm learning to use Camel SMPP component as a way to send/receive SMS to SMSC. I'm using Selenium SMPP Sim with the following routes: context.addRoutes(new RouteBuilder() { @Override public void configure() throws Exception { from("direct:s

Re: Camel SMPP - multiples rx and tx sessions

2016-01-04 Thread Van der son nogueira
on route 2 *systemType=producer -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-multiples-rx-and-tx-sessions-tp5775732p5775733.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel SMPP - multiples rx and tx sessions

2016-01-04 Thread Van der son nogueira
x ? i just search official documentation, but i don't found nothing about ! there is some parameter for this job ? Thank You -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-multiples-rx-and-tx-sessions-tp5775732.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: unbind bug of Apache Camel SMPP

2015-07-29 Thread Claus Ibsen
LOG.warn("Could not close session " + session); > } > > session = null; // remove his line > > } > > } > > An other suggetions also welcome > > > > -- > View this message in context: > htt

Re: unbind bug of Apache Camel SMPP

2015-07-29 Thread imranrazakhan
t close session " + session); } session = null; // remove his line } } An other suggetions also welcome -- View this message in context: http://camel.465427.n5.nabble.com/unbind-bug-of-Apache-Camel-SMPP-tp5770008p5770071.html Sent from the Camel

Re: unbind bug of Apache Camel SMPP

2015-07-29 Thread Claus Ibsen
LOG.info("Failed to reconnect to " + > getEndpoint().getConnectionString()); > > closeSession(); > > try { > > > Thread.sleep(configuration.getReconnectDelay()); > >

unbind bug of Apache Camel SMPP

2015-07-28 Thread imranrazakhan
-- View this message in context: http://camel.465427.n5.nabble.com/unbind-bug-of-Apache-Camel-SMPP-tp5770008.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to stop camel-smpp splitting of message

2015-07-06 Thread bharaniravikanth
Hi all, I am using Camel-smpp component for sending SMS, But when i fetch CamelSmppId after sending the SMS, I could see multiple ids. I think the Camel-smpp is splitting the sms if the size. I am using of camel-smpp 2.12.0.redhat-610379, Is there any configuration available for stopping the

Re: camel-smpp

2015-06-23 Thread Ravi Nallappan
Hi, The error is not clear, can you share the smpp client route that caused this error? regards, Ravi Nallappan On Mon, Jun 15, 2015 at 4:14 PM, AlexNastin wrote: > > Hello. I'm new to CAMEL-SMPP. I'm working on a project that requires smpp > to > send and receive sms fr

camel-smpp

2015-06-15 Thread AlexNastin
Hello. I'm new to CAMEL-SMPP. I'm working on a project that requires smpp to send and receive sms from an smsc, i'm making a simulation using smsc from selenium. And when you send a sms (SMS comes to smsc), I expect submit_sm_resp and get this exception in my application. Hel

Camel SMPP SMS port

2015-05-19 Thread jonathan.cregut
I can't get if the issue is my fault or Camel's fault, I tried many combination and got none working correctly. Thanks for your help Jonathan Crégut -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-SMS-port-tp5767256.html Sent from the Camel - Users mailing list archive at Nabble.com.

How to send FLASH through Camel-SMPP component

2015-04-07 Thread bharaniravikanth
Hi, My application uses Camel-smpp component for sending SMS and Flash SMS, I could able to send SMS through my application successfully, But may I know what are the additional parameters to be set in the headers for sending FLASH SMS. Regards, BRK -- View this message in context: http

Camel SMPP consumer threading issues

2015-01-05 Thread Daniel Pocock
I've noticed that the producer is just creating one transmitter bind but the consumer appears to try and create multiple receiver binds. I tried putting threads(1, 1) into the consumer route but it still appears to try and create multiple receiver binds. There are many scenarios where somebody w

Re: Camel-smpp sharing single Smpp Connection for Consumer and Producer in single domain(or namespace)

2014-12-04 Thread pradeep
Hi, Camel smpp internally uses JSMPP library. So you can verify weather JMPP library supports for a single session communication from ESME to SMSC. I believe JSMPP creates a separate session for ESME consumer and ESME producer. So Camel smpp also created two separate connections. Regards

Camel-smpp sharing single Smpp Connection for Consumer and Producer in single domain(or namespace)

2014-12-03 Thread bergun
We are using Camel-SMPP 2.13.0 component I have realised that I have no option to set a namespace in order to shared the same Smpp Connection. For instance I have tried a camel-smpp consumer and a camel-smpp producer provided with same URI definition which is smpp://accountid@10.34.37.109:17000

Re: Repo and tag for the jsmpp source bundled with camel-smpp

2014-11-21 Thread Claus Ibsen
> > -- > View this message in context: > http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380p5759439.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...

Re: Repo and tag for the jsmpp source bundled with camel-smpp

2014-11-21 Thread SwanMountain
OK, but jsmpp haven't released anything to maven central for 5 years. There are a couple of hundred commits on github since then. -- View this message in context: http://camel.465427.n5.nabble.com/Repo-and-tag-for-the-jsmpp-source-bundled-with-camel-smpp-tp5759380p5759439.html Sent fro

Re: Repo and tag for the jsmpp source bundled with camel-smpp

2014-11-21 Thread Claus Ibsen
We can upgrade when jsmpp releases a new release to Maven Central. On Fri, Nov 21, 2014 at 11:15 AM, SwanMountain wrote: > Hi Willem, > > Thanks for the reply. I do realize that jsmpp != camel-smpp. > But there is a contains relationship... > > camel-smpp

Re: Repo and tag for the jsmpp source bundled with camel-smpp

2014-11-21 Thread SwanMountain
Hi Willem, Thanks for the reply. I do realize that jsmpp != camel-smpp. But there is a contains relationship... camel-smpp 2.13.3 contains-> org.apache.servicemix.bundles.jsmpp-2.1.0_4 contains--> jsmpp 2.10 After closer look, the jsmpp sourcecode at http://jsmpp.googlecode.c

Re: Repo and tag for the jsmpp source bundled with camel-smpp

2014-11-20 Thread Willem Jiang
When you look up the source of jsmpp, you should not compare it with camel-smpp. They are two different projects. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On

Repo and tag for the jsmpp source bundled with camel-smpp

2014-11-20 Thread SwanMountain
I am trying to find the jsmpp source repository and tag that relates to the version bundled in the camel-smpp component. I am using camel-smpp component version 2.13.3 The camel source for that i find at git://git.apache.org/camel.git tag camel-2.13.3 But i am looking for the jsmpp source repo

Re: data_coding in camel-smpp

2014-06-10 Thread PinkSs
of text, flash, Unicode,.. messages. But I did not find the way to solve. Any body helps me in implementing at runtime. -- View this message in context: http://camel.465427.n5.nabble.com/data-coding-in-camel-smpp-tp5714925p5752068.html Sent from the Camel - Users mailing list archive at

Re: Camel SMPP

2014-03-25 Thread Christian Müller
Hi Nader! After sending a SMS, the SMPP producer will set the message header "CamelSmppId". If you receive a DeliveryReceipt or DataSm, Camel will also set the message header "CamelSmppId" as described in [1]. This is the correlation Id you can use. P.S.: Please use the Camel user mailing list th

Re: camel-smpp in trx mode

2014-03-19 Thread Christian Müller
t be something that is crucial for many camel users using smpp? > Are there any possible workarrounds to support smpp TRX with camel? Any > other components that can serve as the smpp TRX endpoint in some way? > > > > -- > View this message in context: > http://camel.46542

Re: camel-smpp in trx mode

2014-03-17 Thread tkvarenes
p TRX endpoint in some way? -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5748908.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel smpp to smpp

2013-12-12 Thread rameshbabu
org.apache.camel.processor.SendProcessor.process(SendProcessor.jav -- View this message in context: http://camel.465427.n5.nabble.com/Camel-smpp-to-smpp-tp5744676.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMPP reconnection strategy

2013-09-24 Thread fclose
oblem. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-reconnection-strategy-tp5740123p5740185.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMPP reconnection strategy

2013-09-24 Thread Christian Müller
I think the only thing what could be happen is that Camel SMPP (the underlying jsmpp library) lost the connection to the SMSC. May be a firewall dropped the connection? In this case, the SMSC doesn't know the connection is dead. Camel will try to create a new connection to the SMSC. Could th

Camel SMPP reconnection strategy

2013-09-24 Thread fclose
: This is a copy from http://stackoverflow.com/questions/18915194/camel-smpp-reconnection-strategy, let's hope I'll have more answer here :-) -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-reconnection-strategy-tp5740123.html Sent from the Camel - Use

Re: Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread Claus Ibsen
You need to install the camel-smpp component in karaf using features:install camel-smpp which you can run from its shell command. On Tue, Sep 3, 2013 at 5:26 PM, mamouros wrote: > That is exactly my question. How do i do that? And another problem which i > can't solve is i wou

Re: Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread mamouros
context: http://camel.465427.n5.nabble.com/Camel-SMPP-consumer-route-not-working-properly-with-dynamic-creation-tp5738587p5738599.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread mamouros
Can you give a hint cause i've googled everything about this and i can't find a solution. With smpp route in spring everything is ok! Is there any spring route to resolve my problem? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-consumer-route-n

Re: Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread Claus Ibsen
Then there is another caused problem that is causing the smpp component to not be available. On Tue, Sep 3, 2013 at 5:33 PM, mamouros wrote: > But I have! And that is what is driving me crazy! > > karaf@root> features:list | grep camel-smpp > [installed ] [2.11.0 ] cam

Re: Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread mamouros
But I have! And that is what is driving me crazy! karaf@root> features:list | grep camel-smpp [installed ] [2.11.0 ] camel-smpp camel-2.11.0 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-consumer-route-not-working-prope

Re: Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread Claus Ibsen
uri="smpp://${pdus.systemid}@${pdus.address}:${pdus.port}?password=${pdus.password}" > /> > > > > > > > > > receiverRoutes > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.co

Camel SMPP consumer route not working properly with dynamic creation

2013-09-03 Thread mamouros
s but with dynamically created smpp routes using spring? receiverRoutes -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-consumer-route-not-working-properly-with-dynamic-creation-tp5738587.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2013-07-01 Thread sash_...@yahoo.com
in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5735017.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2013-06-28 Thread sash_...@yahoo.com
In that case the endpoint will hold the session. What I am not sure is what type of listener does one register with the Producer ? The listener does require the processor . - ~Sandeep -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode

Re: camel-smpp in trx mode

2013-06-27 Thread Hadrian Zbarcea
use of "systemType" paramter ? I don't see any differentiation in the code based on this parameter . Am I missing something ? The possible values are "producer" , "consumer" - ~Sandeep -- View this message in context: http://camel.465427.n

Re: camel-smpp in trx mode

2013-06-27 Thread Christian Müller
gt; The possible values are "producer" , "consumer" > > > > - > ~Sandeep > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5734784.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel-smpp in trx mode

2013-06-25 Thread sash_...@yahoo.com
What is the use of "systemType" paramter ? I don't see any differentiation in the code based on this parameter . Am I missing something ? The possible values are "producer" , "consumer" - ~Sandeep -- View this message in context: http://camel.465427.n

Re: camel smpp integration

2013-03-21 Thread Christian Müller
You can find the camel-smpp tests at: https://svn.apache.org/repos/asf/camel/trunk/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/ Here you will see you should use: smpp://smppclient1@localhost :2775?password=password&enquireLinkTimer=1&transactionTimer=5000&am

camel smpp integration

2013-03-20 Thread Jagdish
le without any success. Could you please help me with the same.Thanks & regards,Jagdish -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-integration-tp5729585.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp optional param issue ?

2013-03-07 Thread Christian Müller
>> >> More, we would also need the changes for CAMEL-6116. If possible, please >> ensure these changes to be in 2.11.0 . >> >> Thanks, >> Anurag. >> >> >> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/camel-smpp-optional-param-issue-tp5728376p5728673.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > --

Re: camel-smpp optional param issue ?

2013-03-06 Thread Christian Müller
; value > of which should be OptionalParam(jsmpp object) . > > More, we would also need the changes for CAMEL-6116. If possible, please > ensure these changes to be in 2.11.0 . > > Thanks, > Anurag. > > > > > > -- > View this message in context:

Re: camel-smpp optional param issue ?

2013-03-06 Thread anuragg
changes to be in 2.11.0 . Thanks, Anurag. -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-optional-param-issue-tp5728376p5728673.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp optional param issue ?

2013-03-05 Thread Claus Ibsen
ikely to get accepted and included in the code faster. And we prefer to have unit tests go with patches to test new functionality / changes etc. http://camel.apache.org/contributing.html > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/came

Re: camel-smpp optional param issue ?

2013-03-05 Thread Christian Müller
to this > project and need to plan ahead. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-smpp-optional-param-issue-tp5728376p5728591.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel-smpp optional param issue ?

2013-03-05 Thread Michaelyap
@Christian is there an ETA to this. How long are your release cycles typically ? We unfortunately have a reasonably aggressive timeline to this project and need to plan ahead. -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-optional-param-issue-tp5728376p5728591

Re: camel-smpp optional param issue ?

2013-03-03 Thread Christian Müller
It's not supported right now, but it should simple to add. Feel free to log a JIRA so we can start working on it. Best, Christian Sent from a mobile device Am 02.03.2013 10:20 schrieb "anuragg" : > I am using "camel-smpp" version 2.10.3 . > > It looks li

camel-smpp optional param issue ?

2013-03-02 Thread anuragg
I am using "camel-smpp" version 2.10.3 . It looks like while creation of submitSm from Exchange no optional param is set to submitSm. i want to use optional param but unable to do it. let me know if this functionality is available in future versions or my understanding is incorrec

RE: Camel smpp special characters for sending sms

2013-02-28 Thread fclose
sage in context: http://camel.465427.n5.nabble.com/Camel-smpp-special-characters-for-sending-sms-tp5728152p5728300.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel smpp special characters for sending sms

2013-02-26 Thread Christian Müller
Can you provide a test case for it? Sent from a mobile device Am 26.02.2013 06:06 schrieb "fclose" : > already tried UTF-16BE without success. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-smpp-special-characters-f

RE: Camel smpp special characters for sending sms

2013-02-26 Thread Zhemzhitsky Sergey
Subject: Re: Camel smpp special characters for sending sms Something strange if I try with alphabet = 8 and *dataCoding = 3* I have an IllegalArgumentException java.lang.IllegalArgumentException: *No enum const Alphabet with value 3* bug ? 2013-02-26 11:19:49,386 ERROR [Camel (camel-1

Re: Camel smpp special characters for sending sms

2013-02-26 Thread fclose
processor: sendTo(Endpoint[jms://queue:DL-immediateSms] InOnly) at org.jsmpp.bean.Alphabet.valueOf(Alphabet.java:85) ~[org.apache.servicemix.bundles.jsmpp-2.1.0_4.jar:na] at org.apache.camel.component.smpp.SmppSmCommand.determineAlphabet(SmppSmCommand.java:108) ~[camel-smpp-2.10.3.jar

Re: Camel smpp special characters for sending sms

2013-02-26 Thread Willem jiang
> > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-smpp-special-characters-for-sending-sms-tp5728152.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Camel smpp special characters for sending sms

2013-02-25 Thread fclose
ng and alphabet but this didn't work -- View this message in context: http://camel.465427.n5.nabble.com/Camel-smpp-special-characters-for-sending-sms-tp5728152.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2013-01-13 Thread Christian Müller
I logged a ticket: https://issues.apache.org/jira/browse/CAMEL-5963 Best, Christian On Sun, Jan 13, 2013 at 12:19 PM, Pontus Ullgren wrote: > Agree, log and reject would be the best solution. > > // Pontus > > On Sun, Jan 13, 2013 at 12:01 PM, Christian Müller > wrote: > > Yes, it's possible t

Re: camel-smpp in trx mode

2013-01-13 Thread Pontus Ullgren
Agree, log and reject would be the best solution. // Pontus On Sun, Jan 13, 2013 at 12:01 PM, Christian Müller wrote: > Yes, it's possible to share the jsmpp session, btw. we have to share it in > this case (only one TRX connection is allowed). > We could only log the received message, if no con

Re: camel-smpp in trx mode

2013-01-13 Thread Christian Müller
Yes, it's possible to share the jsmpp session, btw. we have to share it in this case (only one TRX connection is allowed). We could only log the received message, if no consumer route is defined. But may be this is not suitable for most of our users. We could also throw an exception at route/contex

Re: camel-smpp in trx mode

2013-01-13 Thread Pontus Ullgren
Correction I was wrong on the direct endpoint restriction. I was thinking about the log message that occurs when a exchange is send to a direct endpoint without a consumer. So perhaps there is no way to determine if there is a corresponding consuming endpoint at start. On Sun, Jan 13, 2013 at 11:

Re: camel-smpp in trx mode

2013-01-13 Thread Pontus Ullgren
On Sat, Jan 12, 2013 at 6:47 PM, Christian Müller wrote: > The smslib model is a bit different. The smslib camel consumer pull the > short messages for the SMSC. And only if a consumer is defined ( > from("smslib://...") ). > In the smpp Camel component, the SMPP library push the short messages (a

Re: camel-smpp in trx mode

2013-01-12 Thread Johanes Soetanto
On Sunday, 13 January 2013, Christian Müller wrote: > The smslib model is a bit different. The smslib camel consumer pull the > short messages for the SMSC. And only if a consumer is defined ( > from("smslib://...") ). > In the smpp Camel component, the SMPP library push the short messages (and >

Re: camel-smpp in trx mode

2013-01-12 Thread Christian Müller
The smslib model is a bit different. The smslib camel consumer pull the short messages for the SMSC. And only if a consumer is defined ( from("smslib://...") ). In the smpp Camel component, the SMPP library push the short messages (and delivery receipt messages) to the client if the client is conne

Re: camel-smpp in trx mode

2013-01-10 Thread Alex Anderson
On 4 January 2013 17:26, Christian Müller wrote: > I think we don't have another camel component where the endpoint is a > consumer and producer. I'm not sure how/if it works or if we hit problems > in other areas (exception handling, ...). We do this for the camel-smslib component. The endpoint

Re: camel-smpp in trx mode

2013-01-04 Thread Christian Müller
> > Regards, > > > > > > Srinivas > > > From my experience, some SMSC only allow single connection using TRX. > I can't remember whether i have established TRX connection during my tests, > but I remember that sometimes my outbound route also receive incoming sms > if i add additional "to" destination > > > > > > > > > > > > > -- > > > View this message in context: > > > > > > http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html > > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > > > > > > > > -- > > > > > -- > Johanes > --

Re: how to obtain camel-smpp submit message id

2013-01-04 Thread Christian Müller
grationConsumer exclusively create InOnly exchanges for the > >> incoming org.springframework.integration.Message. Because of this, the > >> Camel SMPP component will set the header CamelSmppId on the in message. > But > >> the SpringIntegrationConsumer "only" set the out mess

Re: camel-smpp in trx mode

2013-01-03 Thread Johanes Soetanto
ing my tests, but I remember that sometimes my outbound route also receive incoming sms if i add additional "to" destination > > > > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > > > -- > -- Johanes

Re: camel-smpp in trx mode

2013-01-03 Thread Christian Müller
> View this message in context: > http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --

Re: how to obtain camel-smpp submit message id

2013-01-02 Thread Claus Ibsen
ing Integration), and I think I see the problem: >> >> SpringIntegrationConsumer exclusively create InOnly exchanges for the >> incoming org.springframework.integration.Message. Because of this, the >> Camel SMPP component will set the header CamelSmppId on the in message. Bu

Re: camel-smpp in trx mode

2012-12-31 Thread Srinivas
camel. Regards, Srinivas -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2012-12-27 Thread Christian Müller
The camel-smpp component doesn't support the TRX mode yet. We only support the trasmitter mode (if you use to(...)) and the receiver mode (if you use from(...)). I don't think it's a good idea to have an enpoint which is a producer and a consumer. How should your route looks li

camel-smpp in trx mode

2012-12-26 Thread Srinivas
Hi camel users, Please help on smpp client connected to operator smsc in trx mode.I have only one smpp connectivity is given operator in TRX mode. Regards, Srinivas -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608.html Sent from the Camel

Re: how to obtain camel-smpp submit message id

2012-12-19 Thread Johanes Soetanto
xclusively create InOnly exchanges for the > incoming org.springframework.integration.Message. Because of this, the > Camel SMPP component will set the header CamelSmppId on the in message. But > the SpringIntegrationConsumer "only" set the out message into the returned >

Re: how to obtain camel-smpp submit message id

2012-12-14 Thread Christian Müller
I checked the code of SpringIntegrationConsumer (I'm not really familiar with Spring Integration), and I think I see the problem: SpringIntegrationConsumer exclusively create InOnly exchanges for the incoming org.springframework.integration.Message. Because of this, the Camel SMPP component

Re: how to obtain camel-smpp submit message id

2012-12-11 Thread Johanes Soetanto
elate the asynchronous received response. You can check out the unit > test if you have problems to get it working [1]. After further debugging it seems like there is a problem with camel spring integration. it seems like the header from from camel-smpp is not copied to spring integration message

Re: how to obtain camel-smpp submit message id

2012-12-11 Thread Christian Müller
the unit test if you have problems to get it working [1]. [1] https://svn.apache.org/repos/asf/camel/trunk/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/ Best, Christian On Tue, Dec 11, 2012 at 4:54 AM, Johanes Soetanto wrote: > logging

Re: how to obtain camel-smpp submit message id

2012-12-10 Thread Johanes Soetanto
> (English) > http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) > Twitter: willemjiang > Weibo: 姜宁willem > > > > > > On Tuesday, December 11, 2012 at 7:47 AM, Johanes Soetanto wrote: > >> Hi, >> >> I would like to know

Re: how to obtain camel-smpp submit message id

2012-12-10 Thread Willem jiang
bo: 姜宁willem On Tuesday, December 11, 2012 at 7:47 AM, Johanes Soetanto wrote: > Hi, > > I would like to know whether there is a way to message from submit sm > for camel-smpp? > > I can see from the DEBUG log that there is message i

Re: Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-08 Thread Christian Müller
I will have a look into it for Camel 2.11. There are some other outstanding tickets for camel-smpp where I plan to work on. Best, Christian On Sun, Jul 8, 2012 at 7:47 AM, Claus Ibsen wrote: > Hi > > Can you create a JIRA ticket. We should maybe allow people to configure > this.

Re: Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-07 Thread Claus Ibsen
gt; successfully send a SMS to the network. > > Cheers, > > Mark > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SMPP-issue-alphabet-option-data-coding-issue-2-10-0-tp5715494p5715527.html > Sent from the Camel - Users mailing list archive

Re: Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-05 Thread markbdaniels
, determinedAlphabet).value()); I am not sure if this is the correct thing to do, but I have managed to successfully send a SMS to the network. Cheers, Mark -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-issue-alphabet-option-data-coding-issue-2-10-0-tp5715494p5715527

Camel SMPP issue - alphabet option/data_coding issue (2.10.0)

2012-07-04 Thread markbdaniels
context: http://camel.465427.n5.nabble.com/Camel-SMPP-issue-alphabet-option-data-coding-issue-2-10-0-tp5715494.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: data_coding in camel-smpp

2012-06-23 Thread expressmobile
Thank you for response. I ended up with issue. Using encoding UTF-16BE is suitable solution. -- View this message in context: http://camel.465427.n5.nabble.com/data-coding-in-camel-smpp-tp5714925p5714966.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: data_coding in camel-smpp

2012-06-22 Thread Sergey Zhemzhitsky
ion at the time. > 2. How to solve issue with extra bytes FEFF at the message start?abet Try using UTF-16BE encoding. Regards, Sergey > Hi all, > I am using camel-smpp (http://camel.apache.org/smpp.html) component for > connecting with smsc and have issue with data_coding param

data_coding in camel-smpp

2012-06-22 Thread expressmobile
Hi all, I am using camel-smpp (http://camel.apache.org/smpp.html) component for connecting with smsc and have issue with data_coding parameter of smpp specification. Using parameter alphabet=8 sets data_coding=25. With parameter encoding=UTF-16 it makes correct encoding for cyrillic characters

Re: Camel SMPP Retry at startup

2012-06-05 Thread cannotcode
Hi Claus, Thanks for the info, it worked out. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-Retry-at-startup-tp5713850p5714006.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMPP Retry at startup

2012-06-02 Thread Claus Ibsen
. > > Is this a known behaviour, or am i doing something wrong? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SMPP-Retry-at-startup-tp5713850.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - F

Camel SMPP Retry at startup

2012-06-02 Thread cannotcode
application, camel does not try to connect to the simulator. Is this a known behaviour, or am i doing something wrong? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-Retry-at-startup-tp5713850.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMPP - Track connection failures with SMSC

2012-02-26 Thread ranjitkumarm
Hi Christian, I have raised a new featurue request in JIRA. https://issues.apache.org/jira/browse/CAMEL-5043 https://issues.apache.org/jira/browse/CAMEL-5043 Thanks & Regards, Ranjit -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SMPP-Track-connection-fail

Re: Camel SMPP - Track connection failures with SMSC

2012-02-24 Thread Christian Müller
; View this message in context: > http://camel.465427.n5.nabble.com/Camel-SMPP-Track-connection-failures-with-SMSC-tp5511843p5512214.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Camel SMPP - Track connection failures with SMSC

2012-02-24 Thread ranjitkumarm
context: http://camel.465427.n5.nabble.com/Camel-SMPP-Track-connection-failures-with-SMSC-tp5511843p5512214.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMPP - Track connection failures with SMSC

2012-02-24 Thread Christian Müller
e have used camel SMPP for sending short messages. > Whenever the binding is lost with the SMSC the default error handler is > triggered which keeps on trying to establish the connection. We have a > requirement to send mail alerts if the binding has been lost since last 'x' >

  1   2   >