Re: replacing WAP Push on mobile phone

2011-02-15 Thread Latitude Berlin
I was able to replace the reached SMS on the phone using pid. 2011/2/14 Nikos Balkanas nbalka...@gmail.com You cannot replace an SMS once it has reached the mobile. You just send a new one. You could replace an SMS at the SMSc, before reaching the mobile, but kannel doesn't support that

Problem forwarding SMS to URL

2011-02-15 Thread Miguel Duarte
Hello Kannel users, I'm having problems in order to receive SMS. It seems that the SMS is not being forward to the GET-URL parameter. If I manually introduce in my broswers, I'll able to execute the script. I notice that in the apache access.log, there is not connection tentative. As you can see

Re: replacing WAP Push on mobile phone

2011-02-15 Thread Jacob Eiler
You should be able to produce the same result if you encode your wap push by hand and send via sendsms specifying text (user data), udh and binary encoding. I know my operation uses the pid replace functionality when sending out notifications from their voice mail system. However I suspect that

Kannel and Nokia 22 PREMICELL

2011-02-15 Thread becoco
Hi all, I can not connect the Nokia 22 has kannel :-( Here's my config : # modem group = smsc smsc = at modemtype = premicell device = /dev/ttyS0 group = modems id = premicell name = Premicell detect-string = PREMICEL no-pin = true no-smsc = true My log: 2011-02-15 17:57:57 [3040] [0] INFO:

Re: Kannel and Nokia 22 PREMICELL

2011-02-15 Thread Alvaro Cornejo
There is no answer from the modem to kannel... maybe your modem is connected to a port different from /dev/ttyS0... or you are using the wrong cable... Also try with different speeds or use wvdial to find out the correct port config Regards

Re: Kannel and Nokia 22 PREMICELL

2011-02-15 Thread Alvaro Cornejo
Hi try with # wvdialconfig This will search for all active ports and test different speeds. If it does not found anything, it might be a problem with the cable or the modem itself. Hope helps Alvaro

RTSP link in wappush sms

2011-02-15 Thread Emmanuel CHANSON
Hello, I would like to set up a way to open a streaming flow on a mobile. My idea is to send the RTSP link inside a wappush, do you think it is possible? Is it possible to handle 'application/sdp' inside this binary SMS and send it to mobile through kannel ? Regards, Emmanuel