When you use the fakesmsc utility the default port is 10000 which is the port you are using for A. You need to specify port 10001 with the -r switch.
That's my first guess. On Thu, Apr 24, 2008 at 10:42 AM, Jins <[EMAIL PROTECTED]> wrote: > Hello [EMAIL PROTECTED], > > I have been trying to use kannel with mutiple SMSCs. I was trying to test > with fakesmsc..here is my conf details > > group = smsc > smsc-id = A > smsc = fake > port = 10000 > #denied-smsc-id = jilmon > connect-allow-ip = 127.0.0.1 > > group = smsc > smsc = fake > smsc-id = B > #denied-smsc-id = jinson > port = 10001 > connect-allow-ip = 127.0.0.1 > > > group = sendsms-user > username = xxxx > password = xxxx > forced-smsc = A > concatenation = true > max-messages = 100 > > group = sendsms-user > username = xxxx > password = xxxx > forced-smsc = B > concatenation = true > max-messages = 100 > > But routing doesnt seems to work..all the message pushes are going from > the SMSC A...is there any additional conf required. > > > -- > Jinson Abraham > MobME Wireless Solutions (P) Ltd, > > http://mobshare.in/user/jins
