Re: ERROR: connect failed kannel

2016-03-11 Thread christopher kamutumwa
hi results from

# su - kannel
> $ bearerbox /etc/kannel/kannel.conf. so what next

2016-03-11 13:29:24 [10158] [0] INFO: Added logfile
`/var/log/kannel/gateway.log' with level `0'.
2016-03-11 13:29:24 [10158] [0] INFO: Started access logfile
`/var/log/kannel/access.log'.
2016-03-11 13:29:24 [10158] [0] WARNING: 'store-file' option
deprecated, please use 'store-location' and 'store-type' instead.
2016-03-11 13:29:24 [10158] [0] PANIC: You MUST set HTTP admin-password
2016-03-11 13:29:24 [10158] [0] PANIC:
/usr/sbin/bearerbox(gw_panic+0x17b) [0x47fdab]
2016-03-11 13:29:24 [10158] [0] PANIC:
/usr/sbin/bearerbox(httpadmin_start+0x25c) [0x41424c]
2016-03-11 13:29:24 [10158] [0] PANIC: /usr/sbin/bearerbox(main+0x634)
[0x40e1d4]
2016-03-11 13:29:24 [10158] [0] PANIC:
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
[0x7fdb1db93ec5]
2016-03-11 13:29:24 [10158] [0] PANIC: /usr/sbin/bearerbox() [0x40e9d5]
2016-03-11 13:29:27 [10168] [0] INFO: Added logfile
`/var/log/kannel/gateway.log' with level `0'.


On 3/11/16, spameden  wrote:
> Your log indicates there is a problem with bearearbox, try running
> berarebox from the console and see what's the problem there:
>
> # su - kannel
> $ bearerbox /etc/kannel/kannel.conf
>
> 2016-03-11 18:10 GMT+03:00 christopher kamutumwa
> :
>
>> Hi
>> Ive installed kannel on my ubuntu machine LTS14 and kannel starts
>> properly. but fails to connect to the bearer box below is error and
>> conf file;will appreciate if this is sorted thanks
>>
>> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 5
>> (gw/smsbox.c:url_result_thread)
>> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 6
>> (gw/smsbox.c:http_queue_thread)
>> 2016-03-11 11:22:24 [7362] [0] ERROR: connect failed
>> 2016-03-11 11:22:24 [7362] [0] ERROR: System error 111: Connection
>> refused
>> 2016-03-11 11:22:24 [7362] [0] ERROR: error connecting to server
>> `localhost' at port `13001'
>> 2016-03-11 11:22:24 [7362] [0] PANIC: Couldn't connect to the bearerbox.
>> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x17b)
>> [0x43e14b]
>> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(main+0xcbc)
>> [0x40e0fc]
>> 2016-03-11 11:22:24 [7362] [0] PANIC:
>> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
>> [0x7f750a6daec5]
>> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox() [0x40ea35]
>>
>> # CORE
>> group = core
>> admin-port = 13000
>> smsbox-port = 13001
>> #admin-password = nochange
>> #admin-deny-ip = "*.*.*.*"
>> #admin-allow-ip = "127.0.0.1"
>> log-file = /var/log/kannel/gateway.log
>> log-level = 0
>> access-log = /var/log/kannel/access.log
>> store-type = file
>> store-file = /var/log/kannel/kannel.store
>> unified-prefix = "-,+"
>> #unified-prefix = "+,00"
>> #store-type = spool
>> #store-location = /var/spool/kannel/store
>> #smsbox-max-pending = 100
>> #dlr-storage = mysql
>>
>> # SMSBOX
>> group = smsbox
>> smsbox-id = admin
>> bearerbox-host = localhost
>> sendsms-port = 13022
>> bearerbox-port = 13001
>> #sendsms-chars = "0123456789 +- "
>> log-file = /var/log/kannel/smsbox.log
>> log-level = 0
>> access-log = /var/log/kannel/smsbox-access.log
>>
>> # the following is just standard dlr configuration
>>
>> group = mysql-connection
>> id = mydlr
>> host = localhost
>> username = 
>> password = x
>> database = kannel
>> # you can increase this upon a higher load
>> max-connections = 100
>>
>> group = dlr-db
>> id = mydlr
>> table = dlr
>> field-smsc = smsc
>> field-timestamp = ts
>> field-destination = destination
>> field-source = source
>> field-service = service
>> field-url = url
>> field-mask = mask
>> field-status = status
>> field-boxc-id = boxc
>>
>>  SMSC Links
>> ##
>>
>> group = smsc
>> smsc = fake
>> port = 1
>> connect-allow-ip = 127.0.0.1
>> denied-smsc-id = cvd
>>
>>
>> group = smsc
>> smsc-id = vbv
>> smsc = smpp
>> system-type = ""
>> interface-version = 34
>> host = xxx
>> port = 2779
>> #receive-port = 2779
>> smsc-username = abc
>> smsc-password = abc
>> transceiver-mode = true
>> bind-addr-ton = 1
>> bind-addr-npi = 0
>> source-addr-ton = 5
>> source-addr-npi = 0
>> dest-addr-ton = 1
>> dest-addr-npi = 1
>> denied-smsc-id = xyz
>> denied-prefix = "26097"
>> msg-id-type = 0x00
>>
>>
>> group = smsc
>> smsc-id = clx
>> smsc = smpp
>> system-type = ""
>> interface-version = 34
>> host = xxx
>> port = 3600
>> #receive-port = 3600
>> smsc-username = abc
>> smsc-password = abc
>> transceiver-mode = true
>> bind-addr-ton = 1
>> bind-addr-npi = 0
>> source-addr-ton = 5
>> source-addr-npi = 0
>> dest-addr-ton = 1
>> dest-addr-npi = 1
>> throughput = 70
>> #max-pending-submit = 18
>> #denied-smsc-id = xxx
>> denied-smsc-id = xxx
>> denied-prefix = "26097;26096"
>>
>> #
>> # SENDSMS-USER
>> group = sendsms-user
>> username = smsgw
>> password = pass123
>> max-messages = 6
>> 

