Re: Could not fetch content, sorry.

2012-09-11 Thread Joseph Koech
If you get such a response, try to make sure kannel fetches the required content. Don't try to hack the core files as this will be overridden in future versions of kannel when you upgrade. You can leave the reply-couldnotfetch string empty if you don't want a response (as suggested by Rudy) or pass

Re: Could not fetch content, sorry.

2012-09-11 Thread Rudy Matela
Hello, Doing a little more research on kannel documentation, I've solved the problem. For future reference to someone cheking the log on the list: If you have omit-empty = true on sms-service and on the smsbox group you configure: reply-couldnotfetch = "" Kannel will be silent when no content i

Re: Could not fetch content, sorry.

2011-04-30 Thread Harbhag Singh Sohal
I can get reply from kannel only for max 3 messages. After that it does not reply back and simply stores the SMS in sent-sms table used by sqlbox. I need to restart kannel to get more replies. Why is it so ? On Sat, Apr 30, 2011 at 9:33 PM, Harbhag Singh Sohal wrote: > Ok, I got it. > Actually I

Re: Could not fetch content, sorry.

2011-04-30 Thread Harbhag Singh Sohal
Ok, I got it. Actually I changed the path in the kannel.conf file and it was wrong. I changed the path and everything seems ok now. Now I got this in smsbox-access.log 2011-04-30 21:28:34 SMS HTTP-request sender:+91 request: 'Hello Hello Sender' url: 'http://localhost/~harbhag/test.php?ph

Re: Could not fetch content, sorry.

2011-04-30 Thread Milan P . Stanić
On Sat, 2011-04-30 at 20:49, Harbhag Singh Sohal wrote: > Below is the snippet from the smsbox-access.log file > > 2011-04-30 20:23:07 SMS HTTP-request sender:+91* request: > 'Could not fetch content, sorry.' url: > 'http://localhost/~harbhag/public_html/test.php?phone=%2B91*&t

Re: Could not fetch content, sorry.

2011-04-30 Thread Willy Mularto
Your web server configuration is not correct then. On Apr 30, 2011, at 10:19 PM, Harbhag Singh Sohal wrote: > Below is the snippet from the smsbox-access.log file > > 2011-04-30 20:23:07 SMS HTTP-request sender:+91* request: > 'Could not fetch content, sorry.' url: > 'http://localhost/

Re: Could not fetch content, sorry.

2011-04-30 Thread Harbhag Singh Sohal
Below is the snippet from the smsbox-access.log file 2011-04-30 20:23:07 SMS HTTP-request sender:+91* request: 'Could not fetch content, sorry.' url: 'http://localhost/~harbhag/public_html/test.php?phone=%2B91*&text=not+fetch+content%2C+sorry.' reply: 404 ' 404 Not Found Not

Re: Could not fetch content, sorry.

2011-04-30 Thread Harbhag Singh Sohal
Ok, I am going to read UG one more time(very carefully). I will revert back if I stuck somewhere. Thanks 2011/4/30 Milan P. Stanić : > On Sat, 2011-04-30 at 18:05, Harbhag Singh Sohal wrote: >> The GET variables in the URL (i.e phone and text), is this the phone >> and text from the sender ? > > A

Re: Could not fetch content, sorry.

2011-04-30 Thread Milan P . Stanić
On Sat, 2011-04-30 at 18:05, Harbhag Singh Sohal wrote: > The GET variables in the URL (i.e phone and text), is this the phone > and text from the sender ? All 'variables' are described in userguide in table 6-9 as Parameters (Escape Codes). Did you read userguide carefully? > If yes, then I can

Re: Could not fetch content, sorry.

2011-04-30 Thread Harbhag Singh Sohal
The GET variables in the URL (i.e phone and text), is this the phone and text from the sender ? If yes, then I can use them to retrieve some information from the database based on these variables. Then how can I reply back to kannel with the information that I retrieved? Please help me with this,

Re: Could not fetch content, sorry.

2011-04-30 Thread Milan P . Stanić
On Sat, 2011-04-30 at 14:14, Harbhag Singh Sohal wrote: > When ever I try to send SMS to kannel, I get this reply back to me > "Could not fetch content, sorry." > Which content it is trying fetch? > I think its the issue with the get-url parameter in the sms-service. > The phone and text parameters

Re: could not fetch content, sorry

2010-11-20 Thread I Gede Wijaya S
Hallo, HTTP: Status line: 500 Internal Server <-- It is your web server error. Check your web server log On 11/20/2010 9:12 PM, baunel wrote: hi nobody for help me, please baunel wrote: I have seen this error was found in the online smsBox HTTP: Status line: 500 Internal Server Is this

Re: could not fetch content, sorry

2010-11-20 Thread baunel
hi nobody for help me, please baunel wrote: > > I have seen this error was found in the online smsBox > HTTP: Status line: 500 Internal Server > Is this the problem? > I am joining my file and smsBox kannel.conf; my file script php and file > sql > I tested the service is weight (keyword: poi

Re: could not fetch content, sorry

2010-11-18 Thread baunel
I have seen this error was found in the online smsBox HTTP: Status line: 500 Internal Server Is this the problem? I am joining my file and smsBox kannel.conf; my file script php and file sql I tested the service is weight (keyword: poids) thank you http://old.nabble.com/file/p30247669/smsbox.lo

Re: could not fetch content, sorry

2010-11-18 Thread Nikos Balkanas
Hi, Please post detailed smsbox logs relevant to the problem and configuration. BR, - Original Message - From: "baunel" To: Sent: Thursday, November 18, 2010 1:11 PM Subject: Re: could not fetch content, sorry please nobody has a idea on this message? could not fet

Re: could not fetch content, sorry

2010-11-18 Thread baunel
please nobody has a idea on this message? could not fetch content, sorry i receive this message when i send keyword NOTE to kannel baunel wrote: > > Hi, > I configured kannel 1.4.3 on fedora 13 and it works well. > I can send and receive text messages through the default service group. > > Now