Bind error

2005-11-10 Thread linda
Hello, When starting Kannel and start bearerbox, I got these errors. Could you please help me figure out how to solve these problems?? Do I need to start and stop Kannel anytime I use that? Because I saw start and stop only in Installing Kannel. Here is the problem when I start Kannel. [EMAIL

Re: sendsms-user and smsc routing

2005-11-10 Thread Dziugas Baltrunas
Hi, Heru, thanks a lot for the advice - I did not thought that routing on sendsms-user works similar as it works for smsc, i.e. that it's possible to have two sendsms-users with the same user/pass but different rules (in my case, different allowed-prefix parameters). Thanks again, it worked. On

Re: [Kannel-Users] Re: Question about DLR

2005-11-10 Thread Andi Taslim
Dear all, Thank you so much to you both for the very helpful explanation. I've tried Mr. Tjatur suggestion by using timestamp, as well as by using the internal storage instead of mysql. Unfortunately, I'm still unable to get the DLR working, but now I'm pretty convinced that the problem is

Re: Bind error

2005-11-10 Thread Rodrigo Cremaschi
Hi Linda: You have to be sure that no previous instance of bearerbox is running when you intend to start the new one. Try ps -ef | grep bearerbox if you get a line containing bearerbox in it, stop it. If this fails, kill the process. Then, start it again. This is causing the bind failed

Re: Bind error

2005-11-10 Thread Gelvis Sequera
Could you send your config file? It looks that there's another service binded to the default kannel ports Gelvis Sequera Caracas,VenezuelaOn 11/10/05, linda [EMAIL PROTECTED] wrote: Hello,When starting Kannel and start bearerbox, I got these errors.Could you please help me figure out how to

check message has come to gateway

2005-11-10 Thread linda
Hello, My task is send message to a short number, and this message will be sent to the gateway and call the Servlet. This is the core code: group = core admin-port = 13000 smsbox-port = 13001 group = smsc smsc = cimd2 host = *.*.*.* # SMSC ip address port = 1234 # SMSC port ???

Re: Very Low Throughput

2005-11-10 Thread Aarno Syvänen
Configure with option with-defaults=speed. Aarno On 08 Nov 2005, at 17:20, Halwidi Munyati wrote: Hello I am a newbie to Kannel. I am running 1.4.0 on FC3 configured with siemens MC35 modem. I am having problems with throughput. Kannel is only able to send about 8 messages per minute.

Re: check message has come to gateway

2005-11-10 Thread Rodrigo Cremaschi
Hi again, Most of the smsc group parameters must be provided by the carrier you are working with. host, port (SMSC host and port) username, password, etc, depending on the protocol and version they use. Set verbosity to zero and be sure you are connected (check kannel.log) before trying to

Re: [Kannel-Users] Re: [Kannel-Users] Re: Question about DLR

2005-11-10 Thread Peter Beckman
One last suggestion -- sometimes the DLR is coming back, but it is coming back in HEX and your internal DLR's are in OCTAL or DECIMAL. msg-id-type should be set in your SMSC group for the SMPP connection. For me it is 0x01 == deliver_sm in DECIMAL and subint_sm_response in HEX. If you see

SMSC Routing

2005-11-10 Thread Essien Ita Essien
I’m trying to setup an SMSC router, to route services from a phone network to a content provider somewhere else. The setup looks like this. [GSM Provider] →[modem]-→ [my_kannel_box(tm)](internet)---[content_provider] I have an smsc defining the at modem, which

RE: [Kannel-Users] Re: Question about DLR

2005-11-10 Thread Josh McAllister
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andi Taslim Sent: Thursday, November 10, 2005 4:13 AM To: [EMAIL PROTECTED] Cc: users@kannel.org Subject: Re: [Kannel-Users] Re: Question about DLR Thank you so much to you both for the very helpful explanation. I've tried Mr. Tjatur

Re: SMSC Routing

2005-11-10 Thread Heru Tjatur
Dear Essien, On Thu, 2005-11-10 at 19:51 +0100, Essien Ita Essien wrote: I’m trying to setup an SMSC router, to route services from a phone network to a content provider somewhere else. The setup looks like this. [GSM Provider] →[modem]-→