I'ts probably messages being retried because the SMSC sends a temporary error but deliver the messages anyway, but cannot tell for sure without logs.
Regards, Alex On Tue, Oct 13, 2009 at 9:12 PM, Benaiad <[email protected]> wrote: > Hi, > > I'm connecting to the smpp server with a leased line, and some times the > leased line goes down, > and we connect with the ADSL as a backup, and when we used the adsl we have > faced this problem two times. > > > Regards > > Benaiad > > > On Tue, Oct 13, 2009 at 11:42 AM, ositest ositest <[email protected]>wrote: > >> >> Hi Sujith, >> >> Why can't we suspect this problem at SMSC level. >> Because you have only one one log file entry with this number. >> >> long back i got this problem with BSNL mobile numbers in my personal >> life(not with kannel and other softwares).This happened some times with >> email also. >> >> Can you investigate in this direction. >> >> >> >> --- On *Tue, 13/10/09, Sujith Venugopal // Viva <[email protected] >> >* wrote: >> >> >> From: Sujith Venugopal // Viva <[email protected]> >> Subject: Re: continuous delivery of messages >> To: [email protected] >> Date: Tuesday, 13 October, 2009, 2:26 AM >> >> >> Hi all, >> The logs shows only one entry of the number to which the message was sent. >> >> >> #core group >> >> group = core >> admin-port = 13000 >> smsbox-port = 13001 >> admin-password = >> status-password = >> #admin-deny-ip = "*.*.*.*" >> #admin-allow-ip = "127.0.0.1" >> #log-file = "/var/log/kannel/kannel.log" >> #log-level = 0 >> box-deny-ip = "*.*.*.*" >> box-allow-ip = "127.0.0.1" >> #unified-prefix = "+358,00358,0;+,00" >> access-log = "/var/log/kannel/kannel_access.log" >> #store-file = "kannel.store" >> #ssl-server-cert-file = "cert.pem" >> #ssl-server-key-file = "key.pem" >> #ssl-certkey-file = "mycertandprivkeyfile.pem" >> sms-combine-concatenated-mo = true >> smsbox-max-pending=1024 >> dlr-storage=mysql >> >> #--------------------------------------------- >> # SMSC CONNECTIONS >> >> >> >> >> group = smsc >> smsc = smpp >> smsc-id = >> host= >> smsc-username= >> smsc-password= >> port = >> receive-port=0 >> connect-allow-ip = 127.0.0.1 >> system-type="SMPP" >> address-range="" >> source-addr-ton=1 >> source-addr-npi=1 >> dest-addr-ton=1 >> dest-addr-npi=1 >> msg-id-type=0x01 >> denied-smsc-id= >> #transceiver-mode=1 >> throughput=40 >> >> >> >> >> --------------------------------------------- >> # 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 >> smsbox-id= >> bearerbox-host = 127.0.0.1 >> sendsms-port = 13013 >> global-sender = >> sendsms-chars = "0123456789 +-" >> #log-file = "/tmp/smsbox.log" >> #log-level = 0 >> #access-log = "/home/kannel/smsbox01.log" >> http-request-retry=5 >> http-queue-delay=50 >> >> #--------------------------------------------- >> # 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=tester&password=foobar. >> .. >> >> group = sendsms-user >> username = >> password = >> #user-deny-ip = "" >> #user-allow-ip = "" >> #default-smsc= >> #default-smsc= >> max-messages = 3 >> concatenation=true >> #dlr-url="http://localhost/sms/dlr.php?" >> >> >> #--------------------------------------------- >> # 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!" >> concatenation=true >> max-messages=3 >> text=<480 Characters with spaces> >> >> # There should be always a 'default' service. This service is used when no >> # other 'sms-service' is applied. >> >> group = sms-service >> keyword = default >> #text = "No service specified" >> text=<480 Characters with spaces> >> concatenation=true >> max-messages=3 >> >> >> group = mysql-connection >> id = mydlr >> host = >> username = >> password = >> database = >> >> group = dlr-db >> id = mydlr >> table = dlr >> field-smsc = smsc >> field-timestamp = ts >> field-source=source >> field-destination = destination >> field-service = service >> field-url = url >> field-mask = mask >> field-status = status >> field-boxc-id=boxc >> >> >> ------------------------------ >> Connect more, do more and share more with Yahoo! India Mail. Learn >> more<http://in.rd.yahoo.com/tagline_galaxy_3/*http://in.overview.mail.yahoo.com/> >> . >> > >
