Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-04 Thread mahesh Lavanam
Thank you all. It worked with the DLR Storage in same database.


- Mahesh

On Sat, Aug 4, 2018 at 12:56 PM, Денис Давыдов  wrote:

> Manesh,
>
> See msg-id-type in the User Guide. Also I suggest you to enable debug mode
> to smsc group (log_level=0) to see how your provider work with a message ID
> numbers.
>
> --
> Regards,
> Denis
>
> пт, 3 авг. 2018 г. в 9:38, mahesh Lavanam :
>
>> Hi,
>>
>> Please help me in resolving the DLR issue
>>
>> I have a SMS Port with 2 TX & 2 RX sessions enabled.
>>
>> I have configured these sessions in two kannel configurations with same
>> smsc id
>>
>> *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) *
>>
>> #1st tx connection
>> group = smsc
>> smsc = smpp
>> smsc-id = tran
>> host = xxx.xxx.xxx.xx
>> port = xxx
>> smsc-username = x
>> smsc-password = xx
>> system-type = smpp
>> connect-allow-ip = 127.0.0.1
>> source-addr-ton = 0
>> source-addr-npi = 1
>> dest-addr-ton = 1
>> dest-addr-npi = 1
>>
>>
>> #1st Rx Connection
>> group = smsc
>> smsc = smpp
>> smsc-id = tran
>> host = xxx.xxx.xxx.xx
>> port = xxx
>> smsc-username = x
>> smsc-password = xx
>> system-type = smpp
>> connect-allow-ip = 127.0.0.1
>> source-addr-ton = 0
>> source-addr-npi = 1
>> dest-addr-ton = 1
>> dest-addr-npi = 1
>>
>> kannel2.conf * - 1TX & 1RX(SMSbox2 & Bearerbox2) *
>>
>> #1st tx connection
>> group = smsc
>> smsc = smpp
>> smsc-id = tran
>> host = xxx.xxx.xxx.xx
>> port = xxx
>> smsc-username = x
>> smsc-password = xx
>> system-type = smpp
>> connect-allow-ip = 127.0.0.1
>> source-addr-ton = 0
>> source-addr-npi = 1
>> dest-addr-ton = 1
>> dest-addr-npi = 1
>>
>>
>> #1st Rx Connection
>> group = smsc
>> smsc = smpp
>> smsc-id = tran
>> host = xxx.xxx.xxx.xx
>> port = xxx
>> smsc-username = x
>> smsc-password = xx
>> system-type = smpp
>> connect-allow-ip = 127.0.0.1
>> source-addr-ton = 0
>> source-addr-npi = 1
>> dest-addr-ton = 1
>> dest-addr-npi = 1
>>
>>
>> In kannel2.log file, I see that kannel1's sms DLRs are receiving and
>> seeing the error as below:
>>
>> DEBUG: DLR[internal]: Looking for DLR smsc=tran, ts=0160683811,
>> dst=919134556661, type=1
>> WARNING: DLR[internal]: DLR from SMSC for DST<919134556661> not
>> found.
>> ERROR: SMPP[bsnl_tran]: got DLR but could not find message or was not
>> interested in it id<0160683811> dst<919134556661>, type<1>
>>
>> Same error at kannel1.log file, when received the SMS DLRs of kannel2's
>> messages
>>
>> Please help me to resolve the issue, to route the DLRs into its
>> respective kannel's i.e., Kannel1's sent sms dlr into kannel1 & kannel2's
>> sent sms dlr into kannel2.
>>
>> Thanks,
>> Mahesh
>>
>>


Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-04 Thread Денис Давыдов
Manesh,

See msg-id-type in the User Guide. Also I suggest you to enable debug mode
to smsc group (log_level=0) to see how your provider work with a message ID
numbers.

--
Regards,
Denis

пт, 3 авг. 2018 г. в 9:38, mahesh Lavanam :

> Hi,
>
> Please help me in resolving the DLR issue
>
> I have a SMS Port with 2 TX & 2 RX sessions enabled.
>
> I have configured these sessions in two kannel configurations with same
> smsc id
>
> *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) *
>
> #1st tx connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
> #1st Rx Connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
> kannel2.conf * - 1TX & 1RX(SMSbox2 & Bearerbox2) *
>
> #1st tx connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
> #1st Rx Connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
> In kannel2.log file, I see that kannel1's sms DLRs are receiving and
> seeing the error as below:
>
> DEBUG: DLR[internal]: Looking for DLR smsc=tran, ts=0160683811,
> dst=919134556661, type=1
> WARNING: DLR[internal]: DLR from SMSC for DST<919134556661> not
> found.
> ERROR: SMPP[bsnl_tran]: got DLR but could not find message or was not
> interested in it id<0160683811> dst<919134556661>, type<1>
>
> Same error at kannel1.log file, when received the SMS DLRs of kannel2's
> messages
>
> Please help me to resolve the issue, to route the DLRs into its respective
> kannel's i.e., Kannel1's sent sms dlr into kannel1 & kannel2's sent sms dlr
> into kannel2.
>
> Thanks,
> Mahesh
>
>


Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread Fajar
 use database with same DLR table, each kannel database has its own timestamp 
