Hi,
You talk about something, forced-smsc, and do not post it. You might as well
not mention it at all.
Read user's guide about allowed-smsc-id and denied-smsc-id.
BR,
Nikos
----- Original Message -----
From: "LoLoVioLo" <[email protected]>
To: <[email protected]>
Sent: Sunday, February 28, 2010 3:33 AM
Subject: forced-smsc
Hi,
I am willing to restrict one user to use only one specific SMSC.
I though that the "forced-smsc" will do it but it doesn't work.
Please look at the configuration below.
Thanks for your help.
# SMSC CONNECTIONS
group = smsc
smsc = smpp
smsc-id = mysmsc1
host = smpp1.mydomain.com
port = 123123
receive-port = 0
system-type = "smpp"
smsc-username = "user1"
smsc-password = "pass1"
transceiver-mode = 1
group = smsc
smsc = smpp
smsc-id = mysmsc2
host = smpp1.mydomain.com
port = 123123
receive-port = 0
system-type = "smpp"
smsc-username = "user2"
smsc-password = "pass2"
transceiver-mode = 1
# SEND-SMS USERS
group = sendsms-user
username = lolo01
password = pass01
forced-smsc = mysmsc1
group = sendsms-user
username = lolo02
password = pass02
forced-smsc = mysmsc2