Re: DLR of Rejected SMS

2016-10-13 Thread Milan P. Stanic
On Thu, 2016-10-13 at 15:06, vinayak mv wrote:
> You can also use sqlbox which logs all sms mo mt and dlr

I know that but I prefer to have full control of the message flow
end-to-end in my program than to rely on sqlbox (or any other box)
especially for (near to) realtime message processing.

> On Thursday 13 October 2016, Milan P. Stanic  wrote:
> 
> > On Thu, 2016-10-13 at 12:59, ahmed qadeer wrote:
> > > Can you please let me know how can we get DLR's of SMS being rejected due
> > > to invalid number on SMSC level as operator is rejecting the SMS by the
> > > following error
> > >
> > >
> > > SMSC returned error code 0x009b (Unknown/Reserved) in response to
> > > submit_sm PDU
> > >
> > > and due to which the sender awaits delivery of the sent message
> > >
> > > Is there any workaround to send failed delivery to the message sender
> >
> > Please, read carefully userguide and especially section about delivery
> > report. After that describe your configuration and the problem you have.
> > Then you can expect that the someone could answer your question.
> > Anyway, from my experience best way to handle SMS with Kannel is to
> > write small program in scripting languages of your preference and
> > knowledge. I wrote some simple skripts in perl ten years ago that worked
> > (and I think still works) for SMS parking payment in one country.
> >
> >
> 
> -- 
> Thanks & Regards,
> Vinayak
> 
> ==
> 
> *Confucius* once said,
> "*Life is really simple, but we insist on making it complicated.*"
> 
> *Leonardo da Vinci* once said,
> "*Simplicity is the ultimate sophistication.*"
> 
> *Albert Einstein* once said,
> "*Everything should be made as simple as possible, but not simpler.*"



Re: DLR of Rejected SMS

2016-10-13 Thread vinayak mv
You can also use sqlbox which logs all sms mo mt and dlr

On Thursday 13 October 2016, Milan P. Stanic  wrote:

> On Thu, 2016-10-13 at 12:59, ahmed qadeer wrote:
> > Can you please let me know how can we get DLR's of SMS being rejected due
> > to invalid number on SMSC level as operator is rejecting the SMS by the
> > following error
> >
> >
> > SMSC returned error code 0x009b (Unknown/Reserved) in response to
> > submit_sm PDU
> >
> > and due to which the sender awaits delivery of the sent message
> >
> > Is there any workaround to send failed delivery to the message sender
>
> Please, read carefully userguide and especially section about delivery
> report. After that describe your configuration and the problem you have.
> Then you can expect that the someone could answer your question.
> Anyway, from my experience best way to handle SMS with Kannel is to
> write small program in scripting languages of your preference and
> knowledge. I wrote some simple skripts in perl ten years ago that worked
> (and I think still works) for SMS parking payment in one country.
>
>

-- 
Thanks & Regards,
Vinayak

==

*Confucius* once said,
"*Life is really simple, but we insist on making it complicated.*"

*Leonardo da Vinci* once said,
"*Simplicity is the ultimate sophistication.*"

*Albert Einstein* once said,
"*Everything should be made as simple as possible, but not simpler.*"


Re: DLR of Rejected SMS

2016-10-13 Thread Milan P. Stanic
On Thu, 2016-10-13 at 12:59, ahmed qadeer wrote:
> Can you please let me know how can we get DLR's of SMS being rejected due
> to invalid number on SMSC level as operator is rejecting the SMS by the
> following error
> 
> 
> SMSC returned error code 0x009b (Unknown/Reserved) in response to
> submit_sm PDU
> 
> and due to which the sender awaits delivery of the sent message
> 
> Is there any workaround to send failed delivery to the message sender

Please, read carefully userguide and especially section about delivery
report. After that describe your configuration and the problem you have.
Then you can expect that the someone could answer your question.
Anyway, from my experience best way to handle SMS with Kannel is to
write small program in scripting languages of your preference and
knowledge. I wrote some simple skripts in perl ten years ago that worked
(and I think still works) for SMS parking payment in one country.



DLR of Rejected SMS

2016-10-13 Thread ahmed qadeer
Dear All

Can you please let me know how can we get DLR's of SMS being rejected due
to invalid number on SMSC level as operator is rejecting the SMS by the
following error


SMSC returned error code 0x009b (Unknown/Reserved) in response to
submit_sm PDU

and due to which the sender awaits delivery of the sent message

Is there any workaround to send failed delivery to the message sender

Thanks
Ahmed