Re: ERROR: connect failed kannel

2016-03-11 Thread spameden
2016-03-11 18:26 GMT+03:00 christopher kamutumwa :

> hi results from
>
> # su - kannel
> > $ bearerbox /etc/kannel/kannel.conf. so what next
>  
>
2016-03-11 13:29:24 [10158] [0] PANIC: You MUST set HTTP admin-password
>

It writes you the reason once again...


> On 3/11/16, spameden  wrote:
> > Your log indicates there is a problem with bearearbox, try running
> > berarebox from the console and see what's the problem there:
> >
> > # su - kannel
> > $ bearerbox /etc/kannel/kannel.conf
> >
> > 2016-03-11 18:10 GMT+03:00 christopher kamutumwa
> > :
> >
> >> Hi
> >> Ive installed kannel on my ubuntu machine LTS14 and kannel starts
> >> properly. but fails to connect to the bearer box below is error and
> >> conf file;will appreciate if this is sorted thanks
> >>
> >> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 5
> >> (gw/smsbox.c:url_result_thread)
> >> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 6
> >> (gw/smsbox.c:http_queue_thread)
> >> 2016-03-11 11:22:24 [7362] [0] ERROR: connect failed
> >> 2016-03-11 11:22:24 [7362] [0] ERROR: System error 111: Connection
> >> refused
> >> 2016-03-11 11:22:24 [7362] [0] ERROR: error connecting to server
> >> `localhost' at port `13001'
> >> 2016-03-11 11:22:24 [7362] [0] PANIC: Couldn't connect to the bearerbox.
> >> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x17b)
> >> [0x43e14b]
> >> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(main+0xcbc)
> >> [0x40e0fc]
> >> 2016-03-11 11:22:24 [7362] [0] PANIC:
> >> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
> >> [0x7f750a6daec5]
> >> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox() [0x40ea35]
> >>
> >> # CORE
> >> group = core
> >> admin-port = 13000
> >> smsbox-port = 13001
> >> #admin-password = nochange
> >> #admin-deny-ip = "*.*.*.*"
> >> #admin-allow-ip = "127.0.0.1"
> >> log-file = /var/log/kannel/gateway.log
> >> log-level = 0
> >> access-log = /var/log/kannel/access.log
> >> store-type = file
> >> store-file = /var/log/kannel/kannel.store
> >> unified-prefix = "-,+"
> >> #unified-prefix = "+,00"
> >> #store-type = spool
> >> #store-location = /var/spool/kannel/store
> >> #smsbox-max-pending = 100
> >> #dlr-storage = mysql
> >>
> >> # SMSBOX
> >> group = smsbox
> >> smsbox-id = admin
> >> bearerbox-host = localhost
> >> sendsms-port = 13022
> >> bearerbox-port = 13001
> >> #sendsms-chars = "0123456789 +- "
> >> log-file = /var/log/kannel/smsbox.log
> >> log-level = 0
> >> access-log = /var/log/kannel/smsbox-access.log
> >>
> >> # the following is just standard dlr configuration
> >>
> >> group = mysql-connection
> >> id = mydlr
> >> host = localhost
> >> username = 
> >> password = x
> >> database = kannel
> >> # you can increase this upon a higher load
> >> max-connections = 100
> >>
> >> group = dlr-db
> >> id = mydlr
> >> table = dlr
> >> field-smsc = smsc
> >> field-timestamp = ts
> >> field-destination = destination
> >> field-source = source
> >> field-service = service
> >> field-url = url
> >> field-mask = mask
> >> field-status = status
> >> field-boxc-id = boxc
> >>
> >>  SMSC Links
> >> ##
> >>
> >> group = smsc
> >> smsc = fake
> >> port = 1
> >> connect-allow-ip = 127.0.0.1
> >> denied-smsc-id = cvd
> >>
> >>
> >> group = smsc
> >> smsc-id = vbv
> >> smsc = smpp
> >> system-type = ""
> >> interface-version = 34
> >> host = xxx
> >> port = 2779
> >> #receive-port = 2779
> >> smsc-username = abc
> >> smsc-password = abc
> >> transceiver-mode = true
> >> bind-addr-ton = 1
> >> bind-addr-npi = 0
> >> source-addr-ton = 5
> >> source-addr-npi = 0
> >> dest-addr-ton = 1
> >> dest-addr-npi = 1
> >> denied-smsc-id = xyz
> >> denied-prefix = "26097"
> >> msg-id-type = 0x00
> >>
> >>
> >> group = smsc
> >> smsc-id = clx
> >> smsc = smpp
> >> system-type = ""
> >> interface-version = 34
> >> host = xxx
> >> port = 3600
> >> #receive-port = 3600
> >> smsc-username = abc
> >> smsc-password = abc
> >> transceiver-mode = true
> >> bind-addr-ton = 1
> >> bind-addr-npi = 0
> >> source-addr-ton = 5
> >> source-addr-npi = 0
> >> dest-addr-ton = 1
> >> dest-addr-npi = 1
> >> throughput = 70
> >> #max-pending-submit = 18
> >> #denied-smsc-id = xxx
> >> denied-smsc-id = xxx
> >> denied-prefix = "26097;26096"
> >>
> >> #
> >> # SENDSMS-USER
> >> group = sendsms-user
> >> username = smsgw
> >> password = pass123
> >> max-messages = 6
> >> concatenation = true
> >> default-smsc = crs
> >>
> >> #group = sendsms-user
> >> #username = kannel
> >> #password = crueT39
> >> #user-deny-ip = "*.*.*.*"
> >> #user-allow-ip = "usr-public-ip"
> >> #max-messages = 6
> >> #concatenation = true
> >>
> >> # Default servide
> >> #group = sms-service
> >> #keyword = default
> >> #text = "You have entered the wrong command. Please try again with
> >> correct syntax."
> >>
> >>
> 

