Re: sms-service behaviour
"Dziugas Baltrunas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <003301c3065e$0c296dc0$c8602fd4@dark> |
yes, Stipe, you are right, I'm using get-url. as Userguide states, by default Kannel tries to deliver messages trought the same SMSC it has received. here are my only routing directives: group = smsc smsc = cimd2 smsc-id = xxx3 ... allowed-smsc-id = "xxx3;xxx4" preferred-smsc-id = "xxx3;xxx4" (there was a mistake there - "xxx4;xxx4", but I think it couldn't make sence) group = smsc smsc = cimd2 smsc-id = xxx4 ... allowed-smsc-id = "xxx3;xxx4" preferred-smsc-id = "xxx3;xxx4" webserver runs on the same machine kannel does, so there is very small probability that it would be unreachable. I also got through the smsbox.log file, but didn't see any "web server error" messages. what kind of messages should I look for? thanks for advice. regards, Dziugas Baltrunas ----- Original Message ----- From: "Stipe Tolj" <[email protected]> To: "Dziugas Baltrunas" <[email protected]> Cc: "Andreas Fink" <[email protected]>; <[email protected]> Sent: 2003 m. balandžio 19 d. 12:54 Subject: Re: sms-service behaviour > Dziugas Baltrunas wrote: > > > > there were 6 requests and only one reply. after certain amount of time I > > tailed log again and there were logged two more replies. > > > > so the issue is about the incoming and outgoing messages RATIO: > > > > root@zona:/var/log/kannel$ grep SMSC:xxx3 access.log | grep -ci Receive > > 5 > > root@zona:/var/log/kannel$ grep SMSC:xxx3 access.log | grep -ci Sent > > 2 > > > > root@zona:/var/log/kannel$ grep SMSC:xxx4 access.log | grep -ci Receive > > 6 > > root@zona:/var/log/kannel$ grep SMSC:xxx4 access.log | grep -ci Sent > > 1 > > > > that is I would like to ask about. I think this is not issue about delay > > times because in my mind the sufficient amount of time passed. > > I guess you do a 'get-url' in your sms-service group, right?! Maybe > smsbox could not reach your HTTP server? Please check smsbox.log to > see if it gets a response for every request. > > Another thing may be, that the sms-service keyword routing is > mis-configured and not all MOs are handled, so that some get droped?! > > Stipe > > [email protected] > ------------------------------------------------------------------- > Wapme Systems AG > > Vogelsanger Weg 80 > 40470 Düsseldorf > > Tel: +49-211-74845-0 > Fax: +49-211-74845-299 > > E-Mail: [email protected] > Internet: http://www.wapme-systems.de > ------------------------------------------------------------------- > wapme.net - wherever you are >