Thanks for your response, here is my conf file ================================================================================================================= #--------------------------------------------- # CORE # # There is only one core group and it sets all basic settings # of the bearerbox (and system). You should take extra notes on # configuration variables like 'store-file' (or 'store-dir'), # 'admin-allow-ip' and 'access.log'
group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #unified-prefix = "+358,00358,0;+,00" access-log = "/tmp/access.log" #store-file = "kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" #--------------------------------------------- # SMSC CONNECTIONS # # SMSC connections are created in bearerbox and they handle SMSC specific # protocol and message relying. You need these to actually receive and send # messages to handset, but can use GSM modems as virtual SMSCs # This is a fake smsc connection, _only_ used to test the system and services. # It really cannot relay messages to actual handsets! #ABCD group = smsc smsc = smpp smsc-id = ABCD port = 1234 connect-allow-ip = "*.*.*.*" host = 123.123.123.123 transceiver-mode = yes smsc-username = "123" smsc-password = 123 system-type = VMA preferred-smsc-id = ufone log-level = 1 log-file = /var/log/kannel/ufone.log #--------------------------------------------- # SMSBOX SETUP # # Smsbox(es) do higher-level SMS handling after they have been received from # SMS centers by bearerbox, or before they are given to bearerbox for delivery group = smsbox bearerbox-host = 127.0.0.1 sendsms-port = 13013 log-file = "/tmp/smsbox.log" #log-level = 0 access-log = "/tmp/access.log" # SEND-SMS USERS # # These users are used when Kannel smsbox sendsms interface is used to # send PUSH sms messages, i.e. calling URL like # http://kannel.machine:13013/cgi-bin/sendsms?username=iacsmpp&password=iacsmpp. .. group = sendsms-user username = smpp password = smpp default-sender = 123456 #--------------------------------------------- # SERVICES # # These are 'responses' to sms PULL messages, i.e. messages arriving from # handsets. The response is based on message content. Only one sms-service is # applied, using the first one to match. group = sms-service keyword = nop text = "You asked nothing and I did it!" # There should be always a 'default' service. This service is used when no # other 'sms-service' is applied. group = sms-service keyword = default omit-empty = true get-url = "http://localhost/ufonetv/smpp.php?msisdn=%p&code=%a&dest=%P" =========================================================================================================== On Tue, May 17, 2011 at 1:47 PM, Mohammed Saleem <[email protected]>wrote: > post your full configurations > > > Best Regards, > Mohammed M I Sleem > > http://www.abusleem.net - Personal blog > > http://www.colorle.com <http://www.freakle.com> - Search in Colors > > > > On Tue, May 17, 2011 at 11:42 AM, Mirza Aamir Raza Khan < > [email protected]> wrote: > >> Dear Frens >> >> I have configured and running Kannel with my Telco operator, its running >> fine but I am getting one additional message. When I receive message at my >> mobile from my Kannel, it also send 0: Accepted for Delivery. I have googled >> around but didnt find any answer, Can anyone please help me ? >> >> Regards >> >> >> >> > -- [mark] If God was to humiliate a human being, He would deny him knowledge Imam Ali Ibn Abi Talib (A.S)
