Re: WAP-Push with Nokia 6210

2010-06-15 Thread Thomas Sieh
Hi Nikos, I have read you E-Mail again and have seen, that you wrote single sms, not simple sms, sorry. The Problem occurs at every time. Not only after start or the first bulk. i have already tested -- and did it again after your tip -- to set up need-sleep. I tried all variations of

Re: WAP-Push with Nokia 6210

2010-06-15 Thread Thomas Sieh
/bb_smscconn.c. Please explain, Nikos - Original Message - From: Thomas Sieh ts...@gmx.de To: Nikos Balkanas nbalka...@gmail.com Cc: users@kannel.org Sent: Tuesday, June 15, 2010 6:00 PM Subject: Re: WAP-Push with Nokia 6210 Hi Nikos, I have read you E-Mail again and have seen, that you

Re: WAP-Push with Nokia 6210

2010-06-13 Thread Thomas Sieh
Hi Nikos, I have done some more tests. the Problem is, that when I send the first message, it is stored in the queue, but will not be send. regardless if it is a wap push message or a normal mo push sms. the same with all other following messages. but then, for me not obviously, kannel sends a

Re: WAP-Push with Nokia 6210

2010-06-12 Thread Thomas Sieh
hi, thank you for your interrest. Here are my logs again, beginning at the point when I have sent the message. Posting regular messages is no problem. The PAP- and SI-file are generated in the send_wappush2.php script (see below). br, thomas

Re: WAP-Push with Nokia 6210

2010-06-12 Thread Thomas Sieh
Sorry, i am NOT able to send normal SMS.

WAP-Push with Nokia 6210

2010-06-11 Thread Thomas Sieh
hi, i use a nokia 6210 as smsc. when i try to send a wap push sms, i get a generic error. the strange thing is that the message will be send after a restart of kannel. before that it don't leave the queue. have someone of you an idea what could be wrong? thx thomas here my conf and the

Re: WAP-Push with Nokia 6210

2010-06-11 Thread Thomas Sieh
, 2010 at 02:37:56AM +0200, Thomas Sieh wrote: | hi, | | i use a nokia 6210 as smsc. when i try to send a wap push sms, i get a | generic error. the strange thing is that the message will be send | after a restart of kannel. before that it don't leave the queue. | | have someone of you an idea what

Re: need help

2010-06-08 Thread Thomas Sieh
hi, have you tried patch -p1 smppbox.patch are you in the main directory of kannel source? is the patch in the same directory? br, thomas On Wed, Jun 09, 2010 at 05:16:27AM +0700, budi wibowo wrote: | hi | i downloaded the latest cvs of kannel and try to implement smppbpx patch | from

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-07 Thread Thomas Sieh
again! Now somebody else perhaps can use my experience, if they get the same problem as me with the malfunctioning exec-statement :-) | | | | Regards, | Martin | | | On Jun 7, 2010, at 4:35 AM, Thomas Sieh wrote: | | this should not be your problem. if you execute the script by hand and | you

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-07 Thread Thomas Sieh
, 2010, at 3:34 PM, Thomas Sieh wrote: | | | hi, | | but when you run the script by typing | /Users/path/to/the/script/sms.sh x y z | n your console you get any output to | the sms_messages.txt file? | | Another thing you can try is typing in your terminal: | | which bash

Re: configure isn't creating a make

2010-06-07 Thread Thomas Sieh
have you installed make? try in the console which make otherwise search for make in synaptics or type sudo apt-get install make On Mon, Jun 07, 2010 at 01:07:24PM -0400, Ian Ring wrote: I've run ./configure, and it spews out piles of stuff. The first time I ran it, I was missing libxml...

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Thomas Sieh
hi, if you want to receive messages you have to set up a sms-service in your config. there are multiple ways. you can send the content via parameters to a script (see exec) or to an url, for example (get-url). the content of the message is accessible by the parameters like %b for full binary

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Thomas Sieh
= http://127.0.0.1/receive_sms?from=%qdate=%ttext=%a | | | | | | Regards, | Martin | | | | On Jun 6, 2010, at 5:51 PM, Thomas Sieh wrote: | | hi, | | if you want to receive messages you have to set up a sms-service in your | config. there are multiple ways. you can send

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Thomas Sieh
that it | received a message | | Any clues from here on? | | Thanks for all the help... | | | Regards, | Martin | | | | On Jun 6, 2010, at 8:53 PM, Thomas Sieh wrote: | | hi again, | | At first you have to declare the location, which will handle the | incoming messages. In your case you

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Thomas Sieh
hi, have you set execution permission for the script? BR, Thomas On Mon, Jun 07, 2010 at 03:36:59AM +0200, Martin J. wrote: | Hi, | | Ok, now I'm closer than ever... the link below has +rw and now smsbox | reads the message and my phone number, when it receives an sms... The | only thing I'm

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Thomas Sieh
with the content? you could create it as the user who executes the script and check for write permissions. BR, Thomas On Mon, Jun 07, 2010 at 04:07:49AM +0200, Martin J. wrote: | On Mon, Jun 7, 2010 at 3:59 AM, Thomas Sieh ts...@gmx.de wrote: | hi, | | have you set execution permission for the script

Re: Newbie: How to send multiple messages to sms recipients?

2010-06-06 Thread Thomas Sieh
this should not be your problem. if you execute the script by hand and you don't get the corresponding output in the result file, there is a problem with the script. I think with the permission from the resultfile, if you have execute permissions to the script file. br, thomas On Mon, Jun 07,

WAP-Push with Nokia 6210 as SMSC

2010-05-23 Thread Thomas Sieh
Hi @all, I have got a Nokia 6210 as SMSC. When I send a WAP Push message to the PPG I get a unforseeable number of Generic Errors - up to 30 - and then it will send the message successfully. What could be the Problem? I have tryed already to change sleep-times and other modem options without

Re: WAP-Push with Nokia 6210 as SMSC

2010-05-23 Thread Thomas Sieh
Hi @all again, I found the mistake by myself... keepalive = true is not a valid value. After changing to 5 it works fine. How stupid :) Thanks Thomas On Sun, May 23, 2010 at 08:41:15PM +0200, Thomas Sieh wrote: | Hi @all, | | I have got a Nokia 6210 as SMSC. When I send a WAP Push message

Re: Motorola Razr V3 SMS Receive

2010-05-13 Thread Thomas Sieh
On Wed, May 12, 2010 at 09:03:04PM +0300, Nikos Balkanas wrote: Hi, Your email reached us as a series of attachments. Weird. crazy :) No. I mean sending from your Motorolla mobile, that is used as a modem, to another mobile, that can accept wap pushes. Have you tried it? How to send wap

Re: Motorola Razr V3 SMS Receive

2010-05-12 Thread Thomas Sieh
On Wed, May 12, 2010 at 08:15:11AM +0300, Nikos Balkanas wrote: Hi, You mentioned that this is a phone, not a dedicated modem. Have you tried pushing wap phone to phone? Some of the destination phones are not setup to receive ppg by default. I have configured the receiver handset to accept