Re: STRANGE: kannel source and destination address inversion in deliver_sm not happening

2019-10-03 Thread Sayed Hadi Rastgou Haghi
y strange behavior of kannel. When it is receiving > DLRs its not reversing the source and destination. > > Is it like that only, because smpp v3.4 says we suppose to reverse it. > > Please help me out to fix this issue. Is it some configuration glitch or > kannel don't follow smpp v3.4

STRANGE: kannel source and destination address inversion in deliver_sm not happening

2019-07-05 Thread Amritesh Rachelwar
Hello Guys, I am observing a very strange behavior of kannel. When it is receiving DLRs its not reversing the source and destination. Is it like that only, because smpp v3.4 says we suppose to reverse it. Please help me out to fix this issue. Is it some configuration glitch or kannel don't

Re: Kannel Redis - can I force the destination in the key name?

2016-11-04 Thread Robert Chen
Thanks for the clarification. Turned out that in my case, some of the message IDs would get recycled given enough time and volume. So in order to generate unique redis keys, I still had to include the destination. In case anyone is interested, I ended up making a local change to gw/smsc

Re: Kannel Redis - can I force the destination in the key name?

2016-11-01 Thread Donald Jackson
to set up Kannel with Redis. My concern is that some DLRs > would be lost due to timestamp collisions. And my question is whether > hard-coding dlr_redis_add to use the destination (at least for my personal > installation) is the best approach. > > dlr_redis.c: > Changing: &g

Kannel Redis - can I force the destination in the key name?

2016-11-01 Thread Robert Chen
Hi, I'm trying to set up Kannel with Redis. My concern is that some DLRs would be lost due to timestamp collisions. And my question is whether hard-coding dlr_redis_add to use the destination (at least for my personal installation) is the best approach. dlr_redis.c: Changing: if (entry->use_

Re: Modifying destination address when acting as ESME

2016-02-23 Thread Juan Nin
Is that bind specific for just Netherlands? If so you could hardcode the country code on the sms-service using %2B31%p On Tue, Feb 23, 2016 at 9:36 PM, SA wrote: > Hi, > > I have a kannel system running that connects to multiple providers. The > majority of the

Modifying destination address when acting as ESME

2016-02-23 Thread SA
Hi, I have a kannel system running that connects to multiple providers. The majority of the providers send messages back to me in full E.164 format. However I have a new provider that sends me messages to my Netherlands numbers without the country code. I receive: DEBUG: destination_addr:

Re: Change the sender based in the destination prefix

2015-11-10 Thread Filipe Carvalho
on destination. On Sat, Nov 7, 2015 at 1:37 AM, Filipe Carvalho <filipe.f.carva...@gmail.com <mailto:filipe.f.carva...@gmail.com>> wrote: Hello, Nowadays, I've a simple working configuration Application -> smsbox (http interface) -> smsc -> smsc gateway

Re: Change the sender based in the destination prefix

2015-11-10 Thread Filipe Carvalho
ut anyone's number in the FROM address. Use REGEX to handle the sender based on destination. On Sat, Nov 7, 2015 at 1:37 AM, Filipe Carvalho <filipe.f.carva...@gmail.com <mailto:filipe.f.carva...@gmail.com>> wrote: Hello, Nowadays, I've a simple working configuration App

No Destination / Originator Addresses

2015-11-10 Thread Artem Chekulaev
We have "strange" USSD connection. First message in session contains only originator address and no destination, but has TLV ussd_session_id. We disabled check on destination address is "null", so we can work with it. But other messages in session contains no destinatio

Re: Change the sender based in the destination prefix

2015-11-07 Thread ha...@aeon.pk
You might be able to do this in kannel but your SMSC operator would not let you allow to put anyone's number in the FROM address. Use REGEX to handle the sender based on destination. On Sat, Nov 7, 2015 at 1:37 AM, Filipe Carvalho <filipe.f.carva...@gmail.com > wrote: > Hello, >

Change the sender based in the destination prefix

2015-11-06 Thread Filipe Carvalho
configure an international phone number, like +351920012345 It is possible to configure kannel to change the sender based in the destination prefix? Can you give me a hint how to do it? I can not change in the application the URL in order to apply this logic. Regards, Filipe

Allow only specified destination numbers on SMPP connection

2015-07-07 Thread Pablo Gus
Hi all, I have different destination numbers within a SMPP connection. Is there any way to specify which destination numbers are allowed in Kannel for SMS incoming? I would appreciate if someone has an example about this. Thanks! Regards, Pablo.

Reject SMPP MO messages by destination shortcode

