Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-15 Thread Alex Kinch
Hi Kyriacos The MySQL field type was varchar(100) so that wasn't the problem. In the end we fixed it by asking Nexmo/Vonage to change the message ID types to match (hex) and then removed msg-id-type so the conversion was no longer needed. Thanks Alex On Mon, 7 Aug 2023 at 01:04, Kyr

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-06 Thread Kyriacos/Netsmart
And your mysql table create statement. It might be that you are using a filed type that can not hold such large numbers. Can easily be converted to a char based storage if you don't have extreme space limit issues on the DB side. On 06/08/2023 6:16 pm, Mesbahuddin Malik wrote: Send your Smpp

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-06 Thread Mesbahuddin Malik
Send your Smpp Config. On Sun, Aug 6, 2023 at 8:26 PM Alex Kinch wrote: > Hi all, > > I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is > using message IDs greater than 9223372036854775807 (e.g. > 6142530091694509440651642911224527237), which is in turn breaking DLR > pro

SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-03 Thread Alex Kinch
Hi all, I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is using message IDs greater than 9223372036854775807 (e.g. 6142530091694509440651642911224527237), which is in turn breaking DLR processing in Kannel. They use hex in submit_sm_resp and decimal in deliver_sm so I have

Message ID for MULTIPART SMS in kannel

2020-09-10 Thread Saurabh Pandey
Hello everyone, just need quick help to locate the source files/functions to change the default kannel behavior. In one of the installations, the operator requires all of the PDUs in a multipart SMS to have registered_delivery = 1. Only then we receive the deliver_sm PDU from them. I have done thi

Re: how to get message id in dlr table

2015-08-05 Thread Alvaro Cornejo
report in > mysql dlr table. how can i send a message id (reference id for sms), so > that i can recognize it in dlr table. > > regards > abhi >

how to get message id in dlr table

2015-08-05 Thread Alok Srivastava
dear list if i use http api to send sms using kannel and store delivery report in mysql dlr table. how can i send a message id (reference id for sms), so that i can recognize it in dlr table. regards abhi

Re: DLR does not match message id

2014-07-18 Thread spameden
Try commenting out completely msg-id-type if it would be the same means its something you need to settle down with your SMSC operator. 2014-07-19 2:13 GMT+04:00 Mario Noboa : > You're right the message id is in short_message but it should be in > receipted_message_id. It's a bug

Re: DLR does not match message id

