Could not send SMS using playsms with kannel

I am using kannel as a gateway for playsms (1.4). My kannel.conf is as shown below.

CORE

group = core
admin-port = 13000
admin-password = tashi007
status-password = tashi007
log-file = /var/log/kannel/kannel.log
log-level = 0
box-allow-ip = "127.0.0.1, 119.2.115.41"
access-log = /var/log/kannel/access.log
smsbox-port = 13001
store-type = spool
store-location = /var/spool/kannel/store
smsbox-max-pending = 100

SMSBOX

group = smsbox
bearerbox-host = 127.0.0.1
#bearerbox-port = 13001
sendsms-port = 13131
sendsms-chars = "0123456789+ "
log-file = /var/log/kannel/smsbox.log
log-level = 0
access-log = /var/log/kannel/access.log
mo-recode = true

SMSC smpp1

group = smsc
smsc = smpp
smsc-id = land
allowed-smsc-id = land
preferred-smsc-id = land
host = 119.2.115.41
port = 9000
transceiver-mode = yes
smsc-username = land
smsc-password = xyz
system-type = "COMM"
log-file = /var/log/kannel/smsc-land.log
log-level = 0

SENDSMS-USER

group = sendsms-user
#default-smsc = none
username = sms
password = sms123
max-messages = 30
concatenation = true

SMS SERVICE

group = sms-service
keyword =
omit-empty = true
max-messages = 0
get-url = “http://localhost/playsms/index.php?app=call&cat=gateway&plugin=kannel&access=geturl&t=%t&q=%q&a=%a&Q=%Q&smsc=%i

My playsms.log file is as shown below:

119.2.108.138 202.144.155.28 2016-09-20 16:37:25 PID57e11165d1676 admin L2 sendsms # start uid:1 sender_id:[1456] smsc:[]
119.2.108.138 202.144.155.28 2016-09-20 16:37:25 PID57e11165d1676 admin L2 sendsms_queue_create # saving queue_code:5537bac4808f2a17d3eda106605439ef src:1456 scheduled:2016-09-20 16:37:25
119.2.108.138 202.144.155.28 2016-09-20 16:37:25 PID57e11165d1676 admin L2 sendsms_queue_create # saved queue_code:5537bac4808f2a17d3eda106605439ef id:6
119.2.108.138 202.144.155.28 2016-09-20 16:37:25 PID57e11165d1676 admin L2 sendsms # dst_count:1 sms_count:1 total_charges:0
119.2.108.138 202.144.155.28 2016-09-20 16:37:26 PID57e11165d1676 admin L2 sendsms_queue_push # saving queue_code:5537bac4808f2a17d3eda106605439ef dst:17609377
119.2.108.138 202.144.155.28 2016-09-20 16:37:26 PID57e11165d1676 admin L2 sendsms_queue_push # saved queue_code:5537bac4808f2a17d3eda106605439ef smslog_id:6
119.2.108.138 202.144.155.28 2016-09-20 16:37:26 PID57e11165d1676 admin L2 sendsms # end queue_code:5537bac4808f2a17d3eda106605439ef queue_count:1 sms_count:1 failed_queue:0 failed_sms:0
119.2.108.138 202.144.155.28 2016-09-20 16:41:25 PID57e1125529da5 admin L2 user_pref # saving username:admin error_string:[Preferences have been saved]
119.2.108.138 202.144.155.28 2016-09-20 16:42:06 PID57e1127e4867b admin L2 user_config # saving username:admin error_string:[User configuration has been saved]

My Kannel Log:

2016-09-20 16:43:47 [17716] [0] INFO: ----------------------------------------
2016-09-20 16:43:47 [17716] [0] INFO: Kannel bearerbox II version 1.4.4 starting
2016-09-20 16:43:47 [17716] [0] INFO: Loaded 0 messages from store.
2016-09-20 16:43:47 [17716] [0] INFO: MAIN: Start-up done, entering mainloop
2016-09-20 16:43:47 [17716] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) maps to pid 17716.
2016-09-20 16:43:48 [17715] [0] INFO: Added logfile /var/log/kannel/kannel.log' with level0’.
2016-09-20 16:43:48 [17715] [0] INFO: Started access logfile /var/log/kannel/access.log'. 2016-09-20 16:43:48 [17715] [0] INFO: HTTP: Opening server at port 13000. 2016-09-20 16:43:48 [17715] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2016-09-20 16:43:48 [17715] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 17715. 2016-09-20 16:43:48 [17715] [0] ERROR: bind failed 2016-09-20 16:43:48 [17715] [0] ERROR: System error 98: Address already in use 2016-09-20 16:43:48 [17715] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates. 2016-09-20 16:43:48 [17715] [0] DEBUG: Started thread 2 (gw/bb_http.c:httpadmin_run) 2016-09-20 16:43:48 [17715] [2] DEBUG: Thread 2 (gw/bb_http.c:httpadmin_run) maps to pid 17715. 2016-09-20 16:43:48 [17715] [2] DEBUG: HTTP: No clients with requests, quitting. 2016-09-20 16:43:48 [17715] [2] DEBUG: Thread 2 (gw/bb_http.c:httpadmin_run) terminates. 2016-09-20 16:43:48 [17715] [0] DEBUG: starting smsbox connection module 2016-09-20 16:43:48 [17715] [0] DEBUG: Started thread 3 (gw/bb_boxc.c:sms_to_smsboxes) 2016-09-20 16:43:48 [17715] [3] DEBUG: Thread 3 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 17715. 2016-09-20 16:43:48 [17715] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run) 2016-09-20 16:43:48 [17715] [4] DEBUG: Thread 4 (gw/bb_boxc.c:smsboxc_run) maps to pid 17715. 2016-09-20 16:43:48 [17715] [4] ERROR: bind failed 2016-09-20 16:43:48 [17715] [4] ERROR: System error 98: Address already in use 2016-09-20 16:43:48 [17715] [0] INFO: Set SMS resend frequency to 60 seconds. 2016-09-20 16:43:48 [17715] [4] PANIC: Could not open smsbox port 13001 2016-09-20 16:43:48 [17715] [0] INFO: SMS resend retry set to unlimited. 2016-09-20 16:43:48 [17715] [0] DEBUG: MO concatenated message handling enabled 2016-09-20 16:43:48 [17715] [4] PANIC: /usr/sbin/bearerbox(gw_backtrace+0xce) [0x49dc2e] 2016-09-20 16:43:48 [17715] [4] PANIC: /usr/sbin/bearerbox(gw_panic+0x16f) [0x49ddaf] 2016-09-20 16:43:48 [17715] [4] PANIC: /usr/sbin/bearerbox() [0x416055] 2016-09-20 16:43:48 [17715] [4] PANIC: /usr/sbin/bearerbox() [0x49b283] 2016-09-20 16:43:48 [17715] [4] PANIC: /lib/x86_64-linux-gnu/libpthread.so.0(+0x76fa) [0x7fc8b8af66fa] 2016-09-20 16:43:48 [17715] [0] INFO: DLR rerouting for smsc id <land> disabled. 2016-09-20 16:43:48 [17715] [4] PANIC: /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fc8b7667b5d] 2016-09-20 16:43:48 [17715] [0] INFO: Added logfile/var/log/kannel/smsc-land.log’ with level `0’.
2016-09-20 16:43:56 [17716] [5] INFO: Client connected from <127.0.0.1>
2016-09-20 16:43:56 [17716] [5] DEBUG: Started thread 8 (gw/bb_boxc.c:function)
2016-09-20 16:43:56 [17716] [8] DEBUG: Thread 8 (gw/bb_boxc.c:function) maps to pid 17716.
2016-09-20 16:43:56 [17716] [8] DEBUG: Started thread 9 (gw/bb_boxc.c:boxc_sender)
2016-09-20 16:43:56 [17716] [9] DEBUG: Thread 9 (gw/bb_boxc.c:boxc_sender) maps to pid 17716.

My SMSBOX log:

Thread 3 (gw/smsbox.c:sendsms_thread) terminates.
2016-09-20 16:43:46 [16799] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates.
2016-09-20 16:43:46 [16799] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates.
2016-09-20 16:43:46 [16799] [0] DEBUG: Waiting for 5 (gw/smsbox.c:obey_request_thread) to terminate
2016-09-20 16:43:46 [16799] [5] DEBUG: Thread 5 (gw/smsbox.c:obey_request_thread) terminates.
2016-09-20 16:43:46 [16799] [7] DEBUG: Thread 7 (gw/smsbox.c:http_queue_thread) terminates.
2016-09-20 16:43:46 [16799] [0] DEBUG: Waiting for 6 (gw/smsbox.c:url_result_thread) to terminate
2016-09-20 16:43:46 [16799] [6] DEBUG: Thread 6 (gw/smsbox.c:url_result_thread) terminates.
2016-09-20 16:43:46 [16799] [4] DEBUG: Thread 4 (gwlib/gw-timer.c:watch_timers) terminates.
2016-09-20 16:43:56 [17736] [0] INFO: Added logfile /var/log/kannel/smsbox.log' with level0’.
2016-09-20 16:43:56 [17736] [0] INFO: Logging accesses to ‘/var/log/kannel/access.log’.
2016-09-20 16:43:56 [17736] [0] INFO: Started access logfile /var/log/kannel/access.log'. 2016-09-20 16:43:56 [17736] [0] INFO: HTTP: Opening server at port 13131. 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2016-09-20 16:43:56 [17736] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2016-09-20 16:43:56 [17736] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] INFO: Set up send sms service at port 13131 2016-09-20 16:43:56 [17736] [2] DEBUG: HTTP: Including port 13131, fd 10 for polling in server thread 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 3 (gw/smsbox.c:sendsms_thread) 2016-09-20 16:43:56 [17736] [3] DEBUG: Thread 3 (gw/smsbox.c:sendsms_thread) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] DEBUG: ---------------------------------------------- 2016-09-20 16:43:56 [17736] [0] DEBUG: Kannel smsbox version 1.4.4 starting 2016-09-20 16:43:56 [17736] [0] DEBUG: dumping group (sendsms-user): 2016-09-20 16:43:56 [17736] [0] DEBUG: <group> = <sendsms-user> 2016-09-20 16:43:56 [17736] [0] DEBUG: <password> = <sms123> 2016-09-20 16:43:56 [17736] [0] DEBUG: <max-messages> = <30> 2016-09-20 16:43:56 [17736] [0] DEBUG: <username> = <sms> 2016-09-20 16:43:56 [17736] [0] DEBUG: <concatenation> = <true> 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 4 (gwlib/gw-timer.c:watch_timers) 2016-09-20 16:43:56 [17736] [4] DEBUG: Thread 4 (gwlib/gw-timer.c:watch_timers) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 5 (gw/smsbox.c:obey_request_thread) 2016-09-20 16:43:56 [17736] [5] DEBUG: Thread 5 (gw/smsbox.c:obey_request_thread) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 6 (gw/smsbox.c:url_result_thread) 2016-09-20 16:43:56 [17736] [6] DEBUG: Thread 6 (gw/smsbox.c:url_result_thread) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 7 (gw/smsbox.c:http_queue_thread) 2016-09-20 16:43:56 [17736] [7] DEBUG: Thread 7 (gw/smsbox.c:http_queue_thread) maps to pid 17736. 2016-09-20 16:43:56 [17736] [0] DEBUG: Connecting to <127.0.0.1> 2016-09-20 16:43:56 [17736] [0] INFO: Connected to bearerbox at 127.0.0.1 port 13001. 2016-09-20 16:43:56 [17736] [0] DEBUG: Started thread 8 (gw/heartbeat.c:heartbeat_thread) 2016-09-20 16:43:56 [17736] [8] DEBUG: Thread 8 (gw/heartbeat.c:heartbeat_thread) maps to pid 17736. 2016-09-20 16:43:57 [17735] [0] INFO: Added logfile/var/log/kannel/smsbox.log’ with level 0'. 2016-09-20 16:43:57 [17735] [0] INFO: Logging accesses to '/var/log/kannel/access.log'. 2016-09-20 16:43:57 [17735] [0] INFO: Started access logfile/var/log/kannel/access.log’.
2016-09-20 16:43:57 [17735] [0] INFO: HTTP: Opening server at port 13131.
2016-09-20 16:43:57 [17735] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2016-09-20 16:43:57 [17735] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 17735.
2016-09-20 16:43:57 [17735] [0] ERROR: bind failed
2016-09-20 16:43:57 [17735] [0] ERROR: System error 98: Address already in use
2016-09-20 16:43:57 [17735] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates.
2016-09-20 16:43:57 [17735] [0] PANIC: Failed to open HTTP socket
2016-09-20 16:43:57 [17735] [0] PANIC: /usr/sbin/smsbox(gw_backtrace+0xce) [0x43f77e]
2016-09-20 16:43:57 [17735] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x16f) [0x43f8ff]
2016-09-20 16:43:57 [17735] [0] PANIC: /usr/sbin/smsbox(main+0x13fc) [0x40f5ec]
2016-09-20 16:43:57 [17735] [0] PANIC: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7fc8f82a1830]
2016-09-20 16:43:57 [17735] [0] PANIC: /usr/sbin/smsbox(_start+0x29) [0x40f929]

Please help me out. I try to use the compose sms via playsms web application. But it does not gets send. I checked the reports->sandbox, it shows blank.

Regards,