table store, so it is normal respond when DLR received in another kannel box...

On Friday, 3 August 2018, 5:13:55 PM GMT+7, mahesh Lavanam 
 wrote:  
 
 But, this error I'm seeing at kannel.log file. I think as it is not 
identifying it, it does not store into database.
Thanks,Mahesh
On Fri, Aug 3, 2018 at 2:12 PM,  wrote:

Hi,
do both Kannel share the same database and table ? they have to share DLR 
database.
Alex


Am 03.08.2018 um 08:37 schrieb mahesh Lavanam :
Hi,
Please help me in resolving the DLR issue
I have a SMS Port with 2 TX & 2 RX sessions enabled.
I have configured these sessions in two kannel configurations with same smsc id
kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) 
#1st tx connectiongroup = smscsmsc = smppsmsc-id = tranhost = 
xxx.xxx.xxx.xxport = xxxsmsc-username = xsmsc-password = xxsystem-type 
= smppconnect-allow-ip = 127.0.0.1source-addr-ton = 0source-addr-npi = 
1dest-addr-ton = 1dest-addr-npi = 1

#1st Rx Connectiongroup = smscsmsc = smppsmsc-id = tranhost = 
xxx.xxx.xxx.xxport = xxxsmsc-username = xsmsc-password = xxsystem-type 
= smppconnect-allow-ip = 127.0.0.1source-addr-ton = 0source-addr-npi = 
1dest-addr-ton = 1dest-addr-npi = 1
kannel2.conf  - 1TX & 1RX(SMSbox2 & Bearerbox2) 
#1st tx connectiongroup = smscsmsc = smppsmsc-id = tranhost = 
xxx.xxx.xxx.xxport = xxxsmsc-username = xsmsc-password = xxsystem-type 
= smppconnect-allow-ip = 127.0.0.1source-addr-ton = 0source-addr-npi = 
1dest-addr-ton = 1dest-addr-npi = 1

#1st Rx Connectiongroup = smscsmsc = smppsmsc-id = tranhost = 
xxx.xxx.xxx.xxport = xxxsmsc-username = xsmsc-password = xxsystem-type 
= smppconnect-allow-ip = 127.0.0.1source-addr-ton = 0source-addr-npi = 
1dest-addr-ton = 1dest-addr-npi = 1

In kannel2.log file, I see that kannel1's sms DLRs are receiving and seeing the 
error as below:

DEBUG: DLR[internal]: Looking for DLR smsc=tran, ts=0160683811, 
dst=919134556661, type=1WARNING: DLR[internal]: DLR from SMSC for 
DST<919134556661> not found.ERROR: SMPP[bsnl_tran]: got DLR but could not find 
message or was not interested in it id<0160683811> dst<919134556661>, type<1>
Same error at kannel1.log file, when received the SMS DLRs of kannel2's messages
Please help me to resolve the issue, to route the DLRs into its respective 
kannel's i.e., Kannel1's sent sms dlr into kannel1 & kannel2's sent sms dlr 
into kannel2.
Thanks,Mahesh




  

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread mahesh Lavanam
But, this error I'm seeing at kannel.log file. I think as it is not
identifying it, it does not store into database.

Thanks,
Mahesh

On Fri, Aug 3, 2018 at 2:12 PM,  wrote:

> Hi,
>
> do both Kannel share the same database and table ? they have to share DLR
> database.
>
> Alex
>
>
> Am 03.08.2018 um 08:37 schrieb mahesh Lavanam  >:
>
> Hi,
>
> Please help me in resolving the DLR issue
>
> I have a SMS Port with 2 TX & 2 RX sessions enabled.
>
> I have configured these sessions in two kannel configurations with same
> smsc id
>
> *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) *
>
> #1st tx connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
> #1st Rx Connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
> kannel2.conf * - 1TX & 1RX(SMSbox2 & Bearerbox2) *
>
> #1st tx connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
> #1st Rx Connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
>
>
> In kannel2.log file, I see that kannel1's sms DLRs are receiving and
> seeing the error as below:
>
> DEBUG: DLR[internal]: Looking for DLR smsc=tran, ts=0160683811,
> dst=919134556661, type=1
> WARNING: DLR[internal]: DLR from SMSC for DST<919134556661> not
> found.
> ERROR: SMPP[bsnl_tran]: got DLR but could not find message or was not
> interested in it id<0160683811> dst<919134556661>, type<1>
>
> Same error at kannel1.log file, when received the SMS DLRs of kannel2's
> messages
>
> Please help me to resolve the issue, to route the DLRs into its respective
> kannel's i.e., Kannel1's sent sms dlr into kannel1 & kannel2's sent sms dlr
> into kannel2.
>
> Thanks,
> Mahesh
>
>
>


Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread amalysh
Hi,

