Put log-level 0 on your SMSC connection and post it here.
I bet the SMSC is rejecting your message with a temporary error, but
delivering anyway, so Kannel retries it over and over...
Regards,

Alejandro

On Tue, Oct 13, 2009 at 11:26 AM, Sujith Venugopal // Viva <
[email protected]> wrote:

> 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
>
>

Reply via email to