<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Kannel configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629352#M40743</link>
    <description>Hi Ivan,&lt;BR /&gt;well i have 2 problems:&lt;BR /&gt;&lt;BR /&gt;the first one is:&lt;BR /&gt;when i execute ./bearerbox i have in return this error message:&lt;BR /&gt;&lt;BR /&gt;ERROR: bind failed&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: System error 98: Address &lt;BR /&gt;&lt;BR /&gt;the second : &lt;BR /&gt;how do i get to send sms for kannel .&lt;BR /&gt;&lt;BR /&gt;thanks in advance &lt;BR /&gt;&lt;BR /&gt;Neo&lt;BR /&gt;</description>
    <pubDate>Thu, 06 May 2010 06:07:36 GMT</pubDate>
    <dc:creator>Neostatic_1</dc:creator>
    <dc:date>2010-05-06T06:07:36Z</dc:date>
    <item>
      <title>Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629350#M40741</link>
      <description>Hi all &lt;BR /&gt;i have a probleme to configure kannel if someone had ever work with it please i need so help attached to this mail the kannel.conf file and the ./bearerbox and ./smsbox ./wapbox results &lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Wed, 05 May 2010 20:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629350#M40741</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-05T20:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629351#M40742</link>
      <description>Can you describe a little more your problem? Do you get an error? Did you check the log files?</description>
      <pubDate>Wed, 05 May 2010 22:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629351#M40742</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-05-05T22:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629352#M40743</link>
      <description>Hi Ivan,&lt;BR /&gt;well i have 2 problems:&lt;BR /&gt;&lt;BR /&gt;the first one is:&lt;BR /&gt;when i execute ./bearerbox i have in return this error message:&lt;BR /&gt;&lt;BR /&gt;ERROR: bind failed&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: System error 98: Address &lt;BR /&gt;&lt;BR /&gt;the second : &lt;BR /&gt;how do i get to send sms for kannel .&lt;BR /&gt;&lt;BR /&gt;thanks in advance &lt;BR /&gt;&lt;BR /&gt;Neo&lt;BR /&gt;</description>
      <pubDate>Thu, 06 May 2010 06:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629352#M40743</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-06T06:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629353#M40744</link>
      <description>Your bearerbox and smsbox logs both contain similar error messages:&lt;BR /&gt;&lt;BR /&gt;bearerbox:&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] INFO: HTTP: Opening server at port 13000.&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: bind failed&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: System error 98: Address already in use&lt;BR /&gt;&lt;BR /&gt;010-05-05 15:19:44 [4251] [0] ERROR: Couldn't bind a UDP socket to port 9200&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: System error 98: Address already in use&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: Couldn't bind a UDP socket to port 9201&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: System error 98: Address already in use&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: Missing wapbox-port variable, cannot start WAP&lt;BR /&gt;&lt;BR /&gt;smsbox:&lt;BR /&gt;2010-05-05 17:02:11 [5177] [0] INFO: HTTP: Opening server at port 13001.&lt;BR /&gt;2010-05-05 17:02:11 [5177] [0] ERROR: bind failed&lt;BR /&gt;2010-05-05 17:02:11 [5177] [0] ERROR: System error 98: Address already in use&lt;BR /&gt;&lt;BR /&gt;In the context of a bind() system call, "address" includes the port numbers too.&lt;BR /&gt;&lt;BR /&gt;In other words, you seem to be trying to configure kannel to run in ports that are already occupied by something else. (It could even be another copy of kannel that is already running.)&lt;BR /&gt;&lt;BR /&gt;The later PANIC messages are probably a consequence of these errors.&lt;BR /&gt;&lt;BR /&gt;In the case of smsbox, there is no question about it: the smsbox is panicking because it could not open a HTTP port.&lt;BR /&gt;&lt;BR /&gt;The panic message in the bearerbox log indicates assertion failure, i.e. "this condition should always be true at this point, but now it isn't". The failed assertion is in source code file 'gwlib/socket.c', so it's very likely something about the availability of network ports... probably just those ports that were reported as being "already in use" earlier!&lt;BR /&gt;&lt;BR /&gt;Your wapbox log file was totally empty. The cause is obvious in the bearerbox log file:&lt;BR /&gt;&lt;BR /&gt;2010-05-05 15:19:44 [4251] [0] ERROR: Missing wapbox-port variable, cannot start WAP&lt;BR /&gt;&lt;BR /&gt;As the wapbox-port option is commented out in the kannel.conf file, the bearerbox (the main component of Kannel) does not even try to start it, so the wapbox log remains empty.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 06 May 2010 06:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629353#M40744</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-06T06:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629354#M40745</link>
      <description>hi Ivan &lt;BR /&gt;thanks for all your analyse &lt;BR /&gt;&lt;BR /&gt;well  help me solve the issue :&lt;BR /&gt;change the ports number , &lt;BR /&gt;and add the wapbox port on the kannel.config&lt;BR /&gt;and retry to see if  it's working .&lt;BR /&gt;i will give you my feedback ASAP, &lt;BR /&gt;&lt;BR /&gt;Thanks a lot Ivan your helping me alot  &lt;BR /&gt;&lt;BR /&gt;Regards Neo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 May 2010 06:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629354#M40745</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-06T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629355#M40746</link>
      <description>hi ivan &lt;BR /&gt;i changed the port and it kind of works but i still have another message error , it can't connect to the server with bearerbox :&lt;BR /&gt;2010-05-06 09:30:56 [32650] [6] ERROR: connect failed&lt;BR /&gt;2010-05-06 09:30:56 [32650] [6] ERROR: System error 110: Connection timed out&lt;BR /&gt;2010-05-06 09:30:56 [32650] [6] ERROR: error connecting to server `212.217.54.37' at port `7007'&lt;BR /&gt;2010-05-06 09:30:56 [32650] [6] ERROR: SMPP[smsgateway]: Couldn't connect to server.&lt;BR /&gt;2010-05-06 09:30:56 [32650] [6] ERROR: SMPP[smsgateway]: Couldn't connect to SMS center (retrying in 10 seconds).&lt;BR /&gt; &lt;BR /&gt;I think it's a serve issue &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in smsbox i have an error:&lt;BR /&gt; &lt;BR /&gt;SMSBOX&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] INFO: HTTP: Opening server at port 13005.&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] ERROR: bind failed&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] ERROR: System error 98: Address already in use&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] PANIC: Failed to open HTTP socket&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] PANIC: ./smsbox(gw_panic+0xd4) [0x808b0d4]&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] PANIC: ./smsbox(main+0x1334) [0x8055ab4]&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] PANIC: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb70a0775]&lt;BR /&gt;2010-05-06 09:29:07 [32706] [0] PANIC: ./smsbox [0x8054001]&lt;BR /&gt;&lt;BR /&gt;WAPBOX hangs :&lt;BR /&gt;root@BAS:/usr/sbin# ./wapbox -v 1 /etc/kannel/kannel.conf&lt;BR /&gt;2010-05-06 09:30:02 [32751] [0] INFO: Debug_lvl = 1, log_file = &lt;NONE&gt;, log_lvl = 0&lt;BR /&gt;2010-05-06 09:30:02 [32751] [0] INFO: Added logfile `/var/log/kannel/wapbox.log' with level `-1'.&lt;BR /&gt;2010-05-06 09:30:02 [32751] [0] INFO: Starting to log to file /var/log/kannel/wapbox.log level -1&lt;BR /&gt;2010-05-06 09:30:02 [32751] [0] INFO: ------------------------------------------------------------&lt;BR /&gt;2010-05-06 09:30:02 [32751] [0] INFO: Kannel wapbox version 1.4.3 starting up.&lt;BR /&gt;2010-05-06 09:30:02 [32751] [0] INFO: Connected to bearerbox at localhost port 13007.&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Neo&lt;BR /&gt;&lt;/NONE&gt;</description>
      <pubDate>Thu, 06 May 2010 07:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629355#M40746</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-06T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629356#M40747</link>
      <description>Hi Ivan &lt;BR /&gt;i forgot to send you the outputs</description>
      <pubDate>Thu, 06 May 2010 07:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629356#M40747</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-06T07:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629357#M40748</link>
      <description>Hi Matti &lt;BR /&gt;i have change the sendsms port to 13013 &lt;BR /&gt;&lt;BR /&gt;but when i want to send an sms via the &lt;BR /&gt;http://localhost:13013/cgi-bin/sendsms&lt;BR /&gt;&lt;BR /&gt;i have this message :&lt;BR /&gt;autirization failed for sendsms &lt;BR /&gt;&lt;BR /&gt;how can i resolve this ..?&lt;BR /&gt;&lt;BR /&gt;Thanks alot</description>
      <pubDate>Thu, 06 May 2010 08:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629357#M40748</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-06T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629358#M40749</link>
      <description>In your other thread, your configuration included a sendsms-user group with username "bas".&lt;BR /&gt;&lt;BR /&gt;If you still have this sendsms-user configured, this URL would send a message "Hello world" to phone number 0123456:&lt;BR /&gt;&lt;BR /&gt;http://localhost:13013/cgi-bin/sendsms?&lt;BR /&gt;username=bas&amp;amp;password=bas&amp;amp;to=0123456&amp;amp;text=Hello+world&lt;BR /&gt;&lt;BR /&gt;Note that the entire SMS is in the URL.&lt;BR /&gt;&lt;BR /&gt;Kannel will send back a very simple page that tells you if the message was immediately transferred to the SMSC, queued for later delivery (= SMSC is busy) or rejected.&lt;BR /&gt;&lt;BR /&gt;This is the appropriate part of the Kannel documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN4322" target="_blank"&gt;http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN4322&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 07 May 2010 12:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629358#M40749</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-05-07T12:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kannel configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629359#M40750</link>
      <description>Hi Matti &lt;BR /&gt;&lt;BR /&gt;Thanks alot Matti you helped me alot &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Neo</description>
      <pubDate>Fri, 07 May 2010 12:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kannel-configuration/m-p/4629359#M40750</guid>
      <dc:creator>Neostatic_1</dc:creator>
      <dc:date>2010-05-07T12:56:52Z</dc:date>
    </item>
  </channel>
</rss>