Re: ERROR: connect failed kannel

2016-03-11 Thread spameden
Your log indicates there is a problem with bearearbox, try running
berarebox from the console and see what's the problem there:

# su - kannel
$ bearerbox /etc/kannel/kannel.conf

2016-03-11 18:10 GMT+03:00 christopher kamutumwa :

> Hi
> Ive installed kannel on my ubuntu machine LTS14 and kannel starts
> properly. but fails to connect to the bearer box below is error and
> conf file;will appreciate if this is sorted thanks
>
> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 5
> (gw/smsbox.c:url_result_thread)
> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 6
> (gw/smsbox.c:http_queue_thread)
> 2016-03-11 11:22:24 [7362] [0] ERROR: connect failed
> 2016-03-11 11:22:24 [7362] [0] ERROR: System error 111: Connection refused
> 2016-03-11 11:22:24 [7362] [0] ERROR: error connecting to server
> `localhost' at port `13001'
> 2016-03-11 11:22:24 [7362] [0] PANIC: Couldn't connect to the bearerbox.
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x17b)
> [0x43e14b]
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(main+0xcbc)
> [0x40e0fc]
> 2016-03-11 11:22:24 [7362] [0] PANIC:
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
> [0x7f750a6daec5]
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox() [0x40ea35]
>
> # CORE
> group = core
> admin-port = 13000
> smsbox-port = 13001
> #admin-password = nochange
> #admin-deny-ip = "*.*.*.*"
> #admin-allow-ip = "127.0.0.1"
> log-file = /var/log/kannel/gateway.log
> log-level = 0
> access-log = /var/log/kannel/access.log
> store-type = file
> store-file = /var/log/kannel/kannel.store
> unified-prefix = "-,+"
> #unified-prefix = "+,00"
> #store-type = spool
> #store-location = /var/spool/kannel/store
> #smsbox-max-pending = 100
> #dlr-storage = mysql
>
> # SMSBOX
> group = smsbox
> smsbox-id = admin
> bearerbox-host = localhost
> sendsms-port = 13022
> bearerbox-port = 13001
> #sendsms-chars = "0123456789 +- "
> log-file = /var/log/kannel/smsbox.log
> log-level = 0
> access-log = /var/log/kannel/smsbox-access.log
>
> # the following is just standard dlr configuration
>
> group = mysql-connection
> id = mydlr
> host = localhost
> username = 
> password = x
> database = kannel
> # you can increase this upon a higher load
> max-connections = 100
>
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
> field-status = status
> field-boxc-id = boxc
>
>  SMSC Links ##
>
> group = smsc
> smsc = fake
> port = 1
> connect-allow-ip = 127.0.0.1
> denied-smsc-id = cvd
>
>
> group = smsc
> smsc-id = vbv
> smsc = smpp
> system-type = ""
> interface-version = 34
> host = xxx
> port = 2779
> #receive-port = 2779
> smsc-username = abc
> smsc-password = abc
> transceiver-mode = true
> bind-addr-ton = 1
> bind-addr-npi = 0
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> denied-smsc-id = xyz
> denied-prefix = "26097"
> msg-id-type = 0x00
>
>
> group = smsc
> smsc-id = clx
> smsc = smpp
> system-type = ""
> interface-version = 34
> host = xxx
> port = 3600
> #receive-port = 3600
> smsc-username = abc
> smsc-password = abc
> transceiver-mode = true
> bind-addr-ton = 1
> bind-addr-npi = 0
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> throughput = 70
> #max-pending-submit = 18
> #denied-smsc-id = xxx
> denied-smsc-id = xxx
> denied-prefix = "26097;26096"
>
> #
> # SENDSMS-USER
> group = sendsms-user
> username = smsgw
> password = pass123
> max-messages = 6
> concatenation = true
> default-smsc = crs
>
> #group = sendsms-user
> #username = kannel
> #password = crueT39
> #user-deny-ip = "*.*.*.*"
> #user-allow-ip = "usr-public-ip"
> #max-messages = 6
> #concatenation = true
>
> # Default servide
> #group = sms-service
> #keyword = default
> #text = "You have entered the wrong command. Please try again with
> correct syntax."
>
>
> group = sms-service
> keyword = default
> get-url = "
> http://185.3.90.96/innov8/index.php?app=call=gateway=kannel=geturl=%t=%q=%a=%Q
> "
> accept-x-kannel-headers = true
> max-messages = 1000
> concatenation = true
> catch-all = true
> text = "this is kreeper"
> omit-empty = true
>
>