2014-07-18 Thread Mario Noboa
You're right the message id is in short_message but it should be in receipted_message_id. It's a bug of the operator, but they told me that they can't do any change. That's why I asked to use the timestamp :) Here is my config (it tried msg-id-type = 2 but didn't work)

Re: DLR does not match message id

2014-07-18 Thread spameden
P PDU dump ends. 2014-07-17 12:45:12 [32271] [36] DEBUG: DLR[internal]: Adding DLR smsc=SMSC1, ts=31537685, src=30100, dst=XXX, mask=31, boxc= 2014-07-17 12:45:12 [32271] [36] DEBUG: SMSC[SMSC1]: creating DLR message Message ID is 31537685 in submit_sm. In deliver_sm it's: 2014-07-17

Re: DLR does not match message id

2014-07-18 Thread Mario Noboa
t;>> Would it be possible to supply the full submit_sm, submit_sm_resp, and >>>> deliver_sm PDU dumps? >>>> >>>> >>>> On 18 July 2014 22:12, Mario Noboa wrote: >>>> >>>>> >>>>> Hi list, >>>>> >>&

Re: DLR does not match message id

2014-07-18 Thread spameden
_sm_resp, and >>> deliver_sm PDU dumps? >>> >>> >>> On 18 July 2014 22:12, Mario Noboa wrote: >>> >>>> >>>> Hi list, >>>> >>>> I got a DLR problem with an operator. >>>> >>>> When sent

Re: DLR does not match message id

2014-07-18 Thread spameden
T-05:00 Niel Smith : > > Hi Mario, >> >> Would it be possible to supply the full submit_sm, submit_sm_resp, and >> deliver_sm PDU dumps? >> >> >> On 18 July 2014 22:12, Mario Noboa wrote: >> >>> >>> Hi list, >>> >>&

Re: DLR does not match message id

2014-07-18 Thread Mario Noboa
t; >> I got a DLR problem with an operator. >> >> When sent a "submit_sm", kannel receipt a message id: >> >> *message_id: "1e13a15"* >> *DLR[internal]: Adding DLR smsc=SMSC1, ts=31537685, src=30100, >> dst=XXX, mask=31, boxc=* &

Re: DLR does not match message id

2014-07-18 Thread Niel Smith
Hi Mario, Would it be possible to supply the full submit_sm, submit_sm_resp, and deliver_sm PDU dumps? On 18 July 2014 22:12, Mario Noboa wrote: > > Hi list, > > I got a DLR problem with an operator. > > When sent a "submit_sm", kannel receipt a message id: > &

DLR does not match message id

2014-07-18 Thread Mario Noboa
Hi list, I got a DLR problem with an operator. When sent a "submit_sm", kannel receipt a message id: *message_id: "1e13a15"* *DLR[internal]: Adding DLR smsc=SMSC1, ts=31537685, src=30100, dst=XXX, mask=31, boxc=* But its DLR arrives with another id: *2014-07-17

Re: DLR problems with Hex vs Decimal message ID

2013-03-25 Thread Alvaro Cornejo
Hi Check userguide for the right value of msg-id-type; else test different values. The format is msg-id-type=1 (Value in dec not hex) Regards Alvaro On 3/25/13, Ravindra Gupta // Viva wrote: > Hi Team, > > One of our SMSCs is returning message IDs in the submit_sm_resp in hex - > eg 84493328

DLR problems with Hex vs Decimal message ID

2013-03-25 Thread Ravindra Gupta // Viva
Hi Team, One of our SMSCs is returning message IDs in the submit_sm_resp in hex - eg 84493328 - but the DLRs are coming back in decimal - eg 2219389736. This is causing problems with Kannel with the MySQL queries on the DLR database, as it can't find the related message. *ERROR: SMPP[ABC]: got DL

RE: Message ID response from SMS Submit Request

2012-11-22 Thread satya
You already have that in %d I believe. Original Message Subject: Message ID response from SMS Submit Request From: Christopher Burke <christopher.bu...@simulity.com> Date: Fri, November 23, 2012 5:38 am To: "users@kannel.org" <users@kannel.org> Hi, Is i

Message ID response from SMS Submit Request

2012-11-22 Thread Christopher Burke
Hi, Is it possible to get as a response the message / sms ID from the sms submission request when using kannel? Kind Regards Chris Christopher Burke Development Team Leader / Software Engineer http://simulity.com Mobile: +44 7590 571 833 Skype:krslynx Sent from my Mobile   NOTICE: This mess

Re: Internal Message ID

2012-11-01 Thread spameden
I haven't found better way to do this :) 2012/11/1 Willy Mularto > Thanks Stipe, is there any way to create custom internal message id > format/structure (such as concatenate sender+current_date_time)? > > > > On Nov 1, 2012, at 12:48 PM, Stipe Tolj wrote: > > > Am

Re: Internal Message ID

2012-11-01 Thread Willy Mularto
Thanks Stipe, is there any way to create custom internal message id format/structure (such as concatenate sender+current_date_time)? On Nov 1, 2012, at 12:48 PM, Stipe Tolj wrote: > Am 31.10.2012 09:16, schrieb Willy Mularto: >> In situation where multiple Kannel daemon run on

Re: Internal Message ID

2012-10-31 Thread Stipe Tolj
Am 31.10.2012 09:16, schrieb Willy Mularto: In situation where multiple Kannel daemon run on the same server does Kannel's internal Message ID really unique? Thanks. "yes", we use UUIDs, please see for reference: http://en.wikipedia.org/wiki/Universally_unique_identifier

Internal Message ID

2012-10-31 Thread Willy Mularto
In situation where multiple Kannel daemon run on the same server does Kannel's internal Message ID really unique? Thanks. Willy Mularto F300HD+MR18DE (NLC1725)

Re: Question about Kannel foreign message id

2010-10-14 Thread Rafael Azevedo
/14 Rafael Azevedo > Hi Guys, > > I'm very new to Kannel. Its been just a few days since I've installed it > and it seems to be very helpful to me. > > I've got everything working. Multi-routing, DLR and stuff like that. > The last thing I must figure out is how

Re: Question about Kannel foreign message id

2010-10-14 Thread Rafael Azevedo
; BR, > Nikos > - Original Message - From: Rafael Azevedo > To: users@kannel.org > Sent: Thursday, October 14, 2010 6:23 AM > > Subject: Re: Question about Kannel foreign message id > > > > > 2010/10/14 Rafael Azevedo > > Hi Guys, > > > I'

Re: Question about Kannel foreign message id

2010-10-13 Thread Nikos Balkanas
ject: Re: Question about Kannel foreign message id 2010/10/14 Rafael Azevedo Hi Guys, I'm very new to Kannel. Its been just a few days since I've installed it and it seems to be very helpful to me. I've got everything working. Multi-routing, DLR and stuff like that. The last thi

RE: Question about Kannel foreign message id

2010-10-13 Thread Abdulraheem Obaisi
%25d%26msisdn%3D%25p ... Best Regards Abdulraheem Ali Obaisi From: raf...@r2pro.com.br Date: Thu, 14 Oct 2010 00:23:08 -0300 Subject: Re: Question about Kannel foreign message id To: users@kannel.org 2010/10/14 Rafael Azevedo Hi Guys, I'm very new to Kannel. Its been j

Re: Question about Kannel foreign message id

2010-10-13 Thread Rafael Azevedo
ure out is how do I post my system's message id to > Kannel's system? > > In other words what I need is to have my system posting data to Kannel HTTP > server with my system's ID so when Kannel sends me back the DLR it would be > easier to identify which message the DLR

Re: No Foreign message ID in DLR when concatenation = true

2010-05-06 Thread Nikos Balkanas
nbalka...@gmail.com ; users@kannel.org Sent: Thursday, May 06, 2010 2:27 PM Subject: RE: No Foreign message ID in DLR when concatenation = true Sorry, we send you wrong credential, this is the right one: http://172.31.70.117:13013/cgi-bin/sendsms?username=knlsndusr&password=knl_usr123&

RE: No Foreign message ID in DLR when concatenation = true

2010-05-06 Thread gianluca moretti
=Offer%26CAMP_CON_ID=1-2Y8LH%26REQUEST_DATE=20100414+12%3A00%3A00.000%26SHORT_NUMBER=%25P%26DLR_STATUS=%25d%26MSISDN=%25p%26SERVICE_NUMBER=test%26 > From: nbalka...@gmail.com > To: gianluca.more...@hotmail.it; users@kannel.org > Subject: Re: No Foreign message ID in DLR when concatenation

Re: No Foreign message ID in DLR when concatenation = true

2010-05-06 Thread Nikos Balkanas
iginal Message - From: gianluca moretti To: users@kannel.org Sent: Thursday, May 06, 2010 12:16 PM Subject: No Foreign message ID in DLR when concatenation = true I try to send a SMS with more of 160 char with concatenation = true. I don't get foreign message id in first DLR when status=8 e

No Foreign message ID in DLR when concatenation = true

2010-05-06 Thread gianluca moretti
I try to send a SMS with more of 160 char with concatenation = true. I don't get foreign message id in first DLR when status=8 even if we have the message-id from the smpp submit_sm_resp message . I want to know, how to resolve this issue? Below: -sendSMS line -Kannel. conf -SMPP

Re: Regarding Message-id received by Kannel

2010-02-11 Thread preeteesh kakkar
few years ago. >>> >>> >>> >>> Kent >>> ---------- >>> >>> *From:* users-boun...@vm1.kannel.org [mailto: >>> users-boun...@vm1.kannel.org] *On Behalf Of *preeteesh kakkar >>> *Sent:* Thursday, Febr

Re: Regarding Message-id received by Kannel

2010-02-11 Thread Alejandro Guerrieri
ng, but I think I remember >> answering this question from a customer a few years ago. >> >> >> >> Kent >> -- >> >> *From:* users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] >> *On Behalf Of *preeteesh kakkar >> *Sent:* Thursday, Febr

