Re: cannot recieve sms

2010-01-19 Thread Nikos Balkanas
You also have to specify smsc-id in your smsbox-route. Read the manual. BR, Nikos - Original Message - From: "Alvaro Cornejo" To: "Munir Ahmad" Cc: Sent: Tuesday, January 19, 2010 3:46 PM Subject: Re: cannot recieve sms You need to tell your modem to pass the

Re: cannot recieve sms

2010-01-19 Thread Munir Ahmad
Success, after doing some research I found out AT command was not set properly. after doing this: init-string = "AT+CNMI=3,1,0,0" in group modems I now receive messages, (log file shows) : 2010-01-19 18:46:11 [10491] [6] DEBUG: AT2[MainSMSC]: received message from > SMSC: +923210006001 > 2010-01

Re: cannot recieve sms

2010-01-19 Thread Alvaro Cornejo
You need to tell your modem to pass the sms to kannel using at+cnmi command and/or tell kannel to look for the messages in the modems: sim-buffering = true... read the manual for details. Regards Alvaro |---

Re: cannot recieve sms

2010-01-19 Thread Munir Ahmad
Thankyou, my configuration file is now like this but still no luck group = core > admin-port = 13330 > smsbox-port = 13331 > admin-password = bar > log-file = "./kannel.log" > log-level = 0 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > > group = smsc > smsc = at > smsc-id = "MainSMSC" >

Re: cannot recieve sms

2010-01-19 Thread Cezary Siwek
you have to configure smsbox-route group. check the manual for more info. BR - Original Message - From: Munir Ahmad To: users@kannel.org Sent: 19 January 2010 12:52 Subject: cannot recieve sms I have been pulling hairs for two days but no luck please help me. here is m