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
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
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.
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
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
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
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
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
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.
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.
LOG.warn("Could not close session " + session);
> }
>
> session = null; // remove his line
>
> }
>
> }
>
> An other suggetions also welcome
>
>
>
> --
> View this message in context:
> htt
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
LOG.info("Failed to reconnect to " +
> getEndpoint().getConnectionString());
>
> closeSession();
>
> try {
>
>
> Thread.sleep(configuration.getReconnectDelay());
>
>
--
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.
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
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
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
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.
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
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
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
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
>
> --
> 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...
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
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
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
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
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
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
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
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
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.
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.
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.
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
: 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
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
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.
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
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
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
uri="smpp://${pdus.systemid}@${pdus.address}:${pdus.port}?password=${pdus.password}"
> />
>
>
>
>
>
>
>
>
> receiverRoutes
>
>
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.co
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.
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.
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
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
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.
>
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
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
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.
>>
>> 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.
>>
>
--
; 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:
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.
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
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.
>
@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
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
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
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.
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
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
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
>
>
>
> --
> 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).
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.
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
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
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
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:
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
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
>
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
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
> > 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
>
--
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
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
> 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.
>
--
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
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.
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
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
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
>
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
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
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
> (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
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
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.
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
, 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
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.
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.
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
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
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.
.
>
> 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
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.
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
; 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.
>
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.
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 - 100 of 119 matches
Mail list logo