RE: ERROR: connect failed kannel

2016-03-11 Thread Беляев Владимир Николаевич
If you run out to the console without key "-в" messages for each program?


-Original Message-
From: christopher kamutumwa [mailto:chriskamutu...@gmail.com] 
Sent: Friday, March 11, 2016 6:44 PM
To: Беляев Владимир Николаевич
Cc: users
Subject: Re: ERROR: connect failed kannel

not working . what will resolve my issue?


On 3/11/16, Беляев Владимир Николаевич <v.bely...@sngb.ru> wrote:
> Try the script:
>
> [u3850@sms-gw ~]$ cat kannel_start
> #!/bin/bash
>
> /usr/local/sbin/bearerbox -d /etc/kannel/kannel.conf 
> /usr/local/sbin/sqlbox -d /etc/kannel/sqlbox.conf 
> /usr/local/sbin/opensmppbox -d /etc/kannel/opensmppbox.conf sleep 3 
> /usr/local/sbin/smsbox -d /etc/kannel/kannel.conf
>
>
> -Original Message-
> From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher 
> kamutumwa
> Sent: Friday, March 11, 2016 5:14 PM
> To: users
> Subject: ERROR: connect failed kannel
>
> Hi
> Ive installed kannel on my ubuntu machine LTS14 and kannel starts properly.
> but fails to connect to the bearer box below is error and conf 
> file;will appreciate if this is sorted thanks
>
> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 5
> (gw/smsbox.c:url_result_thread)
> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 6
> (gw/smsbox.c:http_queue_thread)
> 2016-03-11 11:22:24 [7362] [0] ERROR: connect failed
> 2016-03-11 11:22:24 [7362] [0] ERROR: System error 111: Connection 
> refused
> 2016-03-11 11:22:24 [7362] [0] ERROR: error connecting to server `localhost'
> at port `13001'
> 2016-03-11 11:22:24 [7362] [0] PANIC: Couldn't connect to the bearerbox.
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x17b) 
> [0x43e14b]
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(main+0xcbc) 
> [0x40e0fc]
> 2016-03-11 11:22:24 [7362] [0] PANIC:
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
> [0x7f750a6daec5]
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox() [0x40ea35]
>
> # CORE
> group = core
> admin-port = 13000
> smsbox-port = 13001
> #admin-password = nochange
> #admin-deny-ip = "*.*.*.*"
> #admin-allow-ip = "127.0.0.1"
> log-file = /var/log/kannel/gateway.log log-level = 0 access-log = 
> /var/log/kannel/access.log store-type = file store-file = 
> /var/log/kannel/kannel.store unified-prefix = "-,+"
> #unified-prefix = "+,00"
> #store-type = spool
> #store-location = /var/spool/kannel/store #smsbox-max-pending = 100 
> #dlr-storage = mysql
>
> # SMSBOX
> group = smsbox
> smsbox-id = admin
> bearerbox-host = localhost
> sendsms-port = 13022
> bearerbox-port = 13001
> #sendsms-chars = "0123456789 +- "
> log-file = /var/log/kannel/smsbox.log
> log-level = 0
> access-log = /var/log/kannel/smsbox-access.log
>
> # the following is just standard dlr configuration
>
> group = mysql-connection
> id = mydlr
> host = localhost
> username = 
> password = x
> database = kannel
> # you can increase this upon a higher load max-connections = 100
>
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
> field-status = status
> field-boxc-id = boxc
>
>  SMSC Links 
> ##
>
> group = smsc
> smsc = fake
> port = 1
> connect-allow-ip = 127.0.0.1
> denied-smsc-id = cvd
>
>
> group = smsc
> smsc-id = vbv
> smsc = smpp
> system-type = ""
> interface-version = 34
> host = xxx
> port = 2779
> #receive-port = 2779
> smsc-username = abc
> smsc-password = abc
> transceiver-mode = true
> bind-addr-ton = 1
> bind-addr-npi = 0
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> denied-smsc-id = xyz
> denied-prefix = "26097"
> msg-id-type = 0x00
>
>
> group = smsc
> smsc-id = clx
> smsc = smpp
> system-type = ""
> interface-version = 34
> host = xxx
> port = 3600
> #receive-port = 3600
> smsc-username = abc
> smsc-password = abc
> transceiver-mode = true
> bind-addr-ton = 1
> bind-addr-npi = 0
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> throughput = 70
> #max-pending-submit = 18
> #denied-smsc-id = xxx
> denied-smsc-id = xxx
> denied-prefix = "26097;26096"
>
> #
> # SENDSMS-USER
> group = sendsms-user
> username = smsgw
> password = pass123
> max-messages = 6
> con

