Hi Alejandro, I think you should use the following url, using the paramater "smsc-id" instead of "smsc":
http://xxx:xx/cgi-bin/sendsms? username=xx&password=xxx&to=+595981414913&from=1244@3 &binfo=CCOTI&text=Cotizacion+del+dia&smsc-id=tigo &dlr-url=http%3A%2F%2Fdxxx%2Fsms%2Fapi%2Fdlr.php%3FmyId%3D10215%26type%3D%25d&dlr-mask=3 If you do not choose any smsc, kannel will send the sms with a round robin algorythm. Regards. Pablo. 2013/11/26 Alejandro Mussi <[email protected]> > Hi, > > I have 2 smsc setup in kannel. When i send an sms i specified the smsc id > in the url but kannel sometimes sends using the other smsc (it seems to > choose randomly) > > Here is my http request for sending a message using smsc-id "tigo" but in > some cases it sends using "personal": > > http://xxx:xx/cgi-bin/sendsms?username=xx&password=xxx&to=+595981414913 > &from=1244@3&binfo=CCOTI&text=Cotizacion+del+dia&smsc=tigo > &dlr-url=http%3A%2F%2Fdxxx%2Fsms%2Fapi%2Fdlr.php%3FmyId%3D10215%26type%3D%25d&dlr-mask=3 > > Here my conf file > > group = smsc > smsc = smpp > host = xxx.xxx.xxx.xx > port = 8089 > receive-port = 8089 > smsc-username = "yyy" > smsc-password = "yy" > system-type = "VMA" > address-range = "" > smsc-id = "personal" > > group = smsc > smsc = smpp > smsc-id = "tigo" > host = xxx.xx.xxx.xx > port = 5600 > receive-port = 5600 > smsc-username = "yy" > smsc-password = "yyy" > system-type = "VMA" > address-range = "" > > > Thanks > > > > -- > --------------------------------------------------------- > Alejandro Mussi Campos Cervera > -- Pablo Gus
