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

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

Re: WAP-Push with Nokia 6210

2010-06-11 Thread Thomas Sieh
un 12, 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

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 -send_wappush2.php--

Re: WAP-Push with Nokia 6210

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

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 f

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

Re: WAP-Push with Nokia 6210

2010-06-15 Thread Thomas Sieh
t empty. Also > you removed debugs from gw/bb_smscconn.c. > > Please explain, > Nikos > - Original Message - From: "Thomas Sieh" > To: "Nikos Balkanas" > Cc: > Sent: Tuesday, June 15, 2010 6:00 PM > Subject: Re: WAP-Push with Nokia 6210 &g

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 ac

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

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 to

Re: Urgent! HELP!

2010-06-02 Thread Thomas Sieh
hi, have you changed the settings from the phone to the correct smsc? br, thomas On Wed, Jun 02, 2010 at 01:38:35PM +0800, Peter Lum wrote: | Hi | | I got another strange problem.. | | I am able to send/receive SMS from one operator but can't if I use a mobile | phone from another operator? |

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 messa

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

2010-06-06 Thread Thomas Sieh
group = sendsms-user | username = tester | password = foobar | #user-deny-ip = "" | #user-allow-ip = "" | | #group = sms-service | #keyword = nop | #text = "You asked nothing and I did it!" | | # There should be always a 'default' service. This service is used

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

2010-06-06 Thread Thomas Sieh
new init-string and I hope that init-string can enable | me to read text message and extract them from the phone... It's a good thing | that it at least gets the CMTI notification, so it understands that it | received a message | | Any clues from here on? | | Thanks for all the help... | | |

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 m

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

2010-06-06 Thread Thomas Sieh
h 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 wrote: | > hi, | > | > have you set execution permission for the scri

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,

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

2010-06-07 Thread Thomas Sieh
h I guess I can live with (search and replace plus'es with blank spaces or something)... | | | Any comments? | | And thanks again! Now somebody else perhaps can use my experience, if they get the same problem as me with the malfunctioning exec-statement :-) | | | | Regards, | Martin | |

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

2010-06-07 Thread Thomas Sieh
uot;thank you for your vote on ")... That would be a nice assignment for me to do in the coming week :-) | | | | Regards, | Martin | | On Jun 7, 2010, at 3:34 PM, Thomas Sieh wrote: | | > | > hi, | > | > but when you run the script by typing | > /Users/path/to/the/script