Re: ERROR: connect failed kannel

2016-03-11 Thread christopher kamutumwa
not working . what will resolve my issue?


On 3/11/16, Беляев Владимир Николаевич  wrote:
> Try the script:
>
> [u3850@sms-gw ~]$ cat kannel_start
> #!/bin/bash
>
> /usr/local/sbin/bearerbox -d /etc/kannel/kannel.conf
> /usr/local/sbin/sqlbox -d /etc/kannel/sqlbox.conf
> /usr/local/sbin/opensmppbox -d /etc/kannel/opensmppbox.conf
> sleep 3
> /usr/local/sbin/smsbox -d /etc/kannel/kannel.conf
>
>
> -Original Message-
> From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher
> kamutumwa
> Sent: Friday, March 11, 2016 5:14 PM
> To: users
> Subject: ERROR: connect failed kannel
>
> Hi
> Ive installed kannel on my ubuntu machine LTS14 and kannel starts properly.
> but fails to connect to the bearer box below is error and conf file;will
> appreciate if this is sorted thanks
>
> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 5
> (gw/smsbox.c:url_result_thread)
> 2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 6
> (gw/smsbox.c:http_queue_thread)
> 2016-03-11 11:22:24 [7362] [0] ERROR: connect failed
> 2016-03-11 11:22:24 [7362] [0] ERROR: System error 111: Connection refused
> 2016-03-11 11:22:24 [7362] [0] ERROR: error connecting to server `localhost'
> at port `13001'
> 2016-03-11 11:22:24 [7362] [0] PANIC: Couldn't connect to the bearerbox.
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x17b)
> [0x43e14b]
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(main+0xcbc)
> [0x40e0fc]
> 2016-03-11 11:22:24 [7362] [0] PANIC:
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
> [0x7f750a6daec5]
> 2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox() [0x40ea35]
>
> # CORE
> group = core
> admin-port = 13000
> smsbox-port = 13001
> #admin-password = nochange
> #admin-deny-ip = "*.*.*.*"
> #admin-allow-ip = "127.0.0.1"
> log-file = /var/log/kannel/gateway.log
> log-level = 0
> access-log = /var/log/kannel/access.log
> store-type = file
> store-file = /var/log/kannel/kannel.store unified-prefix = "-,+"
> #unified-prefix = "+,00"
> #store-type = spool
> #store-location = /var/spool/kannel/store #smsbox-max-pending = 100
> #dlr-storage = mysql
>
> # SMSBOX
> group = smsbox
> smsbox-id = admin
> bearerbox-host = localhost
> sendsms-port = 13022
> bearerbox-port = 13001
> #sendsms-chars = "0123456789 +- "
> log-file = /var/log/kannel/smsbox.log
> log-level = 0
> access-log = /var/log/kannel/smsbox-access.log
>
> # the following is just standard dlr configuration
>
> group = mysql-connection
> id = mydlr
> host = localhost
> username = 
> password = x
> database = kannel
> # you can increase this upon a higher load max-connections = 100
>
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
> field-status = status
> field-boxc-id = boxc
>
>  SMSC Links ##
>
> group = smsc
> smsc = fake
> port = 1
> connect-allow-ip = 127.0.0.1
> denied-smsc-id = cvd
>
>
> group = smsc
> smsc-id = vbv
> smsc = smpp
> system-type = ""
> interface-version = 34
> host = xxx
> port = 2779
> #receive-port = 2779
> smsc-username = abc
> smsc-password = abc
> transceiver-mode = true
> bind-addr-ton = 1
> bind-addr-npi = 0
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> denied-smsc-id = xyz
> denied-prefix = "26097"
> msg-id-type = 0x00
>
>
> group = smsc
> smsc-id = clx
> smsc = smpp
> system-type = ""
> interface-version = 34
> host = xxx
> port = 3600
> #receive-port = 3600
> smsc-username = abc
> smsc-password = abc
> transceiver-mode = true
> bind-addr-ton = 1
> bind-addr-npi = 0
> source-addr-ton = 5
> source-addr-npi = 0
> dest-addr-ton = 1
> dest-addr-npi = 1
> throughput = 70
> #max-pending-submit = 18
> #denied-smsc-id = xxx
> denied-smsc-id = xxx
> denied-prefix = "26097;26096"
>
> #
> # SENDSMS-USER
> group = sendsms-user
> username = smsgw
> password = pass123
> max-messages = 6
> concatenation = true
> default-smsc = crs
>
> #group = sendsms-user
> #username = kannel
> #password = crueT39
> #user-deny-ip = "*.*.*.*"
> #user-allow-ip = "usr-public-ip"
> #max-messages = 6
> #concatenation = true
>
> # Default servide
> #group = sms-service
> #keyword = default
> #text = "You have entered the wrong command. Please try again with correct
> syntax."
>
>
> group = sms-service
> keyword = default
> get-url =
> "http://185.3.90.96/innov8/index.php?app=call=gateway=kannel=geturl=%t=%q=%a=%Q;
> accept-x-kannel-headers = true
> max-messages = 1000
> concatenation = true
> catch-all = true
> text = "this is kreeper"
> omit-empty = true
>
>
>



