Not able send SMS .It was delivering to queue

Hi i need help on this.

Message are delivered into queue.Below are kannel config currently using.

Kannel.conf

CORE

group = core
admin-port = 13000
admin-password = playsms
status-password = playsms
log-file = /var/log/kannel/kannel.log
log-level = 0
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 = localhost
bearerbox-port = 13001
sendsms-port = 13131
global-sender = 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 gsm1

group = smsc
smsc = at
smsc-id = gsm1
allowed-smsc-id = gsm1
preferred-smsc-id = gsm1
my-number = 101
#allowed-prefix = "+62;62;0"
unified-prefix = "+62,62,0;+,00"
modemtype = wavecom
device = /dev/ttyUSB0
speed = 115200
#validityperiod = 143
sim-buffering = true
max-error-count = 5
log-file = /var/log/kannel/smsc-gsm1.log
log-level = 0

group = modems
id = huawei
message-storage = SM
need-sleep = true
sendline-sleep = 200
init-string = “AT+CNMI=2,2,0,1,0;+CMEE=1”
#reset-string = “AT+CFUN=1”

SENDSMS-USER

group = sendsms-user
default-smsc = none
username = playsms
password = playsms
max-messages = 1000
concatenation = true

SMS SERVICE

group = sms-service
keyword = default
omit-empty = true
max-messages = 99
assume-plain-text = true
catch-all = true
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

Please find the playsms log .

127.0.0.1 localhost 2017-07-26 11:52:29 PID59783525bcc3f - L2 login # u:admin uid:1 status:2 sid:l3aavmuer7bn2v1ik5e8jfq4p0 ip:127.0.0.1
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms # start uid:1 sender_id:[1234] smsc:[]
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms_queue_create # saving queue_code:0200cfe62b94b7d7e19499ed9740cc23 src:1234 scheduled:2017-07-26 12:49:49
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms_queue_create # saved queue_code:0200cfe62b94b7d7e19499ed9740cc23 id:27
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms # dst_count:1 sms_count:1 total_charges:0
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms_queue_push # saving queue_code:0200cfe62b94b7d7e19499ed9740cc23 dst:+917338461783
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms_queue_push # saved queue_code:0200cfe62b94b7d7e19499ed9740cc23 smslog_id:27
127.0.0.1 localhost 2017-07-26 12:49:49 PID59784295816ad admin L2 sendsms # end queue_code:0200cfe62b94b7d7e19499ed9740cc23 queue_count:1 sms_count:1 failed_queue:0 failed_sms:0

Please let me know if there is any modifications to be done in configuration

Seems that outgoing route is missing

Thanks for your response.
please elaborate i have made below route outgoing settings.

Please correct me if configuration is wrong

how did you solve your problem?

I am not using any modem to send the SMS,currently I have used Fake SMSC to send SMS.

i am using gsm modem. any idea how it will work with that?

if u want I can help u to configure playsms with kannel