Please read the manual before asking, what you do is sending SMS through SMPP, while the get-url launched when kannel get MO from SMPP. So what you do is not related. Fakesmsc become SMPP server, while kannel become SMPP client, and you're simulating SMPP server sending MO using SMPP protocol to SMPP client. That's why get-url get launched.
Fajar > -----Original Message----- > From: wahib [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2008 7:11 PM > To: [email protected] > Subject: Re: How to test mysql > > > Sir, > I have configured sms-service as.... > > group = sms-service > keyword = complex > max-messages = 5 > get-url = > "http://localhost/jaroka/wahib/Kannel/yahoo.php?sender=%p&msg=%a" > accept-x-kannel-headers = true > concatenation =false > > when i run fake smsc command in my Open-Suse terminal like ... > > ./fakesmsc -i 0.01 -m 1 "100 200 text complex hello" > > its hits url and generates auto-reply whatever is posted on that web-page. > But when i use url-command like.... > > http://192.168.20.39:13131/cgi- > bin/sendsms?username=kanneluser&password=foobar&to=123456&text=complex > > then it just shows message send but doesnt hit the get-url command.Dont > know > why is it like this ? is there any other issue? > > plz reply. > > Regards, > wahib > -- > View this message in context: http://www.nabble.com/mysql-storage- > tp19393424p19606730.html > Sent from the Kannel - User mailing list archive at Nabble.com. > > >
