I have 3 operators, 3 smsc groups, every group has it's own smsc-id=a, smsc-id=b, smsc-id=c
I'm trying to send sms
/cgi-bin/sendsms?username=x&password=x&dlr-mask=31&from=123&to=321&text=test&smsc=b
As you can see, i set: &smsc=b
So this sms will have to go through smsc-id=b operator, but it's not, it's randomly choosing smsc..
Every time i send sms, it's randomly choosing smsc, one time "a" other time "c" , some times it's choosing "b" and sms came to me normally.
Any ideas why it's choosing random smsc ?