Re: Regarding Message-id received by Kannel

2010-02-11 Thread preeteesh kakkar
gt; answering this question from a customer a few years ago. > > > > Kent > -- > > *From:* users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] > *On Behalf Of *preeteesh kakkar > *Sent:* Thursday, February 11, 2010 10:03 AM >

RE: Regarding Message-id received by Kannel

2010-02-11 Thread Kent Walker
l.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of preeteesh kakkar Sent: Thursday, February 11, 2010 10:03 AM To: us...@vm1.kannel.org Subject: Regarding Message-id received by Kannel Hi, I am having a small issue though i believe its more on my SMPP side than of kannel but just want to co

Regarding Message-id received by Kannel

2010-02-11 Thread preeteesh kakkar
Hi, I am having a small issue though i believe its more on my SMPP side than of kannel but just want to confirm. What is happening is that message_id i get from submit_sm_resp is different than message i get when i get DLR for that message. Due to this kannel is not able to recognize the DLR. Ca

Re: getting message-id in resp of send request

2009-06-09 Thread Alejandro Guerrieri
wn ID and add it to the DLR-URL. >>> When you give the DLR-URL to kannel inside the sendsms add &id=12345 to >>> the dlr-url. >>> >>> Regards >>> Falko >>> >>> Am 09.06.2009 um 12:12 schrieb Latitude Berlin: >>> >>> If m

