Re: wap push to midlet

2009-12-16 Thread Nikos Balkanas
Hi, Sorry, but the SMS is exactly like wap push. In fact, wap push is sent over as SMS. But you have to watch to have the correct udh and wbxml encoding. If not, it won't show up. Of course the major issue is your middlet. This is something you have done, and we cannot debug it for you. To see

Re: problem with routing sms to proper smsc

2009-12-16 Thread Nikos Balkanas
Hi, Rerouting is something else. Your question is obviously about routing. Please post detailed bb logs from startup, leading up to the problem. Probably smscs are inactive, i.e. have not started up. BR, Nikos - Original Message - From: "Pawel Bunko" To: Sent: Wednesday, December

Re: wap push to midlet

2009-12-16 Thread Henri Hovi
Well, when I send the SMS to start the application by using middlet push registry service, i just send an empty SMS to the port on the device which is configured for the middlet in JAD. So I don't consired it as a wap push. -- H 2009/12/16 Nikos Balkanas > Hi, > > Sorry, but the SMS is exactly

Re: could not write to device -- problem with the usb connection?

2009-12-16 Thread Nikos Balkanas
Hi, Yes. 1) Type: dmesg | grep tty to find verify that you have the correct modem port. 2) With mincom or wvdial communicate with modem at said port to see if it is working. You will have to have write permissions to device or, in some systems, belong to group dial. 3) Configure kannel with

Re: wap push to midlet

2009-12-16 Thread Nikos Balkanas
Hi, I don't know what you are doing with your middlet. That's your business. But 06 in udh header means wap push protocol, and wbxml body is from wap push specs. This is still a wap push to a different port, and it is send over SMS. BR, Nikos - Original Message - From: Henri Hovi

Re: wap push to midlet

2009-12-16 Thread Rajeev Agarwal
if i dont use the midlet, the whoel thing is working perfectly fine!!!.. i know, there is some problem with the midlet!.. 2009/12/16 Nikos Balkanas > Hi, > > I don't know what you are doing with your middlet. That's your business. > But 06 in udh header means wap push protocol, and wbxml

Re: wap push to midlet

2009-12-16 Thread Henri Hovi
When the midlet receives the notification from push registry, how do you "capture" the body of the "WAP Push"? Based on my knowledge,it just notifies the midlet to be executed and not forward any information for it from the message. Of course, could be that I have missed some part from the docs...

Re: wap push to midlet

2009-12-16 Thread Rajeev Agarwal
I am using the song ericsson ping pong midlet. 2009/12/16 Henri Hovi > When the midlet receives the notification from push registry, how do you > "capture" the body of the "WAP Push"? Based on my knowledge,it just notifies > the midlet to be executed and not forward any information for it from t

Re: wap push to midlet

2009-12-16 Thread Henri Hovi
So then You must use SE forum for the issues, since the Kannel part seems to work well... -- Henri On Wed, Dec 16, 2009 at 11:43 AM, Rajeev Agarwal wrote: > I am using the song ericsson ping pong midlet. > > 2009/12/16 Henri Hovi > >> When the midlet receives the notification from push registr

OMA Sync Settings

2009-12-16 Thread Nitin Gupta
Hi all I am trying to send a OMA OTA SyncML settings using Kannel 1.4.3. The message is getting delivered on the client handset and it also asks for a pin. When i enter the pin, the message gets opened but it is incomplete i.e. it does not have the settings. When I save the message, nothing gets

Re: OMA Sync Settings

2009-12-16 Thread Nikos Balkanas
Hi, Please use latest CVS. There was an issue with OMA and 1.4.3 when it was released. BR, Nikos - Original Message - From: "Nitin Gupta" To: Sent: Wednesday, December 16, 2009 12:55 PM Subject: OMA Sync Settings Hi all I am trying to send a OMA OTA SyncML settings using Kanne

Re: problem with routing sms to proper smsc

2009-12-16 Thread Paweł Buńko
Nikos Balkanas pisze: Hi, Rerouting is something else. Your question is obviously about routing. Please post detailed bb logs from startup, leading up to the problem. Probably smscs are inactive, i.e. have not started up. I was talking about routing all smsc were active when I added forc

