Re: get-url checklist

2008-04-15 Thread ricardo jorge
Hi, I am very new to Kannel as well. Your configuration seems fine to me.. Anyway, to configure the fakesmsc you need to create an entry in you kannel.conf # SMSC Fake group = smsc smsc = fake smsc-id = 1 port = 13013 Then you must find the fakesmsc executable. Its location depends on your

wap push project

2008-04-15 Thread mohmmad jarwan
Hi i want to do wap push project to send ringtone and pictuer to mobile this is my kannel config / group = core admin-port = 15000 admin-password = ros123 admin-deny-ip = *.*.*.* admin-allow-ip = wapbox-port = 13002

RE: get-url checklist

2008-04-15 Thread Srikant Jallapuram
Hi Ricardo, Where does the kannel pick up the content from like ringtones and the images? We have also been trying for the same configuration that was being reported earlier. Is there a configuration in kannel which specifies the directory location from where this fakemsc will pick up the

Re[2]: wap push project

2008-04-15 Thread seik
the rich media content can not be sent to the mobiles you send the location of the content via WAP PUSH sms regarding the wap push creation, sending and delivery reports search the mailing list, there are several very detailed explanations for. -Original Message- From:

Re: wap push project

2008-04-15 Thread mohmmad jarwan
thanks but how can i send the contant to mobile and how i can tell him where contant location ? seik [EMAIL PROTECTED] wrote: in short, you do not send directly any content to the recipient via wap push its binary sms providing the receiver's mobile device with information about the URL of web

RE: get-url checklist

2008-04-15 Thread Ricardo Jorge
The fakesmsc doesn't communicate with real devices. It's just for testing without having to use real connections. :)

RE: get-url checklist

2008-04-15 Thread Srikant Jallapuram
Yes, you are right. And we are not using real devices but software phone simulators with WAP/SMS capabilities over IP. Thanks, Srikanth From: Ricardo Jorge [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 2:33 PM To: users@kannel.org Subject: RE:

Re: get-url checklist

2008-04-15 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 ricardo jorge wrote: | Hi, Hi! | Anyway, to configure the fakesmsc you need to create an entry in you | kannel.conf I didn't realize I needed a FakeSMSC configuration block to make get-url work... - -- Arturo Buanzo Busleiman Reliable

Unsubscribe

2008-04-15 Thread Patrick Mignott
Unsubscribe

queued messages?

2008-04-15 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 What does this mean (status page)? SMS: received 1 (50 queued), sent 0 (0 queued), store size 50 Could it be related to the smsbox_list empty warning?? also, I'm using this new config for my sms-service: group = sms-service

Re: get-url checklist

2008-04-15 Thread Alejandro Guerrieri
You don't! fakesmsc is to simulate a connection with a real smsc. On a real scenario, you get: smsc --[smpp]-- bearerbox --[socket]-- smsbox --[get-url]-- application fakesmsc changes the first leg to: fakesmsc --[socket]-- bearerbox -- Regards, Alejandro On Tue, Apr 15, 2008 at 8:53 AM,

Re: get-url checklist

2008-04-15 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alejandro Guerrieri wrote: | fakesmsc is to simulate a connection with a real smsc. On a real | scenario, you get: [...] Yes, that's what I thought ;) Anyway, I don't understand what's wrong with this setup... and the smsbox_list empty warning

Re: queued messages?

2008-04-15 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alejandro Guerrieri wrote: | All boxes are reading the same conf files right? all localhost. But I just solved it. I commented out this: group = smsbox #smsbox-id = SMSBox1 restarted kannel... and the queue was processed, and all get-url

Re: queued messages?

2008-04-15 Thread Alejandro Guerrieri
All boxes are reading the same conf files right? On Tue, Apr 15, 2008 at 10:09 AM, Arturo 'Buanzo' Busleiman [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 What does this mean (status page)? SMS: received 1 (50 queued), sent 0 (0 queued), store size 50

Re: get-url checklist

2008-04-15 Thread Alejandro Guerrieri
The smsbox_list empty message indicates that bearerbox doesn't know where to send this message to. Your conf looks fine at first sight. Have you tried matching a specific keyword, or removing the catch-all variable (default should work anyway). Also, try replacing the get-url with: text = Hello

Re: Re[2]: wap push project

2008-04-15 Thread Juan Nin
On that Wap Push you're sending an SI (Service Indication) which contains the URL of the content to download So you must serve your content on a webserver On Tue, Apr 15, 2008 at 6:50 AM, seik [EMAIL PROTECTED] wrote: the rich media content can not be sent to the mobiles you send the

unicode working http request

2008-04-15 Thread Gerardo Segura
Hello dear all, Firstly sorry to ask that ubiquitous question again. Only this time is more simple, not about the encoding process but the plain invocation to cgi-bin/sendsms If anyone has successfully sent unicode text, in the kindest form I ask him/her to share just one working HTTP-GET