Re: getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
nside the sendsms add &id=12345 to >> the dlr-url. >> >> Regards >> Falko >> >> Am 09.06.2009 um 12:12 schrieb Latitude Berlin: >> >> If my application is sending a lot me SMS messages, then on receiving DLR, >> how may I know for which SMS me

Re: getting message-id in resp of send request

2009-06-09 Thread Falko Ziemann
ive the DLR-URL to kannel inside the sendsms add &id=12345 to the dlr-url. Regards Falko Am 09.06.2009 um 12:12 schrieb Latitude Berlin: If my application is sending a lot me SMS messages, then on receiving DLR, how may I know for which SMS message this DLR is for? I know message-id will

Re: getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
now for which SMS message this DLR is for? I know message-id will > be there but how can I decide which message-id is for which sent message? > > > > On Tue, Jun 9, 2009 at 12:05 PM, Alejandro Guerrieri < > alejandro.guerri...@gmail.com> wrote: > >> Not directly, y

Re: getting message-id in resp of send request

2009-06-09 Thread Falko Ziemann
for which SMS message this DLR is for? I know message-id will be there but how can I decide which message- id is for which sent message? On Tue, Jun 9, 2009 at 12:05 PM, Alejandro Guerrieri > wrote: Not directly, you need DLR's for that. This is because the sending is asynchronou

Re: getting message-id in resp of send request

2009-06-09 Thread Benaiad
for every insert get the generated id and add it to the dlr-url. On Tue, Jun 9, 2009 at 11:56 AM, Latitude Berlin wrote: > Hi, > > I need to store message-ids of SMS messages in my application. Is it > possible that when I send send-sms request to Kannel (via HTTP), Kannel > repo

Re: getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
If my application is sending a lot me SMS messages, then on receiving DLR, how may I know for which SMS message this DLR is for? I know message-id will be there but how can I decide which message-id is for which sent message? On Tue, Jun 9, 2009 at 12:05 PM, Alejandro Guerrieri

Re: getting message-id in resp of send request

2009-06-09 Thread Alejandro Guerrieri
Not directly, you need DLR's for that. This is because the sending is asynchronous, so kannel might not be able to give back a message id until the external smsc accepts the message (which may happen an hour later, for example). Regards, Alejandro On Tue, Jun 9, 2009 at 11:56 AM, Lat

getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
Hi, I need to store message-ids of SMS messages in my application. Is it possible that when I send send-sms request to Kannel (via HTTP), Kannel reports the message-id of the sms to my application through a Servlet? Thanks a lot. Cheers

Re: message id through sendsms url

2009-05-27 Thread Alejandro Guerrieri
No, the request is asynchronous, you need to use DLR's instead. Regards, Alejandro On Wed, May 27, 2009 at 3:37 PM, Piyush wrote: > Hi, > Can it be possible to get message id instead of "0: accepted for delivery" > in response when I call sendsms url. > >

Re: message id through sendsms url

2009-05-27 Thread Julien Buratto
it be possible to get message id instead of "0: accepted for delivery" > in response when I call sendsms url. > > > Thanks in advance > Piyush Khandelwal > > ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and > Stationery now! -- Julien Buratto

message id through sendsms url

2009-05-27 Thread Piyush
Hi, Can it be possible to get message id instead of "0: accepted for delivery" in response when I call sendsms url. Thanks in advance Piyush Khandelwal ibibo Mail :: Get your FREE mail box with Music, Skins, Greetings and Stationery now!

RE: message id through sendsms url

