Hi all,

I need to do some local testing with Kannel so I've setup a fakesmsc, like so:

group = smsc
smsc = fake
port = 10000
smsc-id = fake-smsc-id
connect-allow-ip = 127.0.0.1

group = sendsms-user
username = tester
password = foobar
forced-smsc = fake-smsc-id
user-allow-ip = "127.0.0.1"

Now I post a message to this url (smsbox is on port 13013):

http://localhost:13013/cgi-bin/sendsms?username= tester&password=foobar&smsc-id=fake-smsc- id&to=31612345678&from=1234&msg=abc

I have test/fakesmsc running like this;

test/fakesmsc -m 1 -v 1 "31612345678 100 text www www.apple.com"

Should or shouldn't that message be shown in fakesmsc's output? I would expect so but it doesn't. Are my assumptions wrong or is there something else that causes routing I didn't expect?

BTW, the response to the 'www www.apple.com' *is* shown by fakesmsc.

Never had this problem with 'normal' smsc's, just wonder how fakesmsc is supposed to work ;)

Cheers,

Bas.


--
----------------------------------
Bas A. Schulte ([EMAIL PROTECTED])
Catalyst IT Limited
Level 2, 150-154 Willis Street, PO Box 11-053
Wellington, New Zealand
Tel: +64 4 4992267 DDI: +64 4 8032340 Mob:+64 4 273290458
http://catalyst.net.nz
----------------------------------


Reply via email to