Re: modem init-string error?

2007-12-13 Thread Alvaro Cornejo
Hi Tim Try to add AT+CMEE=2 to your modem init to enable verbose logging from the modem. This might give you aclue of the problem. Else send the new log to the list Regards Alvaro On Dec 13, 2007 2:43 AM, Timothy Ding [EMAIL PROTECTED] wrote: Dear List, the wavecom modem seems to initialize

SMS to launch app in mobile

2007-12-13 Thread Angel Gomez
Hi all. I 've gone thru the user list archives and the documentation, with no success, looking for a way to send an SMS message with Kannel that launch an application in the mobile phone, as far as I know, the message needs to be sent to a specific port to which the application in the mobile

RE: SMS to launch app in mobile

2007-12-13 Thread info.ubichip
Hello, Please be more specific. There is alternative : 1/ use wap push to send the application Or 2/ personnalized the header UDH in order to send the sms to the correct port Hope that help -Original Message- From: Angel Gomez [mailto:[EMAIL PROTECTED] Sent: jeudi 13

Re: modem init-string error?

2007-12-13 Thread Timothy Ding
Hi Alvaro and list, here are the errors when using different modem init-string ideas? init-string = AT+CNMI=2,2,0,0,0;+CMEE=1 2007-12-13 11:03:43 [16890] [6] DEBUG: AT2[wavecom]: -- AT^M 2007-12-13 11:03:43 [16890] [6] DEBUG: AT2[wavecom]: -- OK 2007-12-13 11:03:43 [16890] [6] DEBUG:

RE: SMS to launch app in mobile

2007-12-13 Thread Steve Rothwell
I think the bit that has been missed is that you need to register the port in the Push-Registry settings in the Jad file also I think, but cannot remember in detail, you need code in the app. You definitely need code if you want to use the SMS data if you don't use the data then just the

RE: SMS to launch app in mobile

2007-12-13 Thread Angel Gomez
Thank's to both. The application is already installed in the mobile phone and binded to a port ( 16555 in this case ). Also, we are able to launch it sending an SMS message with another phone via a j2me app. I found this thread in kannel user-list

sendsms just hanging with UCP/EMI

2007-12-13 Thread christof.baumgaertner
I have kannel 1.4.1 running with this configuration: group = core admin-port = 13000 admin-password = test1 status-password = test2 admin-deny-ip = *.*.*.* admin-allow-ip = 127.0.0.1 smsbox-port = 13001 #box-deny-ip = *.*.*.* #box-allow-ip =

Re: SMS to launch app in mobile

2007-12-13 Thread Jinson
Hey... we need to send the sms to that specific port ...we can not read the sms coming to inbox from a j2me app. I did one app once..at that time i used SMSLib a java api to send sms to a particular port and that worked fine :) On 12/14/07, Angel Gomez [EMAIL PROTECTED] wrote: Thank's to

RE: clarrify kannel

2007-12-13 Thread info.ubichip
it exist a smpp plugins to make kannel act as a smsc, but it is not free, you should ask the creator of kannel ;-) to use kannel as smpp client, it is built in. hope that help _ From: teoh [mailto:[EMAIL PROTECTED] Sent: jeudi 13 décembre 2007 21:38 To: users@kannel.org Subject:

clarrify kannel

2007-12-13 Thread teoh
can i use kannel to act as smpp client to connect to a smsc elsewhere and also, use another smpp client to connect to this same kannel at the same time. ? or kannel can only connected through http ? thank you for clarifying. smpp client -- kannel --- smsc