There is a slightly weird tweak I figured out to do this.

For any incoming SMS, you can get its originating SMSC's GT (Global Title)
which generally tells you which network the SIM is on. So we can send a
silent SMS to any SIM and check its network on the reply.

I haven't tested the whole loop, only the first part. Tried sending silent
SMS for the second part, but somehow unable to do it properly. However, on
paper, the logic seems OK.

I guess commercially it might be expensive than direct lookup because HLR
lookup cost is cheaper than SMS sending.

Regards,
Hamza


On Mon, Dec 23, 2013 at 2:16 PM, spameden <[email protected]> wrote:

> hello, dear list.
>
> I'd like to ask if someone has a positive experience in implementing /
> using HLR lookups over kannel?
>
> we have a provider which allows us to do this, but I'm not sure if it's
> supported by kannel.
>
> from what I've read basically it just provides relevant info via standard
> deliver_sm + additional TLVs.
>
> here is a snip from our provider (infobip.com) documentation -
> http://www.infobip.com/messaging/wholesale/apis/ , number context over
> SMPP section).
>
> How hard it would be to implement this and what's the advantage of doing
> this over SMPP instead of HTTP api?
>
> Many thanks.
>

Reply via email to