Re: Compiling and Installing

2004-08-17 Thread Aarno Syvänen
You should not ignore it. Touch all your files. Try man touch for details Aarno On 17.8.2004, at 08:40, Jane P. Ifurung wrote: Hello!   I was compiling the Kannel (version 1.2.1) yesterday and I got a warning that says something like “Clock skew detected. Your build may be incomplete”. I ign

Re: Binaries

2004-08-17 Thread Aarno Syvänen
In urls you should escape hex numbers, as %e2%57, etc. Besides, text is always used by Kannel as variable meaning content. Aarno On 17.8.2004, at 00:40, Bret Kumler wrote: Ok, I'm close, I can feel it. Here's the url which is generated. URL = http://localhost:13013/cgi-bin/sendsms? user

RE: [SPAM] - users Digest, Vol 8, Issue 23 - Sending mail server found on relays.ordb.org

2004-08-17 Thread Jane P. Ifurung
to install just do: cd gateway-1.3.2 ./configure make wait for the build to finish then make install this is standard for all GNU style software packages. everything will then be installed in /usr/local please go to the website www.kannel.org and read all the documentation first. you can also fi

Redundant connections

2004-08-17 Thread Alejandro Guerrieri
Hi, I am using Kannel as SMS Gateway to connect to mobile operators using SMPP. One of the carriers I am trying to connect requires me to have redundant connections, so I've set up two SMSC connections with the same ID. Everything works fine, but I'm facing a little problem: If I received a mess

Redundant connections

2004-08-17 Thread Alejandro Guerrieri
I forgot: I am using Kannel 1.2.1 Regards,

Re: [Kannel-Users] Binaries

2004-08-17 Thread Peter Beckman
On Mon, 16 Aug 2004, Bret Kumler wrote: > Ok, > > I'm close, I can feel it. > Here's the url which is generated. > > URL = > http://localhost:13013/cgi-bin/sendsms?user=test&pass=test1&coding=1&to=1909 > 2559651&binary=E257C4C15357BA964FD2BEB0738FF5A002C0010673796E63346A& > udh=06050

RE: Binaries

2004-08-17 Thread Bret Kumler
I changed the parameter from binary to text according to section 6-15 of the user guide. We do convert the binary to hex. The url we generate is http://localhost:13013/cgi-bin/sendsms?user=test&pass=test&coding=1&to=19492 959601&text=E4BB50F9B990619D0010EF30E8CCB43302C0010673796E63346A&ud

RE: Binaries

2004-08-17 Thread Bret Kumler
I've look at the docs, it's a bit confusing, there's so many options. ;) -Original Message- From: Pedro B. [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 5:18 PM To: Bret Kumler Cc: [EMAIL PROTECTED] Subject: Re: Binaries You might want to check table 6-15 on the User Guide, whi

Re: Binaries

2004-08-17 Thread Pedro B.
As Mr. Peter Beckman said, and i quote: "The problems with yours: 1. no binary tag; use text to send the binary message. 2. You must escape the binary message with % signs 3. You must include the count/length of the UDH as the first two chars. I believe yours was 11 long, thus 0x0B

Re: Binaries

2004-08-17 Thread Alejandro Guerrieri
As noted by someone before, you should put "%" before each hex word for kannel to treat it as binary: http://localhost:13013/cgi-bin/sendsms?user=test&pass=test&coding=1&to=19492 > 959601&text=%E4%BB%50%F9%B9... and so on... Same applies to the UDH- Otherwise, you'll receive a nice stream of let

RE: Binaries

2004-08-17 Thread Bret Kumler
Thanks for the heads up, I appreciate all the help. -Original Message- From: Pedro B. [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 11:38 AM To: Bret Kumler Cc: [EMAIL PROTECTED] Subject: Re: Binaries As Mr. Peter Beckman said, and i quote: "The problems with yours: 1. n

Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alejandro Guerrieri
Hi, I've finally found a way dealing with multiple SMSC connections to the same operator. I've found it in an forgotten thread from somelist.com I've got from the Google cache (considering somelist.com is down since some time... I love Goggle cache!). What I did is to set two SMSC connections w

timeouts

2004-08-17 Thread Alejandro Guerrieri
Hi, It seems that Kannel does not have a native way to detect an SMPP link broken... I´ve found this patch that says to solve this: http://insom.me.uk/hacks/kannel-timeouts.html I've check it and post the results. Regards,

RE: Binaries

2004-08-17 Thread Bret Kumler
Apparently I'm not getting all the email replies, I just noticed from http://article.gmane.org/gmane.comp.mobile.kannel.user/7316/match=kannel I never received Peter's response. Strange... I tried the url Peter suggested, no luck. Sorry for all the inquires, I really need to get this figured o

RE: Binaries

2004-08-17 Thread Bret Kumler
Ok, it's working except for 'authorization failed for sms' I see in the debug log. The binary isn't sent. I used the usr/pass I set in the kannel.conf for: Group = sendsms-user Username = test Password = test1 Thanks for your help. -Original Message- From: Pedro B. [mailto:[EMAIL PROTEC

Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alexander Malysh
Hi, I assume, you are using 1.2.1 stable kannel version?! please try with 1.3.2 devel version that is _more_ stable and many many bugs were fixed... Alejandro Guerrieri wrote: > Hi, > > I've finally found a way dealing with multiple SMSC connections to the > same operator. > > I've found it in

Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alejandro Guerrieri
Alexander, Yes, I'm using 1.2.1. We are about going into production state this week, so moving to 1.3.x is not an option now because it would delay everything and I should get the carriers approval again for my then new platform. I'll start trying 1.3.x as soon as this platform goes "live" in a