Hello guys,
I'm a little confused with the "smsc" parameter when sending a message
from HTTP, as I have 2 smsc configured (oper1 and oper2). Both serve
same country prefix, so I thought I was able to "route" the message to a
specific smsc-id using
http://x.x.x.x/cgi-bin/sendsms.....bla+bla+bla...&smsc=oper2
Messages allways get routed through oper1
I was reading this under UG:
/If you want to use SMS push services, requesters should then set the
smsc request parameter, or 'sendsms-user' groups should be defined like
this:/
/group = sendsms-user
username = operator_A
password = foo
forced-smsc = A
group = sendsms-user
username = operator_B
password = bar
forced-smsc = B/
Is it possible to select which smsc to use as I'm trying to do with
HTTP's param "smsc"? or do I have to route using the method described on UG?
Thanks in advance for your help,
Alejandro