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

RE: get-url checklist

2008-04-15 Thread Srikant Jallapuram
the images and send it to the handset? Please let us know. Thanks in Advance, Srikanth From: ricardo jorge [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 2:25 PM To: users@kannel.org Subject: Re: get-url checklist Hi, I am very new

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
: get-url checklist The fakesmsc doesn't communicate with real devices. It's just for testing without having to use real connections. :) SASKEN BUSINESS DISCLAIMER - This message may contain confidential, proprietary or legally privileged information. In case you

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

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: 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: get-url checklist

2008-04-14 Thread Alejandro Guerrieri
Arturo, Make sure that smsbox is running. You can check using ps or, better, yet, loading the status page (which will tell you also that the box is connected to bearerbox). You should have at least one smsbox instance running. Hope it helps, Alejandro Guerrieri On Mon, Apr 14, 2008 at 5:27

Re: get-url checklist

2008-04-14 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alejandro Guerrieri wrote: | Arturo, | | Make sure that smsbox is running. You can check using ps or, better, Hi Alejandro, yes, smsbox is running. I forgot to mention that fact. Also, I just made a simple test: I had keyword = hi in the service

Re: get-url checklist

2008-04-14 Thread Alejandro Guerrieri
I'd put the log level on 0 on all boxes and check the logs. If the message is received, something should show up in the logs. I suppose that if you say that it's not working, no http request is being made, right? Regards, Alejandro Guerrieri On Mon, Apr 14, 2008 at 5:39 PM, Arturo 'Buanzo'

Re: get-url checklist

2008-04-14 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alejandro Guerrieri wrote: | I'd put the log level on 0 on all boxes and check the logs. If the | message is received, something should show up in the logs. Yeah, I'm pretty sure it's just a failed keyword match... or maybe it just needs to be

Re: get-url checklist

2008-04-14 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alejandro Guerrieri wrote: | I suppose that if you say that it's not working, no http request is | being made, right? some configs and logs: [EMAIL PROTECTED] etc]# cat kannel.conf group = core admin-port = 13000 smsbox-port = 13001