2015-01-15 Thread Germán Bobr
Hi guys, A client gave me a SMPP receiver connection where there are lots of messages circulating for different shortcodes. They want me to only take messages directed to a given shortcode and reject the rest so another ESME can take these messages. Is such thing possible? if so, wich

OPENSMPP DLR source and Destination addresses inverted

2014-06-23 Thread MOSES KARIUKI
Hey all, Anyone knows why the dlr from an ESME to Opensmppbox to ESME are inveted? Help, Mose

Invalid Destination Address

2013-08-15 Thread Qqblog Qqblog
After I submit a plenty of sms. I see the log show SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm. How can I know which number is invalid from log ?

RE: Invalid Destination Address

2013-08-15 Thread Rene Kluwen
Look for destination_addr in your logs, with log-level = 0. == Rene From: users [mailto:users-boun...@kannel.org] On Behalf Of Qqblog Qqblog Sent: donderdag 15 augustus 2013 11:26 To: users@kannel.org Subject: Invalid Destination Address After I submit a plenty of sms. I see the log

Re: Invalid Destination Address

2013-08-15 Thread Willy Mularto
From: users [mailto:users-boun...@kannel.org] On Behalf Of Qqblog Qqblog Sent: donderdag 15 augustus 2013 11:26 To: users@kannel.org Subject: Invalid Destination Address After I submit a plenty of sms. I see the log show SMSC returned error code 0x000b (Invalid Destination Address

Remove prefix from address destination

2013-03-13 Thread AMOUZOU Amen
Hi all, I have set up Kannel and now I get messages. But messages come with the kinds of numbers 228 but I want to send the MT using only . I used in [smsc group], unified-prefix = - 228 but it does not seem to work. Please, can you help me ? Thank you. – Amen

RE: Can I get destination msisdn and message from submit sm resp ???

2012-12-07 Thread Rene Kluwen
Please post your logs. Maybe you need to set msg-id-type. From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of chen yee tan Sent: vrijdag 7 december 2012 5:55 To: users@kannel.org Subject: Can I get destination msisdn and message from submit sm resp ??? Hi

Can I get destination msisdn and message from submit sm resp ???

2012-12-06 Thread chen yee tan
Hi, I am running async receiver and transmitter. When I use transmitter to send out sms, my receiver will get submit sm resp event. I am able to get message id from it. I tried to get message text and it is empty. i tried to get destination address and got null pointer.Is there a way to get

RE: Outgoing SMS routing via different SMSC by destination number prefix

2012-09-13 Thread Rene Kluwen
.kannel.org Subject: Outgoing SMS routing via different SMSC by destination number prefix Hi, What is the right way to route outgoing SMS routing via different SMSC by destination number prefix + default route for any unknown prefixes? I tried to do it by this configuration: group = core admin-port

Outgoing SMS routing via different SMSC by destination number prefix

2012-09-12 Thread Eugene Prokopiev
Hi, What is the right way to route outgoing SMS routing via different SMSC by destination number prefix + default route for any unknown prefixes? I tried to do it by this configuration: group = core admin-port = 13000 admin-password = admin smsbox-port = 13001 dlr-storage = internal group

RE: Responsibility for inversion of source and destination address for DLR

2012-06-08 Thread info.ubichip
Balkanas Envoyé : lundi 1 août 2011 04:27 À : Mike Nelson; us...@vm1.kannel.org Objet : Re: Responsibility for inversion of source and destination address for DLR Hi, Bb has assumed this responsibility since almost 10 years now. It inverts addresses to the original before submitting to the endpoint

Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters.

2011-11-08 Thread Engel L
Hi, I am using Kannel 1.4.3 and am looking for a means for the gateway to drop messages destined to numbers with missing characters. The reason being sometimes clients send texts to numbers less than the in-my-case acceptable 12 digits and the NOs charge me for them. Regds, Engel

RE: Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters.

2011-11-08 Thread Rene Kluwen
: Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters. Hi, I am using Kannel 1.4.3 and am looking for a means for the gateway to drop messages destined to numbers with missing characters. The reason being sometimes clients send texts

Re: Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters.

2011-11-08 Thread Engel L
to not forward to SMSC SMS whose destination numbers are less than a specified number of characters. Hi, I am using Kannel 1.4.3 and am looking for a means for the gateway to drop messages destined to numbers with missing characters. The reason being sometimes clients send texts to numbers less

RE: Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters.

2011-11-08 Thread Rene Kluwen
destination numbers are less than a specified number of characters. Hi Rene, Thank you for the suggestion. I was hoping I could achieve the same at the gateway level. This is because we have multiple front-end applications calling the sendsms interface. Regds, On Tue, Nov 8, 2011 at 9:42 PM, Rene

RE: Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters.

2011-11-08 Thread Rene Kluwen
for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters. Check the white-list-regex configuration entry of group = core. == Rene -Original Message- From: Engel L [mailto:choch...@gmail.com] Sent: Tuesday, 08 November, 2011 19:47 To: Rene

RE: Is there a way for kannel to not forward to SMSC SMS whose destination numbers are less than a specified number of characters.

2011-11-08 Thread Rene Kluwen
How about using allowed-receiver-prefix-regex? -Original Message- From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Tuesday, 08 November, 2011 22:55 To: 'Rene Kluwen'; 'Engel L' Cc: users@kannel.org Subject: RE: Is there a way for kannel to not forward to SMSC SMS whose destination

Responsibility for inversion of source and destination address for DLR

2011-07-31 Thread Mike Nelson
Hello All, I was wondering if anyone might be able to help explain to me what box has the responsibility of inverting source and destination addresses in DLRs. If possible, a pointer to where in the source code this is *supposed* to happen would also be helpful. I emphasize supposed

Re: Responsibility for inversion of source and destination address for DLR

2011-07-31 Thread Nikos Balkanas
31, 2011 11:43 PM Subject: Responsibility for inversion of source and destination address for DLR Hello All, I was wondering if anyone might be able to help explain to me what box has the responsibility of inverting source and destination addresses in DLRs. If possible, a pointer to where

Re: issue with DLR and destination Field

2011-01-11 Thread Nikos Balkanas
. Therefore, use_dest is hardcoded on only for these 2 smscs in their drivers. BR, Nikos - Original Message - From: info.ubichip To: users-requ...@kannel.org ; users@kannel.org Sent: Tuesday, January 11, 2011 1:20 AM Subject: issue with DLR and destination Field Hello, In 2005, I

issue with DLR and destination Field

2011-01-10 Thread info.ubichip
Hello, In 2005, I make a small patch in dlr_mysql.c for the for people using kannel with modems. At this time the patch was using the triplet TS, SMSC, and DST to find the right dlr and then make update/delete operation I realized there has been some modification of the 1.5.0 release

Re: Re : SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-10 Thread Emmanuel CHANSON
Hoxha elt...@gmail.com Both of you guys are posting from France, probably connected to the same SMSC :) Maybe operator is having any night activity and destination tables of SMSC have been affected. On Fri, Oct 8, 2010 at 1:28 AM, Kidi Kidi kidi...@yahoo.fr wrote: either i use

SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Kidi Kidi
Hi, I use kannel SMPP ESME and i get this error whenever i try to send a MT message : SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm.

SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Kidi Kidi
Hi, I use kannel SMPP ESME and i get this error whenever i try to send a MT message : SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm.

Re: SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Emmanuel CHANSON
10:55:00 [16729] [6] DEBUG: SMPP PDU dump ends. 2010-10-07 10:55:00 [16729] [6] ERROR: SMPP[m]: *SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm.* 2010-10-07 10:55:00 [16729] [6] DEBUG: SMPP[m]: throughput (1.00,0.00) Regards, Emmanuel 2010/10/8 Kidi

Re : SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Kidi Kidi
CHANSON emmanuelchan...@gmail.com À : Kidi Kidi kidi...@yahoo.fr Cc : users@kannel.org Envoyé le : Jeu 7 octobre 2010, 23h 12min 58s Objet : Re: SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm. I have exactly the same issue at the moment and I try

Re: Re : SMSC returned error code 0x0000000b (Invalid Destination Address) in response to submit_sm.

2010-10-07 Thread Elton Hoxha
Both of you guys are posting from France, probably connected to the same SMSC :) Maybe operator is having any night activity and destination tables of SMSC have been affected. On Fri, Oct 8, 2010 at 1:28 AM, Kidi Kidi kidi...@yahoo.fr wrote: either i use the parameters below or not i get

Re: DLR without destination information

2010-04-23 Thread Nikos Balkanas
You missunderstood me. Source code only selects on db based on ts and smsc. Patch was supposed to add destination matching as well, but looking at the source code never made it. Therefore selects are still done using ts and smsc only. Arguments to the functions include destination, which

DLR without destination information

2010-04-22 Thread Willy Mularto
Hi list, Is it possible for Kannel to lookup DLR without destination information? Since my telco only send message id, date, and status information. Thanks alot. sangprabv sangpr...@gmail.com

Re: DLR without destination information

