How to send Flash SMS using Camel-SMPP component - apache-camel

I am using camel-smpp (one of the components of Apache camel) in my application to send SMS and Flash SMS to mobile phones.
I can successfully send send SMS through my application.
I have to set the parameter MessageClass.CLASS0 to my ongoing message for sending it as FLASH SMS. I am not finding relevant camel-smpp header to set the parameter. May I know what is the header to setting the MessageClass.CLASS0 parameter.
Regards,
Bharani Ravi Kanth R

Related

How to build serverless p2p chat application in React?

I would make a chat app where server communication is allowed only for signaling.
I checked this video: https://www.youtube.com/watch?v=WmR9IMUD_CY
This video goes about "real time" communication, for me some delay is ok. I would make chat application which only send text, but not video content. The question raised for me:
How to generate ice candidates to get list ip addresses / ports? How to make request to stun server?
If we have the ip and port list shared through the signaling server on both side, then how one client call the other client and send or receive text? Can I use axios for sending, and set one of the ip - port pair from the list as url? How to receive message?
Maybe I do not even need webrtc as the data transmission does not need to be realtime, some delay is ok?
Would you show a basic demo?
Maybe that is what you are looking for Google Code Lab Friendly Chat
but if you want to learn more about WebRTc I really recommend this article so you will can see if is that what you want.

Intercepting incoming text SMS in J2ME

Is there any way to intercept an incoming SMS message(In J2ME), and then modify it (or fetch data from it) before going to inbox.
Suggest some methods (or code).
It is not possible with JavaME.
receiving sms j2me
listening to sms, which is sent without any port number in j2me app
https://stackoverflow.com/questions/13082810/listen-for-incoming-sms-while-the-application-closed-in-blackberry
You can only receive SMS which is sent on a specific port - and standard SMS is not sent that way.

OZEKI NG GATEWAY not receiving SMS messages

I'm working on a project in which I'm trying to get Ozeki to send and receive SMS messages from my Nokia 3110 classic.I have also configured the inbound route,outbound route,GSM modem service provider and standard user correctly.Sending messages is working fine but not receiving them. Please give me some solutions to this.
Does your service provider definitely support inbound SMS from all other operators? SMS routing is notoriously tricky with many operators and gateway providers supporting only a selection of other providers.
Nokia phones work best with SMSEnabler not with ozekiNG.please start using SMSEnabler instead which uses http api to send and receive SMS like ozeki.I was having the same problem you can't help it.

is it possible to send a not requested info or command to clients in silverlight?

in a Silverlight application, we used to send requests from client to server and receive its response.
is it possible to send an information from server to client which is not waiting for? for example server ask client to update a text in a special text box and so on. "an info or known command which may come to client any time and is not a response to the client's request"?
You can use Duplex Services for this.

sms aggregator implementation/application

What could be the use or application of SMS aggregators such as SMSLib or Kannel.
Can I use them to send SMS's from my web server.
In case they can send SMS's will those be sent on a GSM channel or GPRS channel.
What would be the cost implications per sms on part of the customer and on part of my implementation process?
You can use those libraries/SDK's but you will still need to get a short code to send and receive SMS text messages to and from a mobile device.
OpenMarket offers this type of service as well as a number of software SDK's to implement your request. Also OpenMarket offers Premium SMS as well as MMS.
It's a lot easier then Kannel ;)
BTW if you just looking to send SMS via a web page and know what carrier the user is you might want to try the SMS gateway approach. It's using a special email address to send SMS to a mobile device, but I don't think they can reply to this type of message.

Resources