Re: Newbie question

2008-10-16 Thread Quoc-Quang SRENG
Hello everyone, I'm also trying to use the fakesmsc to make some load testing on our server but I think there is something I'm missing. Like you, Guillaume, I have succeeded in sending short messages through my regular SMSC / broker, using a http request (lynx -dump "http://127.0.0.1/sendsms?...";)

Re: Newbie question

2008-10-16 Thread Quoc-Quang SRENG
Guillaume, Which version of Kannel are you using ? On mine, the bearerbox and smsbox binaries are in the /usr/sbin directory but I can't find any fakesmsc. what does your kannel directory contain ? I can' t find a directory with any consistent files. On Thu, Oct 16, 2008 at 11:38 AM, Guillaume G

Does anybody have sucessfully used kannel OMA or OTA provisioning ?

2008-10-16 Thread Guillaume Godart
Hi, I would be very happy to discuss with anybody successfully used kannel OMA or OTA provisioning... For OMA I used this url : http://localhost:13013/cgi-bin/sendota?from=32495869074&to=32495869074&text=wap-provisioningdoc_xml_text&username=foo&password=bar&type=oma-settings For OTA I used this

Re: Newbie question

2008-10-16 Thread Guillaume Godart
Hi, I compiled sources on ubuntu 8.04 and after that the executable fakesms was effectively in kannel_dir/test and I used the command command : kannel_dir/test/fakesmsc -i 0.01 -m 0 "123 345 text default" and I can control kannel sms flows with the contrib/kannel-monitor/index.php page (deplace

Re: Newbie question

2008-10-16 Thread Guillaume Godart
I firstly tryied synaptic version of kannel but it didn't work, then I downloaded last 1.4.1 version zip file source code : http://www.kannel.org/download/1.4.1/gateway-1.4.1.zip and then unzip, ./configure (without any parameter) and make (without any parameter) and make check and sudo make insta

RE: Does anybody have sucessfully used kannel OMA or OTA provisioning ?

2008-10-16 Thread Kaneza Innocent
I tried and got the same problem too! -Original Message- From: Guillaume Godart [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 15:47 To: users@kannel.org Subject: Does anybody have sucessfully used kannel OMA or OTA provisioning ? Hi, I would be very happy to discuss with an

RE: Does anybody have sucessfully used kannel OMA or OTA provisioning ?

2008-10-16 Thread Guillaume Godart
Well after more tests I'm able to send an short OMA sms but if it is bigger (probably bigger than one wbxml sms) it doesn't work. Does kannel meet troubles sending wbxml pieces in many sms ? Le jeudi 16 octobre 2008 à 16:17 +0200, Kaneza Innocent a écrit : > I tried and got the same problem

sms-service question

2008-10-16 Thread Carlos Ruiz Diaz
Hello all. After a lot of searching and reading I finally make kannel works. Now, today, I have a new problem to get over. I want to catch the incoming SMSs to my number and do some operation if some word is found, a common sms service. I do read the manual and I write the exact example that I foun

Interactive SMS

2008-10-16 Thread Carlos Ruiz Diaz
Hello list. I wonder if there is any way to browse a wap page using SMSs. For instance, I have a simple wml page with 2 options, A and B. In normal cases the user will open the page URI and choose one of them but I want to transport that page into interactive SMSs and send those two options, then,

Re: Interactive SMS

2008-10-16 Thread Alejandro Guerrieri
Carlos, Of course you could program a system that responds an SMS with a wap-push that points to a particular wap page, but I'm not sure if that's what you're trying to achieve. Could you please clarify further? Regarding sending wap pages using SMS transport, that sounds a lot like [EMAIL PROTEC

Re: sms-service question

2008-10-16 Thread Alan McNatty
Hi Carlos Carlos Ruiz Diaz wrote: Hello all. After a lot of searching and reading I finally make kannel works. Now, today, I have a new problem to get over. I want to catch the incoming SMSs to my number and do some operation if some word is found, a common sms service. I do read the manual and