RE: ERROR: connect failed kannel

2016-03-11 Thread Беляев Владимир Николаевич
Try the script:

[u3850@sms-gw ~]$ cat kannel_start
#!/bin/bash

/usr/local/sbin/bearerbox -d /etc/kannel/kannel.conf
/usr/local/sbin/sqlbox -d /etc/kannel/sqlbox.conf
/usr/local/sbin/opensmppbox -d /etc/kannel/opensmppbox.conf
sleep 3
/usr/local/sbin/smsbox -d /etc/kannel/kannel.conf


-Original Message-
From: users [mailto:users-boun...@kannel.org] On Behalf Of christopher kamutumwa
Sent: Friday, March 11, 2016 5:14 PM
To: users
Subject: ERROR: connect failed kannel

Hi
Ive installed kannel on my ubuntu machine LTS14 and kannel starts properly. but 
fails to connect to the bearer box below is error and conf file;will appreciate 
if this is sorted thanks

2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 5
(gw/smsbox.c:url_result_thread)
2016-03-11 11:22:24 [7362] [0] DEBUG: Started thread 6
(gw/smsbox.c:http_queue_thread)
2016-03-11 11:22:24 [7362] [0] ERROR: connect failed
2016-03-11 11:22:24 [7362] [0] ERROR: System error 111: Connection refused
2016-03-11 11:22:24 [7362] [0] ERROR: error connecting to server `localhost' at 
port `13001'
2016-03-11 11:22:24 [7362] [0] PANIC: Couldn't connect to the bearerbox.
2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(gw_panic+0x17b) 
[0x43e14b]
2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox(main+0xcbc) [0x40e0fc]
2016-03-11 11:22:24 [7362] [0] PANIC:
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)
[0x7f750a6daec5]
2016-03-11 11:22:24 [7362] [0] PANIC: /usr/sbin/smsbox() [0x40ea35]

