Manipulating service-type

2013-10-29 Thread Manuel García Cabrera
Hi, I need to be able to set the service-type for outgoing messages and to be able to get it on incoming messages. I've seen that it is possible to set it with a variable on the "group = smsc" configuration, but that would globally affect every message I send. I need to make it variable on my

Re: Manipulating service-type

2013-10-29 Thread Manuel García Cabrera
l-info in sending mt. Remove the service_type from the conf. What field in the deliver_sm do you want exactly? Best Regards Mohammed Sleem On Oct 29, 2013 9:11 PM, "Manuel García Cabrera" mailto:mcabr...@contentamobile.com>> wrote: Hi, I need to be able to set the service-type

Sending Prioritary SMSs

2015-03-10 Thread Manuel García Cabrera
Hi, I'm trying to send prioritary messages when there already are many messages queued for sending. Suppose I have on SMSC with a 10.000 message queue, and I want the next message I queue to be sent before those 10.000 messages. Is that possible?

Re: Sending Prioritary SMSs

2015-03-10 Thread Manuel García Cabrera
Really? But wouldn't that mean that it's not actually a queue? On 10/03/15 10:19, ha...@aeon.pk wrote: If you insert a new message in the existing queue, it automatically gets delivered before the queued ones. On Tue, Mar 10, 2015 at 6:07 PM, Manuel García Cabrera ma

Re: Sending Prioritary SMSs

2015-03-10 Thread Manuel García Cabrera
omatically gets delivered before the queued ones. On Tue, Mar 10, 2015 at 6:07 PM, Manuel García Cabrera mailto:mcabr...@contentamobile.com>> wrote: Hi, I'm trying to send prioritary messages when there already are many messages queued for sending. Suppose I have

How to send binary SAT Push through Kannel

2016-08-25 Thread Manuel García Cabrera
Hello. I'm trying to send SAT Pushes through Kannel. I have the binary code that contains the text of the message, but I don't know how to create the headers I should set to be able to send it trough SMPP. Does anyone know how to do this?

Kannel and UDH in concatenation

2016-09-08 Thread Manuel García Cabrera
Hi, I'm sending messages with the following UDH: %02%70%00 When the message is 140 characters or less, everything works fine. However, when the message has over 140 characters and concatenation occurs, it doesn't work well on some devices. Kannel adds de 5 bits in the UDH to handle concatenati

Re: Kannel and UDH in concatenation

2016-09-09 Thread Manuel García Cabrera
ages don't set UDH, just let Kannel handle it entirely. Your UDH with length 7 (first byte) looks wrong. -- Donald Jackson On 09 September 2016 at 12:08:45 AM, Roshan Pradeep (rprad...@whispir.com <mailto:rprad...@whispir.com>) wrote: Gtw On Friday, 9 September 2016,

Re: Kannel and UDH in concatenation

2016-09-12 Thread Manuel García Cabrera
2016 at 2:05:50 PM, Manuel García Cabrera (mcabr...@contentamobile.com <mailto:mcabr...@contentamobile.com>) wrote: Donald: But I need to send special messages that have %70%00 on its UDH, but only on the first one. If I don't manually set UDH, the message won't have that in i

How can I see the TCP packages of an incoming SMS

2016-09-20 Thread Manuel García Cabrera
I have a SIM inside a GSM modem (Portech mv-374), and I need to see how an incoming SMS packet is formed. A tcpdump would do, but I don't know how to obtain that. Can someone point me in the right direction?

Re: How can I see the TCP packages of an incoming SMS

2016-10-05 Thread Manuel García Cabrera
earch for SMPP params, like phone number. hope this helps. On Tue, Sep 20, 2016 at 5:38 PM, Manuel García Cabrera mailto:mcabr...@contentamobile.com>> wrote: I have a SIM inside a GSM modem (Portech mv-374), and I need to see how an incoming SMS packet is formed

Re: How can I see the TCP packages of an incoming SMS

2016-10-06 Thread Manuel García Cabrera
e GSM Gateway, which is connected via en Ethernet cable and has a SIM configured inside, I don't see anything ressembling the message I'm sending. Is there anything I'm missing? On 05/10/16 16:27, Manuel García Cabrera wrote: I don't get it. Why do you say USB? My modem is

Incoming messages take too long to show up

2018-12-03 Thread Manuel García Cabrera
Hi everyone. I'm having problems with incoming messages during high traffic. During a campaign the other day I was receving 85 messages per second, however, clients were complaining that my reply took over five minutes. I checked the logs, and I found out that wasn't the case, I was replying on

Re: Incoming messages take too long to show up

2018-12-03 Thread Manuel García Cabrera
just trying to understand this. - You basically say that kannel is logging the incoming and reply sms behind of time on smsc, right? - What do you consider a "reply", the deliver_sm "OK" or the submit_sm that the application sends back? BR, --Davor -Original Message- Fr

Re: Incoming messages take too long to show up

2018-12-03 Thread Manuel García Cabrera
n bearerbox and smsbox? It will look like smpp protocol with improperly used PDUs, but you would still be able to recognize sender and short number. Check how it matches with the deliver_sm time. That way you will isolate the component that introduces the delay. —Davor On Dec 3, 2018, at 4:06 PM

Re: Incoming messages take too long to show up

2018-12-03 Thread Manuel García Cabrera
e the component that introduces the delay. —Davor On Dec 3, 2018, at 4:06 PM, Manuel García Cabrera wrote: Hi Davor, 1. I say that kannel is logging the incoming SMS and sending it to my app minutes after the SMSC sent the message. 2. The reply is the submit_sm that my application sends back. T