In your group = sms-service, you have:"
text = .. And get-url = .. You need only one, so remove the text = . == Rene From: [email protected] [mailto:[email protected]] On Behalf Of Jayanta Saha Sent: maandag 24 december 2012 11:33 To: [email protected] Subject: Fwd: MO type message thanks Alex for your information . I have developed one configuration it is not working . Please can you check this out.Bellow is my codding I am going to configur smpp server for send messages(MT) and receive messages(MO) type . I listed below my config file which work fine for MT type that is it receive message into mobile. But i need to configur kennel as a SMS push gateway i.e. send sms from mobile. Plz help me. I have the following SMPP account details for sending and receiveng SMS from Kannel. #1. Send Ip - smpp1.infobip.com #2. Send Port - 8080 #3. Send sys type - optional #4.SMPP username - test #5. SMPP Password - test I configure the the following details in kannel.config.The result is we can sent MT type sms from portal but MO(From mobile to DB) type is not working. Can you help where is the issue in the following congigaration group = smsc smsc = smpp smsc-id = tets allowed-smsc-id = test host = smpp1.infobip.com port = 8080 smsc-username = test smsc-password = test system-type = address-range = '' msg-id-type = 3 log-file = "/var/log/kannel/test.log" log-level = 0 flow-control = 0 source-addr-ton = 1 source-addr-npi = 1 source-addr-autodetect = yes dest-addr-ton = 1 dest-addr-npi = 1 bind-addr-ton = 0 bind-addr-npi = 0 transceiver-mode = no enquire-link-interval = 60 keepalive = 60 group = sendsms-user username = test password = p700 concatenation = 1 max-messages = 10 forced-smsc = test default-smsc = test # SMS SERVICES group = sms-service #name = nothing keyword = default #aliases = "noppy;niente" text = "You asked nothing and I did it!" get-url = "http://192.168.0.0/testphp/rough.php?mobileno=%p <http://192.168.0.0/testphp/rough.php?mobileno=%25p&message=%25r> &message=%r" #post-url = "http://" #file = "/tmp/" accepted-smsc = bongolive1 #allowed-prefix = #denied-prefix = catch-all = false #send-sender = #strip-keyword = #faked-sender = max-messages = 10 accept-x-kannel-headers = false assume-plain-text = true concatenation = true #split-chars = #split-suffix = #omit-empty = #header = #footer = #prefix = #suffix = #white-list = #black-list = thanks jay
