Re: [PATCH] dlr_mem.c & dlr_sdb.c check for dst
"Robert Galach" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Should I understand that, SMSC sends not normalized numbers in dlr body sometimes? Destination is taken from incoming dlr body or set in bb_smscconn_cb functions (where always is normalized) In our case providers send destination numbers in dlr body in exacly same format as we send sms dest. numbers using their connections, so they are normalized too. Everything works ok. Does it mean we have just a lot of luck? :) Anyway, wouldn't be better to normalize destination taken from dlr body? Regards Robert ps. I can patch oracle implementation, if needed.