Re: problem with routing sms to proper smsc

2009-12-16 Thread Nikos Balkanas
That's because you have a typo. You should use: &smsc= in your URL instead of: &smsc-id= BR, Nikos - Original Message - From: "Pawel Bunko" To: "Nikos Balkanas" Cc: Sent: Wednesday, December 16, 2009 1:27 PM Subject: Re: problem with routing sms to proper smsc Nikos Balkanas

Re: problem with routing sms to proper smsc

2009-12-16 Thread Paweł Buńko
Nikos Balkanas pisze: That's because you have a typo. You should use: &smsc= in your URL instead of: &smsc-id= thanks a lot :) stupid mistake BR, Nikos - Original Message - From: "Pawel Bunko" To: "Nikos Balkanas" Cc: Sent: Wednesday, December 16, 2009 1:27 PM Subject: Re: pro

Re: HTTP connection URL through Binary SMS or PPG ?

2009-12-16 Thread Emmanuel CHANSON
Thanks Henri, So if I understand well Wapbox is mandatory in this situation. At least to compile the PAP xml ? then send a SMS ? PPG can not be used alone for this task? I mean what are the necessary steps to perform: HTTP Interface ? -> PPG -> Wapbox -> SMS -> Mobile Station I have to check how

Re: ppg and wap user

2009-12-16 Thread Emmanuel CHANSON
Hello Rajeev, Just curious, how do you encode the URL below? I am looking for the same things: To send a SMS to mobile in order to make it openning an URL. Regards, Emmanuel 2009/12/16 Henri Hovi > No, because You have formatted the WAP push on the application server. > Can't save that if it'

Install Kannel With MySQL on Mac Leopard 10.5.8

2009-12-16 Thread uYe
Hi, I'm trying to install kannel with mysql support on Mac Leopard 10.5.8. And I got these error during configure and make On configure phase: Configuring DB support ... checking whether to compile with MySQL support... searching checking for mysql_config... /usr/local/mysql/bin/mysql_config ch

Re: Install Kannel With MySQL on Mac Leopard 10.5.8

2009-12-16 Thread Alejandro Guerrieri
Seems like you're missing the mysql headers. Check if mysql.h is on /usr/local/mysql/include/mysql or someplace else. Regards, Alex On Thu, Dec 17, 2009 at 2:25 AM, uYe wrote: > Hi, > I'm trying to install kannel with mysql support on Mac Leopard 10.5.8. And > I got these error during configur

Re: Install Kannel With MySQL on Mac Leopard 10.5.8

2009-12-16 Thread uYe
mysql.h is in /usr/local/mysql/include/mysql. And I have locate it with --with-mysql-dir=/usr/local/mysql It should be ok I guess, but why configure fail to find it while the file is exists Willy sangpr...@gmail.com On Dec 17, 2009, at 2:00 PM, Alejandro Guerrieri wrote: Seems like you'

Re: HTTP connection URL through Binary SMS or PPG ?

2009-12-16 Thread Henri Hovi
The flow You explain is correct, but after You have sent it to PPG, it will take care of sending the SMS.. . So You just push the PAP message to the PPG url configured to Kannel. if You use PHP, You can use cUrl to do the communication between Your application and Kannel. Alternative solution is t

Re: Install Kannel With MySQL on Mac Leopard 10.5.8

2009-12-16 Thread Alejandro Guerrieri
I think it has to do with the kind of tree used. Usually it's /usr/local/include/mysql and /usr/local/lib/mysql, and you'd use --with-mysql=/usr/local In your case you're apparently using a "mysql" dir inside /usr/local and then another "mysql" dir inside include, which is probably confusing the

Re: Install Kannel With MySQL on Mac Leopard 10.5.8

2009-12-16 Thread uYe
Now the problem solved by doing symbolic link /usr/local/mysql/lib/ mysql /usr/local/mysql/lib/ And now another error happen during make ... libtool -static -o libwap.a wap/cookies.o wap/timers.o wap/wap.o wap/ wap_addr.o wap/wap_events.o wap/wsp.o wap/wsp_caps.o wap/wsp_headers.o wap/wsp_pdu.