Hi,

I have configured kannel to send SMS via SMPP with 2 groups defined.
As I understand, Kannel does load balancing itself and choses one of
the configured to send out SMS.

I am sending bulk of messages and want to use only connection1.  I did
this the following way:


kannel.conf
---------------------------
# SMSC SMPP
group = smsc
smsc = smpp
smsc-id = conn1
...
denied-smsc-id = conn2

# SMSC SMPP
group = smsc
smsc = smpp
smsc-id = conn2
...
denied-smsc-id = conn1


HTTP send req:
--------------------
...&smsc=conn1

My question is that whether  denied-smsc-id … is really required? If I
don't add this,  I see kannel ignoring my ...&smsc=conn1request and
crossing the SMSC group itself.
Regards.

Reply via email to