GOOD DAY!

im a newbie in kannel. Few days ago, i was already successfully able to install 
and configure kannel and test with fakesmsc. so far, i think i'm seeing viable 
results. But now, i'm having a hard time configuring http, smpp and emi/ucp in 
kannel.

regarding my progress, im already able to test with fakesmsc through 3 steps. 
the first one is to run "./bearerbox smskannel.conf" in a separate window. then 
in another window run "./smsbox smskannel.conf" and lastly, again, in another 
window run the command "test/fakesmsc -r [port#] -i 0.1 -m 5" 1 2 text test".

however, this time, i need to configure and test with http, emi/ucp, smpp, 
which seem very unclear to me at the moment. I'm actually asked to setup kannel 
with emi ucp - client side and in addition to that, setup kannel with smpp - 
server side. 

Can anyone tell me what's wrong  with the configuration file below, and if so, 
what proper commands/action shall i do to address the problem? And what exactly 
are the commands that i shall input to proceed with testing 
configurations/connections? 

*at the moment I don't have anything yet such as modem/cellular phones 
connected, so may i also know if it's possible to accomplish the things i've 
stated above even if it's still at the testing stage?

..................... smskannel.conf........................



group = core
admin-port = 16603
smsbox-port = 16604
admin-password = bar
admin-deny-ip = "*.*.*.*"
admin-allow-ip = 127.0.0.1
log-file = "/tmp/kannel.log"
log-level = 1
box-deny-ip = "*.*.*.*"
box-allow-ip = 127.0.0.1

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 15215
global-sender = 15215

group = smsc
smsc = http
smsc-id = http_connection
system-type = kannel
smsc-username = tester
smsc-password = foobar
port = 61604
send-url = 
"http://localhost:61530/?username=tester&password=foobar&from=1234567890&to=4444&text=test";

group = smsc
smsc = fake
smsc-id = FAKE
port = 61548
connect-allow-ip = 127.0.0.1

group = smsc
smsc = emi
host = 127.0.0.1
port = 16602
smsc-username = foo
smsc-password = bar
keepalive = 50
send-url = 
"http://localhost:61530/?username=tester&password=foobar&from=1234567890&to=4444&text=test";

group = sendsms-user
username = tester
password = foobar
user-deny-ip = "*.*.*.*"
user-allow-ip = 127.0.0.1

group = sms-service
keyword = test
text = "this is the output"

group = sms-service
keyword = default
text = "No service specified"

Reply via email to