do both Kannel share the same database and table ? they have to share DLR 
database.

Alex


> Am 03.08.2018 um 08:37 schrieb mahesh Lavanam :
> 
> Hi,
> 
> Please help me in resolving the DLR issue
> 
> I have a SMS Port with 2 TX & 2 RX sessions enabled.
> 
> I have configured these sessions in two kannel configurations with same smsc 
> id
> 
> kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) 
> 
> #1st tx connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
> 
> 
> #1st Rx Connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
> 
> kannel2.conf  - 1TX & 1RX(SMSbox2 & Bearerbox2) 
> 
> #1st tx connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
> 
> 
> #1st Rx Connection
> group = smsc
> smsc = smpp
> smsc-id = tran
> host = xxx.xxx.xxx.xx
> port = xxx
> smsc-username = x
> smsc-password = xx
> system-type = smpp
> connect-allow-ip = 127.0.0.1
> source-addr-ton = 0
> source-addr-npi = 1
> dest-addr-ton = 1
> dest-addr-npi = 1
> 
> 
> In kannel2.log file, I see that kannel1's sms DLRs are receiving and seeing 
> the error as below:
> 
> DEBUG: DLR[internal]: Looking for DLR smsc=tran, ts=0160683811, 
> dst=919134556661, type=1
> WARNING: DLR[internal]: DLR from SMSC for DST<919134556661> not found.
> ERROR: SMPP[bsnl_tran]: got DLR but could not find message or was not 
> interested in it id<0160683811> dst<919134556661>, type<1>
> 
> Same error at kannel1.log file, when received the SMS DLRs of kannel2's 
> messages
> 
> Please help me to resolve the issue, to route the DLRs into its respective 
> kannel's i.e., Kannel1's sent sms dlr into kannel1 & kannel2's sent sms dlr 
> into kannel2.
> 
> Thanks,
> Mahesh
> 



ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread mahesh Lavanam
 Hi,

Please help me in resolving the DLR issue

I have a SMS Port with 2 TX & 2 RX sessions enabled.

I have configured these sessions in two kannel configurations with same
smsc id

*kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) *

#1st tx connection
group = smsc
smsc = smpp
smsc-id = tran
host = xxx.xxx.xxx.xx
port = xxx
smsc-username = x
smsc-password = xx
system-type = smpp
connect-allow-ip = 127.0.0.1
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1


#1st Rx Connection
group = smsc
smsc = smpp
smsc-id = tran
host = xxx.xxx.xxx.xx
port = xxx
smsc-username = x
smsc-password = xx
system-type = smpp
connect-allow-ip = 127.0.0.1
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1

kannel2.conf * - 1TX & 1RX(SMSbox2 & Bearerbox2) *

#1st tx connection
group = smsc
smsc = smpp
smsc-id = tran
host = xxx.xxx.xxx.xx
port = xxx
smsc-username = x
smsc-password = xx
system-type = smpp
connect-allow-ip = 127.0.0.1
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1


#1st Rx Connection
group = smsc
smsc = smpp
smsc-id = tran
host = xxx.xxx.xxx.xx
port = xxx
smsc-username = x
smsc-password = xx
system-type = smpp
connect-allow-ip = 127.0.0.1
source-addr-ton = 0
source-addr-npi = 1
dest-addr-ton = 1
dest-addr-npi = 1


In kannel2.log file, I see that kannel1's sms DLRs are receiving and seeing
the error as below:

DEBUG: DLR[internal]: Looking for DLR smsc=tran, ts=0160683811,
dst=919134556661, type=1
WARNING: DLR[internal]: DLR from SMSC for DST<919134556661> not found.
ERROR: SMPP[bsnl_tran]: got DLR but could not find message or was not
interested in it id<0160683811> dst<919134556661>, type<1>

Same error at kannel1.log file, when received the SMS DLRs of kannel2's
messages

Please help me to resolve the issue, to route the DLRs into its respective
kannel's i.e., Kannel1's sent sms dlr into kannel1 & kannel2's sent sms dlr
into kannel2.

Thanks,
Mahesh