2009-05-20 Thread Abdulraheem Obaisi
1)) lpart = AscW(Mid(text, i * 2 + 2, 1)) If Len(CStr(fpart)) < 2 Then fpart = "0" & CStr(fpart) If Len(CStr(lpart)) < 2 Then lpart = "0" & CStr(lpart) var1 = "&H" & fpart & lpart var2 = var2 & chrW(var1) Next m

Re: message id through sendsms url

2009-05-19 Thread Arne K. Haaje
Piyush wrote: Hi, When I call... http://XX.XXX.X.XXX:13013/cgi-bin/sendsms?username=x&password=x&to=xx&text=hello&from=x&dlr-mask=31 it returns 0: accepted for delivery. But I want it to return message id. So that, later I can check out the status o

Re: message id through sendsms url

2009-05-19 Thread Alejandro Guerrieri
Piyush, Sadly, you cannot do it like that. This is because Kannel operates asynchronously, so it won't be able to return the message id until the smsc has accepted it. Think about it: the link with the smsc could be down, yet kannel would accept the message (and place it in it's inte

message id through sendsms url

2009-05-19 Thread Piyush
Hi, When I call... http://XX.XXX.X.XXX:13013/cgi-bin/sendsms?username=x&password=x&to=xx&text=hello&from=x&dlr-mask=31 it returns 0: accepted for delivery. But I want it to return message id. So that, later I can check out the status of the message

dlr-url non returning the message id

2009-03-10 Thread Elton Hoxha
Hi guys, This is my dlr-url http://10.1.21.236:2469/KannelGetStatus.asmx/GetStatus?dlrv=%d&status=%F&smsid= The delivery issue is OK, returning the number of parameter I want but; It seems that %F parameter does not return the message_id (i.e "235585872155") but the timestamp ts=2240225621 H

Re: Message ID from SMPP MO

2008-12-30 Thread Falko Ziemann
know such a field. MT and DLR are related over the SMSC message id. To relate the MT with the DLR in your software, you can set your own unique ID inside the DLR request. Regards Falko Am 30.12.2008 um 10:12 schrieb Nikos Balkanas: Internally kannel matches DLRs to messages using a uniq

Re: Message ID from SMPP MO

2008-12-30 Thread Nikos Balkanas
Internally kannel matches DLRs to messages using a unique message ID. I don't know how you can get that. However, bear in mind that although a single sender can send a lot of MOs, these are to different recipients, therefore "to". BR, Nikos - Original Message - F

Re: Message ID from SMPP MO

2008-12-30 Thread sangprabv
AFAIK, Kannel has no built in function to do it. Using foreign_id may help, but not all telco send message id in their MO. Currently I have done the generate UUID in the MO if telco not send message id, but it is only available in HTTP SMSC, I still look for how to implement it in other protocol, su

Re: Message ID from SMPP MO

2008-12-30 Thread Nikos Balkanas
Sent: Tuesday, December 30, 2008 9:39 AM Subject: Message ID from SMPP MO Hi, Is it true that all MO using SMPP protocol never carries Message ID? Then how to analyze between MO-MT-DLR? How to connect/relate it? TIA. Willy You are standing on my toes.

Get Message ID from Telco

2008-12-18 Thread sangprabv
Hi, What directive should I use to get Message ID from Telco (not Kannel internal message id) in SMS-Service configuration. TIA. Willy When you are about to die, a wombat is better than no company at all. -- Roger Zelazny, "Doorways in the Sand"

Re: FW: Message ID

2008-11-27 Thread Nikos Balkanas
Just a side note: In the dlr-url shouldn't you be using ...&messageID=%I? (that's "I" as in Index) On Thu, Nov 27, 2008 at 5:34 PM, Surya <[EMAIL PROTECTED]> wrote: > Dear Group, > > > > I'm in need of great emergency.. Just tell m

Re: FW: Message ID

2008-11-27 Thread Alejandro Guerrieri
cy.. Just tell me how to capture the > > submit_sm_resp message ID. > > > > > > I tried the solution of Generating my own message id > > > > String url = " > http://localhost:13001/cgi-bin/sendsms?username=xxx&password=xxx&from=5&to= > "

FW: Message ID