# CORE
group = core
admin-port = 13000
smsbox-port = 13001
#admin-password = nochange
#admin-deny-ip = "*.*.*.*"
#admin-allow-ip = "127.0.0.1"
log-file = /var/log/kannel/gateway.log
log-level = 0
access-log = /var/log/kannel/access.log
store-type = file
store-file = /var/log/kannel/kannel.store unified-prefix = "-,+"
#unified-prefix = "+,00"
#store-type = spool
#store-location = /var/spool/kannel/store #smsbox-max-pending = 100 
#dlr-storage = mysql

# SMSBOX
group = smsbox
smsbox-id = admin
bearerbox-host = localhost
sendsms-port = 13022
bearerbox-port = 13001
#sendsms-chars = "0123456789 +- "
log-file = /var/log/kannel/smsbox.log
log-level = 0
access-log = /var/log/kannel/smsbox-access.log

# the following is just standard dlr configuration

group = mysql-connection
id = mydlr
host = localhost
username = 
password = x
database = kannel
# you can increase this upon a higher load max-connections = 100

group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

 SMSC Links ##

group = smsc
smsc = fake
port = 1
connect-allow-ip = 127.0.0.1
denied-smsc-id = cvd


group = smsc
smsc-id = vbv
smsc = smpp
system-type = ""
interface-version = 34
host = xxx
port = 2779
#receive-port = 2779
smsc-username = abc
smsc-password = abc
transceiver-mode = true
bind-addr-ton = 1
bind-addr-npi = 0
source-addr-ton = 5
source-addr-npi = 0
dest-addr-ton = 1
dest-addr-npi = 1
denied-smsc-id = xyz
denied-prefix = "26097"
msg-id-type = 0x00


