On Wed, Nov 17, 2004 at 01:24:13PM +0700, Willy Mularto wrote: > Hi list, > Seems nobody reply my last post. Here again my question, my company got 4 > accounts from operator. 1 account to receive and the 3 others are for > transmit which each for different charging. I have tried to make several > connection to the operator's smsc, only the 1st account successfully logged > on, the others return Invalid System ID, please help me guys. And if I have > successfully connect those 4 connections, what is the next step so that every > request correctly charged, do I only need to add parameter smsc=smsc-id on > the sendsms script? Or any other configuration need inside kannel.conf? Thank > you very much.
you need to setup separates smsc's like this, for example .. group = smsc smsc = smpp smsc-id = id1 smsc-username = provided-by-operator smsc-password = provided-by-operator host = x.x.x.x port = 10005 ... group = smsc smsc = smpp smsc-id = id2 smsc-username = provided-by-operator smsc-password = provided-by-operator host = x.x.x.x port = 10006 ... dst. usually, some Indonesian operators need us to set a different port for each connection although I'm sure it's not necessarily needed :-) Regards, P.Y. Adi Prasaja -- Vaste monde, ma paroisse. Wide world, my parish - Yves Congar
