Re: SMPP to SMPP using camel

2013-12-23 Thread rehmanadil
We are also looking for a similar solution that provides SMPP Router/Gateway functionality by supporting incoming and outgoing SMPP connections. Has anyone got experience with building something similar using open-source products? -- View this message in context: http://camel.465427.n5.nabbl

Re: SMPP to SMPP using camel

2012-04-19 Thread mattg
Just wondering if there's any update on this? We have a similar requirement with our gateway application. We currently use the Came SMPP component to act as a SMPP client and send/receive messages with SMSCs; but we now have a potential requirement to build a SMPP interface for our users. So in es

Re: SMPP to SMPP using camel

2011-09-29 Thread Christian Müller
May I misunderstood something, but I don't think this is possible with the underling jsmpp library. Christian On Thu, Sep 29, 2011 at 11:28 AM, Ioannis Canellos wrote: > From what I make out of the jsmpp documentation, jsmpp could support this > type of functionality, so in theory it wouldn't be

Re: SMPP to SMPP using camel

2011-09-29 Thread Moore
never mind, I was able to open the Jira. https://issues.apache.org/jira/browse/CAMEL-4501 Allow CAMEL to act as SMPP router/gateway -- View this message in context: http://camel.465427.n5.nabble.com/SMPP-to-SMPP-using-camel-tp4845410p4853112.html Sent from the Camel - Users mailing list archiv

Re: SMPP to SMPP using camel

2011-09-29 Thread Moore
sure, have you a link to instructions for creating a Jira? can I use same login and password as I do for this forum? -- View this message in context: http://camel.465427.n5.nabble.com/SMPP-to-SMPP-using-camel-tp4845410p4853054.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: SMPP to SMPP using camel

2011-09-29 Thread Ioannis Canellos
>From what I make out of the jsmpp documentation, jsmpp could support this type of functionality, so in theory it wouldn't be hard to add this kind of support to camel too. Could you create a jira for it? -- *Ioannis Canellos* * FuseSource ** Blog: http://iocanel.blogspo

Re: SMPP to SMPP using camel

2011-09-29 Thread Moore
ok, I think that Ioannis Canellos has clearly outlined what I was hoping to do, but had indicated that this is not possible. Would this be considered a limitation of Camel that could be (easily) enhanced or a limitation in the SMPP component (that could also be considered for enhancement). Thank y

Re: SMPP to SMPP using camel

2011-09-29 Thread Moore
Hi, No, I dont want CAMEL to play the function of an ESME per se. I want it to play the function of a broker/gateway between SMPP peers ( peers fulfilling the role of both ESMEs and SMSCs). Is this possible through route configuration or otherwise? -- View this message in context: http://cam

Re: SMPP to SMPP using camel

2011-09-29 Thread Ioannis Canellos
It also provides a consumer (Receiver) to receive messages (short messages > or > short message delivery notifications) from the SMSC in your Camel powered > application (from("smpp:...")). I think this is all you need, isn't? > I think that the user needs more. He also wants to be able to accept

RE: SMPP to SMPP using camel

2011-09-28 Thread Zhemzhitsky Sergey
Hi guys, As I understood the speech is about something like SMPP-proxy, isn't it? Best Regards, Sergey Zhemzhitsky -Original Message- From: Christian Müller [mailto:christian.muel...@gmail.com] Sent: Thursday, September 29, 2011 1:37 AM To: users@camel.apache.org Subject: Re: SM

Re: SMPP to SMPP using camel

2011-09-28 Thread Christian Müller
The camel-smpp component provides a producer (Transmitter) to send messages from your Camel powered application (ESME) to the SMSC (to("smpp:...")). It also provides a consumer (Receiver) to receive messages (short messages or short message delivery notifications) from the SMSC in your Camel powere

Re: SMPP to SMPP using camel

2011-09-27 Thread Moore
Thanks for info. Unless I'm mistaken, I have read here on the forum that the deliver sm receipt flow is possible. That is an example of typical return path. If that works then it should not be too far off the mark although I think I also read that transceiver mode is not supported by camel which is

Re: SMPP to SMPP using camel

2011-09-27 Thread Ioannis Canellos
I think that this is not possible. While it will be able to connect to the SMSC for sending MTs and receiving MOs I don't think that it is possible to talk back to an ESME using SMPP. Camel will be suitable for playing to role of ESME or talk to an ESME through an other protocol, but not SMPP. I a