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
Or you can set dlr-mask=3. All failed DLR should be returned. And it is great if you have your unique internal message-id to match each MT and DLR. On Aug 15, 2013, at 5:05 PM, Rene Kluwen rene.klu...@chimit.nl wrote: Look for destination_addr in your logs, with log-level = 0. == Rene

append UDH with message _payload value

2013-08-15 Thread Shayan shah
Hi, I am configuring kannel for a an operator over SMPP. The operator wants to send the multi-part message as binary in message_payload TLV. I have successfully configured this, but they also need the UDH to be appended to the beginning of the content of message_payload, like

RE: append UDH with message _payload value

2013-08-15 Thread Rene Kluwen
If you are using smsbox, add: udh=%05%00%03%01%03%01. To your send-url. == Rene From: users [mailto:users-boun...@kannel.org] On Behalf Of Shayan shah Sent: donderdag 15 augustus 2013 12:50 To: users@kannel.org Subject: append UDH with message _payload value Hi, I am

How to set esm_class to 0

2013-08-15 Thread Shayan shah
Hi, How can we force kannel to set esm_class to 0 for submit_sm when a udh is also passed. Currently, I have changed the pdu-u.submit_sm.esm_class to  ESM_CLASS_SUBMIT_DEFAULT_SMSC_MODE in gw/smsc/smsc_smpp.c. Now when I send a message with no UDH, the esm_class is set to 0 , but when a UDH is

RE: append UDH with message _payload value

2013-08-15 Thread Rene Kluwen
Yes, this is how it is supposed to be. Ask your provider if they want it otherwise. From: Shayan shah [mailto:shaya...@yahoo.com] Sent: donderdag 15 augustus 2013 14:29 To: Rene Kluwen; users@kannel.org Subject: Re: append UDH with message _payload value Thanks for the reply. I did

Re: append UDH with message _payload value

2013-08-15 Thread Shayan shah
The provider wants the UDH to be appended with the message_payload content. I have encoded the content for message_payload like  %4f%6b%20%71%75%69%74%20%70%6c%61%79%69%6e%20%. The question remains is how to prefix the UDH here, I have tried the pre-pending UDH like %050003010301 and

Identify sms from dlr

2013-08-15 Thread testn4n1
Hi, I have Kannel setup and running with sqlbox using mysql db. I am able to send and receive sms and dlr successfully. The only thing i am not able to understand is that when i receive a delivery report, how do i identify that this delivery report is for which sms? In the sent_sms table, is