2008-11-27 Thread Surya
Dear Group, I'm in need of great emergency.. Just tell me how to capture the submit_sm_resp message ID. I tried the solution of Generating my own message id String url = "http://localhost:13001/cgi-bin/sendsms?username=xxx&password=xxx&from=5 &to=&qu

Re[4]: Message ID

2008-07-21 Thread seik
yes -Original Message- From: [] Sent: 21 Юли 2008 г. To: seik Subject:Message ID > On Mon, Jul 21, 2008 at 2:38 PM, seik <[EMAIL PROTECTED]> wrote: >> NO, >> there is NOT such functionality, >> Reason: it has to be implemented at the SMSC side ... > That's what I think too > So the

Re: Re[2]: Message ID

2008-07-21 Thread Jovan Kostovski
On Mon, Jul 21, 2008 at 2:38 PM, seik <[EMAIL PROTECTED]> wrote: > NO, > there is NOT such functionality, > Reason: it has to be implemented at the SMSC side ... That's what I think too ;) So there is no way to track the messages if we first send the MT message. BR, Jovan

Re[2]: Message ID

2008-07-21 Thread seik
NO, there is NOT such functionality, Reason: it has to be implemented at the SMSC side ... I refer the following scheme kannel_receives_MO -> sql_injection_with_Rule_on_insert -> sql_inject_MT_with_same_MO_Unique_id -> \ kannel_sends_MT_with_DLR_id_equal_to_Unique_id -> kannel_receives_ACK/DLR

Re: Message ID

2008-07-21 Thread Jovan Kostovski
2008/7/21 seik <[EMAIL PROTECTED]>: > use the MO kannel_ID, or create your OWN unique ID as unique DLR id for each > MT. > > then its simple sql to match them > > in case you use sqlbox and pgsql/oracle it is not so complicated task, > dont know for sqlbox backed by mysql > > we went a bit further

Re: Message ID

2008-07-21 Thread seik
use the MO kannel_ID, or create your OWN unique ID as unique DLR id for each MT. then its simple sql to match them in case you use sqlbox and pgsql/oracle it is not so complicated task, dont know for sqlbox backed by mysql we went a bit further and patched the sqlbox in a view to inject some ad

Re: Message ID

2008-07-19 Thread Jovan Kostovski
On Sat, Jul 19, 2008 at 10:47 AM, James Mubhoyi <[EMAIL PROTECTED]> wrote: > info.ubichip free.fr> writes: > I toyed with this idea but realised that it will only be the last message I > will be able to trap. Only being able to trap the last message is the gotcha! > I > am trying to workaround,

Re: Message ID

2008-07-19 Thread James Mubhoyi
info.ubichip free.fr> writes: > > I managed to make it by a simple idea, I assumed if someone send a sms > through a specific route, it will come back through the same route, so I > wrote a script using default sms service to search for the last SMS sent to > this recipient, so I could them toge

Re: Message ID

2008-07-19 Thread James Mubhoyi
info.ubichip free.fr> writes: > > Hello, > > Take a look on the sqlbox and the table structure, it should answer your > question. > > regards > I hadn't looked sqlbox, I will definitely do so, thanks.

RE: Message ID

2008-07-19 Thread info.ubichip
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 18 juillet 2008 23:05 To: info.ubichip; 'James Mubhoyi'; users@kannel.org Subject: Re: Message ID As far as I know there is no ID to relate mo and mt messages as they are generated from different modules (mo-smsc and sendsms). I h

Re: Message ID

2008-07-18 Thread eduardo . raad
: "info.ubichip" <[EMAIL PROTECTED]> Date: Fri, 18 Jul 2008 21:15:42 To: 'James Mubhoyi'<[EMAIL PROTECTED]>; Subject: RE: Message ID Hello, Take a look on the sqlbox and the table structure, it should answer your question. regards -Original Message- From: James

RE: Message ID

