Could not fetch content, sorry.

2011-04-30 Thread Harbhag Singh Sohal
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 in the url are used for what ? Below are my current config file

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.

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,

SMS from sqlbox - Problem when sending more that 160 char with greek letters

2011-04-30 Thread Mike Nakos
Hello all, I have a problem when sending SMS with more than 160 characters from sqlbox. Specifically, the problem is with greek letters (DELTA, SIGMA etc). All latin letters transmitted successfully. I insert the message of sms url-encoded. So, for DELTA I give %10 and so on. I also set the fiel

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
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 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 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 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 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 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

kannel responds to max 3 messages

2011-04-30 Thread Harbhag Singh Sohal
this is my sms-service group group = sms-service keyword-regex = .* catch-all = yes accepted-smsc = huawei_e220 max-messages = 3 get-url = "http://localhost/~harbhag/test.php?phone=%p&text=%a"; On receiving MO, kannel replies back to the mobile. But it replies back to max 3 SMS after that, it star

Re: SMSC routing problem

2011-04-30 Thread Nikos Balkanas
Hi, Actually Gerardo's first suggestion (allowed-smsc-id) is preferable for what you want to do. In the case of only 2 smscs it doesn't really make a difference, though. It is simpler also to use smsc= in your sendsms url instead of focing an smsc based on passwords: http://localhost:13013

Re: kannel responds to max 3 messages

2011-04-30 Thread Nikos Balkanas
Hi, You specify in sms-service: max-messages = 3 and you are wandering why kannel doesn't reply for longer messages? Have you read the UG about it? BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Saturday, April 30, 2011 8:31 PM Subject: kannel responds to ma

Re: Can Opensmppbox request for DLR and log

2011-04-30 Thread Nikos Balkanas
Hi, 1) smppbox doesn't request DLRs on its own. However, it will forward to bb an DLR request received from the client. 2) There are the same application and access logs as with the rest of kannel. BR, Nikos - Original Message - From: Ige David O. To: users Sent: Saturday, April 30,

Re: SMS from sqlbox - Problem when sending more that 160 char with greek letters

2011-04-30 Thread Nikos Balkanas
Hi, Try to send iso-8859-7 encoded SMS. Then post any warnings in bb log. I suspect, it could be that sqlbox is not observing kannel's encoding standards and sends latin1 instead of UTF-8 to bb. BR, Nikos - Original Message - From: "Mike Nakos" To: Sent: Saturday, April 30, 2011 3

Re: kannel responds to max 3 messages

2011-04-30 Thread Harbhag Singh Sohal
No, I did not mean that. It does not reply even for shorter messages. Like messages containing less than 10 characters. I read the UG about max-messages and I think it specify in how many no. of parts a messages should be aplit if its more than 160 chars. But I have fixed reply message. Whenver kan

Re: kannel responds to max 3 messages

2011-04-30 Thread Nikos Balkanas
Hi, Please post detailed bb logs and smsbox logs demonstrating the problem. BR, Nikos - Original Message - From: "Harbhag Singh Sohal" To: Sent: Sunday, May 01, 2011 6:21 AM Subject: Re: kannel responds to max 3 messages No, I did not mean that. It does not reply even for shorter

Re: kannel responds to max 3 messages

2011-04-30 Thread Harbhag Singh Sohal
Bearerbox log 2011-05-01 09:27:41 [20261] [6] INFO: AT2[huawei_e220]: opening device 2011-05-01 09:27:41 [20261] [0] INFO: Kannel bearerbox II version 1.5.0 starting 2011-05-01 09:27:41 [20261] [0] INFO: MAIN: Start-up done, entering mainloop 2011-05-01 09:27:41 [20261] [0] DEBUG: AT2[huawei_e220]