group = smsc
smsc-id = clx
smsc = smpp
system-type = ""
interface-version = 34
host = xxx
port = 3600
#receive-port = 3600
smsc-username = abc
smsc-password = abc
transceiver-mode = true
bind-addr-ton = 1
bind-addr-npi = 0
source-addr-ton = 5
source-addr-npi = 0
dest-addr-ton = 1
dest-addr-npi = 1
throughput = 70
#max-pending-submit = 18
#denied-smsc-id = xxx
denied-smsc-id = xxx
denied-prefix = "26097;26096"

#
# SENDSMS-USER
group = sendsms-user
username = smsgw
password = pass123
max-messages = 6
concatenation = true
default-smsc = crs

#group = sendsms-user
#username = kannel
#password = crueT39
#user-deny-ip = "*.*.*.*"
#user-allow-ip = "usr-public-ip"
#max-messages = 6
#concatenation = true

# Default servide
#group = sms-service
#keyword = default
#text = "You have entered the wrong command. Please try again with correct 
syntax."


group = sms-service
keyword = default
get-url = 
"http://185.3.90.96/innov8/index.php?app=call=gateway=kannel=geturl=%t=%q=%a=%Q;
accept-x-kannel-headers = true
max-messages = 1000
concatenation = true
catch-all = true
text = "this is kreeper"
omit-empty = true