2008-07-18 Thread info.ubichip
Hello, Take a look on the sqlbox and the table structure, it should answer your question. regards -Original Message- From: James Mubhoyi [mailto:[EMAIL PROTECTED] Sent: vendredi 18 juillet 2008 12:41 To: users@kannel.org Subject: Message ID Hi, I am fairly new to Kannel, and am

Message ID

2008-07-18 Thread James Mubhoyi
Hi, I am fairly new to Kannel, and am wondering if there is a parameter in Kannel that links a replied message back to the original message that was sent. I have looked at the parameter list in Kannel and not 100% sure if there is one that works the way I would like it to work. I can track the

Re[2]: smsc message ID

2008-06-13 Thread seik
source patch -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 10 ??? 2008 ?. To: seik Subject:smsc message ID > seik wrote: >> you do not need the smsc id >> > What if I do need that id, for example to use it in a QUERY_SM ... How > would I

Re: Re[3]: smsc message ID

2008-06-13 Thread Azaman Suleiman
t; > To: > Sent: Tuesday, June 10, 2008 2:33 PM > Subject: Re[3]: smsc message ID > > > > each request, either to the send-sms interface, either the sql injection > in the sqlbox send_sms table > > should be with its unique dlr-url value > > > > you may achieve

Re: Re[3]: smsc message ID

2008-06-13 Thread Tharanga
al Message - From: "seik" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 10, 2008 2:33 PM Subject: Re[3]: smsc message ID > each request, either to the send-sms interface, either the sql injection in the sqlbox send_sms table > should be with its unique dlr-url value > >

Re[4]: smsc message ID

2008-06-13 Thread seik
the id ups to you. regarding the dlr-url: http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN4306 Table 6-16. SMS Push (send-sms) CGI Variables -Original Message- From: Tharanga [EMAIL PROTECTED] Sent: 11 ??? 2008 ?. To: seik Subject:smsc message ID > H, >

Re[2]: smsc message ID

2008-06-13 Thread seik
"; -Original Message- From: Tharanga [EMAIL PROTECTED] Sent: 11 ??? 2008 ?. To: seik Subject:smsc message ID > Hi seik, > iam having the same problem. actually what u mean by unique dlr-url per > message ? > is it means when i sending i need to use a uniquq url for

RE:Re: smsc message ID

2008-06-13 Thread brice dandjinou
M. Seik, How to set an unique drl-url per MT message De : [EMAIL PROTECTED] Date : 09/06/08 22:43:46 A : users@kannel.org Sujet : Re: smsc message ID you do not need the smsc id all you need is to set YOUR unique dlr-url per MT message to achieve that, add in the dlr-url something

Re: smsc message ID

2008-06-13 Thread Rolandow
seik wrote: you do not need the smsc id What if I do need that id, for example to use it in a QUERY_SM ... How would I do that? Still can't figure it out exactly .. :-S Kind regards, Roland.

Re[3]: smsc message ID

2008-06-13 Thread seik
, you will see its identical in all the dlr-url values .. / -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 10 Юни 2008 г. To: seik Subject:smsc message ID > M. Seik, > How to set an unique drl-url per MT message > De : [EMAIL PROTECTED] > Date : 09

Re: smsc message ID

2008-06-09 Thread seik
cvs-20070627" i think you will deal from here -Original Message- From: users@kannel.org [EMAIL PROTECTED] Sent: 09 ??? 2008 ?. To: seik Subject:smsc message ID > Hello everybody, > I am currently working on getting delivery receipts on my dlr-url. > When I query the sends

Re: smsc message ID

2008-06-09 Thread Denis V . Gudtsov
dn6lE4%26state%3D%25d%26smsid%3D%25I dlr-url looking like that: http://localhost/dlr.php?id=Ardn6l&state=%d&smsid=%I The %I only gives me the "internal" message ID kannel generated. I would like the actual (aggregator) smsc message ID On a side not, I am using a pgsql dlr

smsc message ID

2008-06-09 Thread Monchanin Eric
r-mask=31&dlr-url=http%3A%2F%2Flocalhost%2Fdlr.php%3Fid%3DArdn6lE4%26state%3D%25d%26smsid%3D%25I dlr-url looking like that: http://localhost/dlr.php?id=Ardn6l&state=%d&smsid=%I The %I only gives me the "internal" message ID kannel generated. I would like the actual (aggregator)

smsc message ID

2008-06-09 Thread Monchanin Eric
r-mask=31&dlr-url=http%3A%2F%2Flocalhost%2Fdlr.php%3Fid%3DArdn6lE4%26state%3D%25d%26smsid%3D%25I dlr-url looking like that: http://localhost/dlr.php?id=Ardn6l&state=%d&smsid=%I The %I only gives me the "internal" message ID kannel generated. I would like the actual (aggregator)

Re: SQLBOX message ID

2008-05-28 Thread seik
we have patched our sqlbox_pgsql.c in a view to keep an unique external ID named msg_ext_id in the tables so i believe your approach is the right one -Original Message- From: Eduardo Raad [EMAIL PROTECTED] Sent: 27 ??? 2008 ?. To: seik Subject:SQLBOX message ID > Does anyone k

Re: SQLBOX message ID

2008-05-27 Thread sangprabv
tive the message ID field in SQLBOX > standalone? > > I looked at the code in mysql_sqlbox.c and it is commented out. Tried > to uncomment it but I get a type compatibility error. > > Thank you. > > Eduardo -- [sangprabv] http://www.sangprabv.web.id

Re: SQLBOX message ID

2008-05-27 Thread Alejandro Guerrieri
, Alejandro On Tue, May 27, 2008 at 4:12 PM, Eduardo Raad <[EMAIL PROTECTED]> wrote: > Does anyone know how to active the message ID field in SQLBOX standalone? > > I looked at the code in mysql_sqlbox.c and it is commented out. Tried to > uncomment it but I get a type compatibility error. > > Thank you. > > Eduardo

SQLBOX message ID

2008-05-27 Thread Eduardo Raad
Does anyone know how to active the message ID field in SQLBOX standalone? I looked at the code in mysql_sqlbox.c and it is commented out. Tried to uncomment it but I get a type compatibility error. Thank you. Eduardo

Message ID on SQLBox

2008-05-14 Thread Eduardo Raad
Dear subscribers, I'm testing SQLBox standalone, it works fine, but I see that there is an ID field in the sent_sms table that is not being filled (MO or MT). This is supposed to be a Kannel-generated unique message ID. Does anyone know if there is a configuration parameter to set this? T

Re: Message ID for MT message DLR in kannel

2008-04-23 Thread Samir Ghodasara
Hi, I got the partial solution from forums like i can pass my message Id with dlr-url and So i can track the result. i am getting the response to submit_sm like.. SMSC returned error code 0x000b (Invalid Destination Address) in response to submit_sm. in my application i want the error code

Message ID for MT message DLR in kannel

2008-04-23 Thread Samir Ghodasara
Hi, I am using the gateway-1.4.1. and i want to get delivery report for my billing MT message for that i am passing dlr-mask and dlr-url while sending the MT message and as DLR response i am getting message id by using "%I" attribute in dlr-url, but in the response of /cgi-bin/sendsms

Re[2]: Kannel gets wrong SMPP DLR message id

2007-10-10 Thread Alexander Bukharin
itch to version 3.3 (see userguide). >> >> Alexander Bukharin wrote: >> >>> Hello! After i changed source-addr-ton to 5 and source-addr-npi to 0 >>> (it was 1 and 1 before) kannel started to interpret message id in >>> deliver_sm SMPP message in a wron

Re: Kannel gets wrong SMPP DLR message id

2007-10-10 Thread Akif Dinc
act your SMSC operator or you can try to switch to version 3.3 (see userguide). Alexander Bukharin wrote: Hello! After i changed source-addr-ton to 5 and source-addr-npi to 0 (it was 1 and 1 before) kannel started to interpret message id in deliver_sm SMPP message in a wrong way: 2007-08-09 11:18:2

Re: Message ID

2007-09-11 Thread Jins
which parameter should i use for that.My requirement is that i need to update the delivery status in my DB using that message id On 11/09/2007, Vahid Ghafarpour <[EMAIL PROTECTED]> wrote: > > why you didn't implement to get it ad dlr-status=8? > after sumbit_sm message

Message ID

2007-09-11 Thread Jins
Hello, How can i get the message id of a submitted message. i tried with %b ,but it shows "ACK" at one time and other times it is "id:46E234A8 sub:001" can somebody please tell me whats the var used for getting message id reply ASAP

Re: Message ID

2007-09-11 Thread Vahid Ghafarpour
why you didn't implement to get it ad dlr-status=8? after sumbit_sm message id responded but it didn't sent to client? On 9/11/07, ashwani <[EMAIL PROTECTED]> wrote: > > Hi, > > > > You can only get the message id once the message has been delivered/failed

RE: Message ID

2007-09-11 Thread ashwani
Hi, You can only get the message id once the message has been delivered/failed by SMSC. Try Capturing "type" from the delivery_sm PDU Regards Ashwani _ From: Jins [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 1:11 PM To: users@kannel.org Cc: Ke

  1   2   >