Message Service Using kannel


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Message Service Using kannel
# 1  
Old 02-06-2008
Message Service Using kannel

Any body having idea or implemented SMS service with kannel..? Please help...
# 2  
Old 03-20-2009
Kannel - Queued for Later Delivery problem

Actually I am using Fedora Core 8 and I have installed kannel using yum. If I run like this:
- bearerbox kannel.conf and then smsbox kannel.conf. It works perfectly fine and sends the SMS to the specified phone number but if I set kannel as a service, what it does is it shows the message: 3 Queued for Later Delivery. Due to this it does not send any SMS at the moment. If afterwards I start the bearerbox and smsbox manually, it then transmits the queued messages.

What should I set in the Kannel.conf file so that starting kannel as a service, so that it transmits the message immediately rather than sending in a queue.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Script to automate a service message

Hi I am trying to figure out, on how to automate whether in a simple script or using awk/sed/grep commands to automate a "service.message" file which has tag separated message stating as; "There is currently no outage or system is unavailable for duration of change....", therefore, when... (14 Replies)
Discussion started by: Gamma
14 Replies

2. UNIX for Beginners Questions & Answers

Run one service after another service has finished - systemd

Hi all I would like to know how to run task2.service after task1.service has finished. task1.service has a timer (task1.timer), that makes it run every 5 minutes OnCalendar=*:0/5task2.service is basically a script, that has to work on the files created after task1 has finished. This is what I... (2 Replies)
Discussion started by: guilliber
2 Replies

3. AIX

Short Message Service from AIX

Hi AIX Guru's, I am a bit new to this AIX stuff . Does anyone of you know how to send SMS messages from an AIX box. We are able to send emails to the internet from this AIX box , and I was hoping sending SMS's would be something similar Any help would be greatly appreciated . Please... (4 Replies)
Discussion started by: smdasim
4 Replies

4. Red Hat

hourly kannel log rotation

I need to Change threshold of rotation of kannel logs. At the moment, Kannel (the SMS gateway system) logs activities in log files which are rotated daily. Due to high traffic, the logs grow fast every day before they are rotated; meaning that the write speeds while logging slow down due to large... (2 Replies)
Discussion started by: Targ
2 Replies

5. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies
Login or Register to Ask a Question