Hi,

a couple of days before i asked for a way to send concatenated messages over 
the same virtual smsc (smsc = at).
If there is no such built-in functionality i have to do something on my own.

I have to decide where i route messages.
My solution is that the decision for the smsc can be made by looking at the 
last byte of the receiver number so that every SMS to the same recipient uses 
the same smsc.

Here is a example (receiver number ending with a 1 or 2 will be sent over 
SMSC1, ending with a 3 or 4 will be sent over SMSC2 and so on. the concatenated 
sms will use the same gsm-modem because the last byte is the same and the 
message will be routed to the same smsc):

[...]
01234567891 -> SMSC1
01234567892 -> SMSC1
01234567893 -> SMSC2
01234567894 -> SMSC2
[...]

Now my question:
Is there a way to map a message to a virtual smsc?
If so i can write a script which decides where to route the sms an map it to 
the matching smsc-id in kannel.
__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201


Reply via email to