2010-04-22 Thread Nikos Balkanas
Hi, Interesting. Up till start of 2009, launch of 1.4.3, dlr matching would actually get done only with message_id (ts) and smsc. Sure all calling functions passed also destination, but it was never used in the actual select. That created a problem, since a lot of SMPP smscs used as ts

Re: DLR without destination information

2010-04-22 Thread Willy Mularto
Thanks for the reply Nikos, the telco used SMPP before. But now they migrate to HTTP, and on it's new system they don't provide the destination information on DLR. But if we check Kannel architecture, it checks the destination information (I don't use 1.4.3). Do you know the patch name in order

Problem matching DLR to MT (destination mismatch)

2009-09-16 Thread Konstantin Vayner
Hello, users! I have a problem matching a DLR to the original message. Here's what happens: I send a message to an smsc with international msisdn (+97250...), and get back DLR for local number (050... ) Is there anything i can do on my side? Here's transaction dump from the log: 2009-09-16

+ in destination

2009-09-04 Thread satish
Hi All Can any body help me to put + as prefix in destination . I am using this url for sending(sendsms) Example: http://127.0.0.1:13013/cgi-bin/sendsms?username=abcpassword=defto=+91from=xxtext=test%20messagesmsc=smsc_test when i am sending this url it not sending + appended

Re: + in destination

2009-09-04 Thread Alejandro Guerrieri
You have to url encode it, + translates into a space if you use it on an url. Use %2B instead. Regards, Alejandro On Fri, Sep 4, 2009 at 1:59 PM, satish satish.b...@routesms.com wrote: Hi All Can any body help me to put + as prefix in destination . I am using this url for sending(sendsms

Re: + in destination

2009-09-04 Thread seikath
did you try to urlencode the + ? the other approach is to mess with the npi-tone settings values. satish wrote: Hi All Can any body help me to put + as prefix in destination . I am using this url for sending(sendsms) Example: http://127.0.0.1:13013/cgi-bin/sendsms?username=abcpassword

Re: PPG destination Port

2009-06-06 Thread Nikos Balkanas
support to the mobile for wap messages on that port. BR, Nikos - Original Message - From: Irfan Malik To: users@kannel.org Sent: Wednesday, May 27, 2009 2:04 PM Subject: PPG destination Port Hi, I have configured PPG service in kannel. group = ppg ppg-url

PPG destination Port

2009-05-27 Thread Irfan Malik
generate a WAP push using PAP method. I want that WAP push to be sent on customized port other then standard port i.e. 2948. How can I change destination port of WAP Push generated by PPG service? I can send WAP Push on customized port using following http://localhost:13013/cgi-bin/sendsms

SMS Box Not Accepting - 59898 Destination Address - How to override

2008-06-07 Thread Madan KN
Hi, How do i override so that my sms box, accepts 59898 kind of short codes as destination address. MO -- SMSC -- (59898) -- Kannel. But kannel is asking me destination address not less than 7 digits. This is my conf

Re: SMS Box Not Accepting - 59898 Destination Address - How to override

2008-06-07 Thread Alejandro Guerrieri
Which version of Kannel are you using? ton and npi settings? Regards, Alejandro On Sat, Jun 7, 2008 at 8:58 AM, Madan KN [EMAIL PROTECTED] wrote: Hi, How do i override so that my sms box, accepts 59898 kind of short codes as destination address. MO -- SMSC -- (59898) -- Kannel

Re: SMS Box Not Accepting - 59898 Destination Address - How to override

2008-06-07 Thread Alejandro Guerrieri
will replace the error for a warning. Otherwise please provide: 1. Kannel version you're using. 2. The exact error you're getting. 3. Are you prefixing the destination address with a +? 4. Those TON/NPI values were given by the carrier? Regards, Alejandro On Sat, Jun 7, 2008 at 11:40 AM, Madan

RE: why the destination phone didn't receive the message

2007-12-10 Thread Alvaro Cornejo
no to have problems I always use intenational format. Try that Alvaro -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: Domingo, 09 de Diciembre de 2007 23:29 Para: users@kannel.org Asunto: why the destination phone didn't receive the message hi,everyone now I

why the destination phone didn't receive the message

2007-12-09 Thread xiaoxia716
hi,everyone now I am using nokia to setup a virtual smsc, when I send a message from my phone , I found the message is sent because the fee is cost. but the destination phone didn't receive the message. I don't what the problem of it. please give me some advice , thank you. I will appreciate

How to validate destination number length ??

2007-11-01 Thread shehan
Hi All, In my project kannel act as ESME client it is bound to SMPP server. I want to send sms, those desination number length is 11, through this connection only. Other lengths should be discarding. How to that in kannel ?? BR, Shehan

smpp: mysql delivery pdu message has no destination - dest_addr_ton needed ?

2007-03-16 Thread Julien Buratto
Actually I'm using a new carrier and it seems that the DLR is inserted correctly but not retrived propertly from kannel in the dlr_mysql.c In kannel logs, upon smpp deliver_sm, I get all the parsing of the PDU and at the end kannel reports: 2007-03-16 16:34:29 [10563] [6] DEBUG: DLR[mysql]:

Provider doesnt want + on destination MSISDN

2006-08-20 Thread Alex Kinch
Hello list, I've just had an email from a provider who wants me to test their service. I tried last week and it failed on all messages I sent.. but they've said now that it's because I put a + in front of the destination MSISDN. I've always done this, and thought it was standard. Can someone

Sending a Wap PUSH sms to a destination port

2006-03-21 Thread Oscar Elfving
How do I send a wap push to a destination port? I have a MIDP 2.0 application registered at sms://:1669, how do I format a wap push message so that the application activates? I can send regular sl and si messages just fine thought. Regards, Oscar

Re: Sending a Wap PUSH sms to a destination port

2006-03-21 Thread Loïc Minier
Hi, On Tue, Mar 21, 2006, Oscar Elfving wrote: How do I send a wap push to a destination port? I have a MIDP 2.0 application registered at sms://:1669, how do I format a wap push message so that the application activates? The destination port is in the UDH, the following link has

Re: Destination and src_addr

2006-02-07 Thread acidburn
] To: users@kannel.org Sent: Tuesday, February 07, 2006 2:40 Subject: Destination and src_addr Hi! I'm a newbie in kannel and SMS things. So my problem is: I receive an SMS from a phone. In the deliver_sm the destination_addr is my service number 9300408 My sms-service works I mean

Re: Destination and src_addr

2006-02-07 Thread acidburn
, February 07, 2006 2:40 Subject: Destination and src_addr Hi! I'm a newbie in kannel and SMS things. So my problem is: I receive an SMS from a phone. In the deliver_sm the destination_addr is my service number 9300408 My sms-service works I mean the deliver_sm_resp works

Was: Re: Destination and src_addr

2006-02-07 Thread Girts Legzdins
So... I think this is a sms routing problem, or smth like that. So I have 2 SMSC's And I need to set it up so, that when a SMS comes in through SMSC1 a reply is sent out through SMSC1 and so with SMSC2. -- Girts Legzdins Head Of IT Group +3716510443 Latvia, Riga Ventspils 56/58

Re: Was: Re: Destination and src_addr

2006-02-07 Thread Girts Legzdins
The routing I figured out. But now I need, that SMSC1 changes the sender number to one I need. The SMSC2 can leave the one that he knows and that is working now. On Tue, 7 Feb 2006 14:27:48 +0200, Girts Legzdins [EMAIL PROTECTED] wrote: So... I think this is a sms routing problem, or smth like

Re: wappush on CDMA, source port and destination port

2005-04-18 Thread Aarno Syvänen
Jon, Just another module. Inside it you code as you like (though remember coding style ;) only provide the interface. Aarno On 14.4.2005, at 15:16, Jonathan Houser wrote: Aarno, I was was speaking about module level architecture. (It would be ideal, if you just add a module and its public

Re: wappush on CDMA, source port and destination port

2005-04-14 Thread Aarno Syvänen
Jon, I was was speaking about module level architecture. (It would be ideal, if you just add a module and its public interface). Currently push has four levels: ppg, ota, wsp and wdp. SMS is generated only at wdp level, other levels are about creating its content. So it would be ideal if you

Re: wappush on CDMA, source port and destination port

2005-04-14 Thread Jonathan Houser
Aarno, I was was speaking about module level architecture. (It would be ideal, if you just add a module and its public interface). Currently push has four levels: ppg, ota, wsp and wdp. SMS is generated only at wdp level, other levels are about creating its content. So it would be ideal

RE: wappush on CDMA, source port and destination port

2005-04-12 Thread Mario Noboa
on CDMA, source port and destination port Aarno, can you share architecture you are using for WAP Push over CDMA ? One really wants (at least this applies to myself) changes only in wdp level, this is in the wapbox. This of course excludes handling of a new network type, for cdma

Invalid sms destination address

2003-08-15 Thread chandana
hi all , when i send a sms to a certain destination after that delevered to that address , it sends another message to the 002 adrees . How that come ? In my configuration there is no such a number . can u help me to solve this prob ? 2003-08-15 14:08:38 FAILED Send SMS [SMSC:Nokia 30