Re: Same SMS, 2 Different MessageIDs

2014-03-13 Thread Kyriacos/Netsmart
If %F is not provided by the SMSC then the whole thing would not work anyway, as kannel will not be able to find the matching pending DLR record in order to get the DLR URL. If it is there, then there can not be a timing issue. The different formating issue, well I don't know if %F is

Re: Same SMS, 2 Different MessageIDs

2014-03-12 Thread Kyriacos/Netsmart
So, If in your DLR url you request %F ? Wouldn't that just do what you need? Provide the same ID back to you for all DLRs relating to one MT? Regards, Kyriacos On 11/03/2014 14:50, mydi...@gmail.com wrote: Hi Kyriacos, Yea sure, here is the screenshot of my db where dlrs are inserted:

Re: Same SMS, 2 Different MessageIDs

2014-03-12 Thread mydi...@gmail.com
Thanks for your reply Kyriacos. %F is SMSC provided. It could be delayed, it could be changing format (depending on each SMSC), it could indicate who my SMSC is, it could have different format. Like any standard provided, and normal SMSC, I must provide my own ID and be able to update status

Re: Same SMS, 2 Different MessageIDs

2014-03-12 Thread spameden
2014-03-12 14:31 GMT+04:00 mydi...@gmail.com mydi...@gmail.com: Thanks for your reply Kyriacos. %F is SMSC provided. It could be delayed, it could be changing format (depending on each SMSC), it could indicate who my SMSC is, it could have different format. Like any standard provided, and

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread mydi...@gmail.com
Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each url), affects the sending

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread mydi...@gmail.com
sorry, forgot to send plain-text. Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each url), affects the sending script

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread spameden
2014-03-10 17:15 GMT+04:00 mydi...@gmail.com mydi...@gmail.com: Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each

Re: Same SMS, 2 Different MessageIDs

2014-03-09 Thread mydi...@gmail.com
No one can answer my question? I appreciate any replies.. Thank you! The issue is as below: I have setup kannel with an SMPP SMSc. For DLR-URL, when I submit my HTTP request via CGI, I have dlr-mask=31 and my urlencoded DLR-URL. Part of my DLR-URL, I need to receive the message ID from

Re: Same SMS, 2 Different MessageIDs

2014-03-09 Thread spameden
sorry, forgot to copy list.. 2014-03-10 1:57 GMT+04:00 spameden spame...@gmail.com: You need to define msgid for each MT you submit through SMSC. That is the correct way to get proper status of each MT. You can achieve this by appending required parameter to dlr_url or adding msgid and

Re: Same SMS, 2 Different MessageIDs

2014-03-09 Thread mydi...@gmail.com
Thank you for your reply. I am sending the sms through send-sms cgi. You see, the issue, like i said, is that I am sending multiple numbers request in one URL (that is why I can not define the message if in my MT request. Because in one url there is 100s of numbers. I also send dlr-mask and

Re: Same SMS, 2 Different MessageIDs

2014-03-09 Thread spameden
OK, now I got what you mean. 2014-03-10 2:04 GMT+04:00 mydi...@gmail.com mydi...@gmail.com: Thank you for your reply. I am sending the sms through send-sms cgi. You see, the issue, like i said, is that I am sending multiple numbers request in one URL (that is why I can not define the

Re: Same SMS, 2 Different MessageIDs

2014-03-04 Thread Ali Ansari
So does anyone know what the answer to my raised issue might be? I appreciate any help! Thank you. Kind Regards, *Ali Ansari*

Same SMS, 2 Different MessageIDs

2014-03-02 Thread Ali Ansari
Hello, I have setup kannel with an SMPP SMSc. For DLR-URL, when I submit my HTTP request via CGI, I have dlr-mask=31 and my urlencoded DLR-URL. Part of my DLR-URL, I need to receive the message ID from kannel (and please note I am submitting multiple numbers in the same HTTP request, so I