optional parameters

2009-06-08 Thread narendra reddy
Hi list, according to my requirement i want to use some optional parameters in my project. how can i add the optional parameters in the config file .pls give me some guidence regarding on optional parameters. Best Regards, K.narendra

Nokia E71 modem

2009-06-08 Thread Pietro Guerrieri
Hi to all my scenario is: send sms with my nokia E71 and receive sms from my nokia E71 using KANNEL my smskannel.conf is: group = smsc smsc = at device = /dev/ttyACM0 smsc-id = Nokia_smsc connect-allow-ip = 127.0.0.1 group = modems id = nokia name = Nokia but i get this error 2009-06-08

Re: sendota problems

2009-06-08 Thread Nikos Balkanas
Oops! Forgot to ask. Can't you use a characteristic-list xml document to do your job? Kannel fully supports those! BR, Nikos - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: Julien Buratto julien.bura...@gmail.com Cc: tom...@megalogika.lt; users@kannel.org; Pai Peng

Re: optional parameters

2009-06-08 Thread Nikos Balkanas
Hi, For command line parameters, you should use gwlib/utils.c: get_and_set_debugs. For configuration variables define them in gwlib/cfg.def. Then you have to support them from the code. Note that if you do that, you will branch off cvs, and updates will require merging, which is much more

Re: Nokia E71 modem

2009-06-08 Thread Nikos Balkanas
Hi, In your smsc configuration include: modemtype = id where id is the appropriate id from modems group. Play around with different modem definition, until you get it right. Seems your mobile doesn't support your initialization string AT + CNMI. You may have to provide your own. BR, Nikos

Configuration files

2009-06-08 Thread Suresh Vemparala
Hi All, I have installed Kannel1.4.3 on CentO.S 5.2 without any errors (./configure, make and make install). But the folders are not in the correct places i.e., if i find kannel.conf it is in the following locations where i downloaded kannel. /usr/src/gateway-1.4.3/debian/kannel.conf

Re: sendota problems

2009-06-08 Thread Julien Buratto
Hi Nikos, I've been happily using wap-provisioningdoc for a long time on 1.4.1... quite strange the implementation has been removed from 1.4.3.. Julien 2009/6/8 Nikos Balkanas nbalka...@gmail.com: Oops! Forgot to ask. Can't you use a characteristic-list xml document to do your job? Kannel

Re: Nokia E71 modem

2009-06-08 Thread Pietro Guerrieri
i try this configuration, but i have the same problem group = smsc smsc = at modemtype = nokiaphone device = /dev/ttyACM0 my-number = 7 connect-allow-ip = 127.0.0.1 log-level = 0 include = /kannel/gateway-1.4.1/doc/examples/modems.conf In modems.conf group = modems id = nokiaphone name =

Re: Nokia E71 modem

2009-06-08 Thread Alejandro Guerrieri
Hi Pietro, are we family? ;) The CNMI parameter is a tricky one. Each modem seems to have some special tweak. You need to check your modem's documentation for the correct string and tweak your modem initialization string. Hope it helps, Alejandro Guerrieri On Mon, Jun 8, 2009 at 12:12 PM,

Re: Configuration files

2009-06-08 Thread Nikos Balkanas
Hi, And neither you should, unless you use a binary distro. Example configuration files are in gateway-1.4.3/doc/examples/kannel.conf. Copy them and customize them to your liking. BR, Nikos - Original Message - From: Suresh Vemparala svempar...@wiselinktechnologies.com To: kannel

WAS sendota not using wbxml but plain xml from devel list

2009-06-08 Thread Julien Buratto
Hi, I'm moving the topic on the user list as per request. Based on the fact that I have both installed 1.4.1 and 1.4.3 compiled (with the same options) on the same machine and running on the same machine, and I'm using the same HTML form to post data to 1.4.1 and 1.4.3, I can firmly exclude that

Re: Configuration files

2009-06-08 Thread Suresh Vemparala
Thanx for the info. Yes i could see the example file there. I will copy it to /etc and will test with fake sms. Pls let me kno wat are the credentials i shud use for a successful test??? Iam unable to start the services. if i issue # service kannel start, it is giving unrecognized service. Pls

Re: sendota problems

2009-06-08 Thread Julien Buratto
I think I will have no choice and I will try to convert it to characteristic-list .. Julien 2009/6/8 Julien Buratto julien.bura...@gmail.com: Hi Nikos, I've been happily using wap-provisioningdoc for a long time on 1.4.1... quite strange the implementation has been removed from 1.4.3..

Re: SQLBox with utf8 chars

2009-06-08 Thread Julien Buratto
Hi TIA, I think that somehow you will need to change the code, however there is a tutorial on stored procedures on mysql here: http://www.brainbell.com/tutorials/MySQL/Using_Stored_Procedures.htm I woudl prefer to see the code as a patch in kannel if required to work rather than rely on a

Re: Nokia E71 modem

2009-06-08 Thread Pietro Guerrieri
i don't found the CNMI parameter in the phone's documentation How i can send and receive SMS with Kannel? On Mon, Jun 8, 2009 at 12:22 PM, Alejandro Guerrieri alejandro.guerri...@gmail.com wrote: Hi Pietro, are we family? ;) The CNMI parameter is a tricky one. Each modem seems to have some

long messages

2009-06-08 Thread narendra reddy
Hi list , if I want to send long message (i.e more than 160 charecters) .it will splitted that's fine.but how simulator find out that two messages are same and how to send to smsc and how the smsc will add it as one message .and how send it to mobile

Re: long messages

2009-06-08 Thread Marcin Bockowski
2009/6/8 narendra reddy kamaninaren...@gmail.com: Hi  list ,   if I want to send long message (i.e more than 160 charecters) .it will splitted that's fine.but how simulator find out that two messages are same and how to send to smsc and  how the smsc will  add

nokia 6230 SMSC +CMS ERROR: 500

2009-06-08 Thread Pietro Guerrieri
i had try with nokia E71, but it didn't work. now i try with nokia 6230 this is my configuration group = smsc smsc = at smsc-id = nokia6230 modemtype = nokiaphone device = /dev/ttyACM0 #my-number = 7 speed = 9600 connect-allow-ip = 127.0.0.1 log-level = 0 sim-buffering = true include =

Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Beatrice Tamburrino
Hi! I've almost finished my SMS Application which sends SMS to a Kannel Server and waits on a Port for dlr's. Im facing only one problem right now, I hope somebody can help me on that.. Im using the emi protocol to a provider. The provider supports the extended operations OT 51-58, where

Re: sendota problems

2009-06-08 Thread Nikos Balkanas
Interesting... Although it has been stressed to you, by 2 core developers (well actually 1.5 ;-) that kannel never supported wap-provisioningdoc, you skip thread, and restate that it is kannel who has dropped this feature. When in fact, it is yourself who has been feeding kannel with a

Re: Configuration files

2009-06-08 Thread Nikos Balkanas
Hi, Please look at the user's guide, and the beginning of the configuration file for info on how to start kannel. BR, Nikos - Original Message - From: Suresh Vemparala svempar...@wiselinktechnologies.com To: Nikos Balkanas nbalka...@gmail.com Cc: kannel users@kannel.org Sent:

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Nikos Balkanas
Sure it does: #define DLR_SMSC_FAIL 0x10 Just use the right dlr-mask BR, Nikos - Original Message - From: Beatrice Tamburrino beatrice.tamburr...@gmx.ch To: users@kannel.org Sent: Monday, June 08, 2009 4:34 PM Subject: Get notification if SMS has been discarded from SMSC Hi!

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Falko Ziemann
And, by the way, this has nothing to do with OT-56. This operation is used when YOU want to delete a message that you have stored in the SMSC before but that is not delivered yet. (but as far as I know this operation is not supported in kannel) Falko Am 08.06.2009 um 16:46 schrieb Nikos

Re: nokia 6230 SMSC +CMS ERROR: 500

2009-06-08 Thread Pietro Guerrieri
Please help me. My scenario is: 1) through HTTP one WEB application call Kannel and send SMS 2) Kannel receive a SMS and forward message to WEB application How i can do this!?! so i have installed kannel and connect it to a mobile phone (nokia 6230) and i have problem with my nokia 6230, and

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Beatrice Tamburrino
hi, thanks, this seem to be a different mask? I set the dlr-mask = 31? ?? I think I need more help here.. Original-Nachricht Datum: Mon, 8 Jun 2009 17:46:23 +0300 Von: Nikos Balkanas nbalka...@gmail.com An: Beatrice Tamburrino beatrice.tamburr...@gmx.ch, users@kannel.org

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Alejandro Guerrieri
Are you sure the SMSC is actually notifying you when it discards a message? Regards, Alejandro On Mon, Jun 8, 2009 at 5:03 PM, Beatrice Tamburrino beatrice.tamburr...@gmx.ch wrote: hi, thanks, this seem to be a different mask? I set the dlr-mask = 31? ?? I think I need more help here..

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Beatrice Tamburrino
My provider just told me that the max. validity time is 48 hours. And the SMSC sends me an OT-53. It would be nice if I could delete the SMS (in the SMSC) after about 15minutes.. mmhh... headache.. Original-Nachricht Datum: Mon, 8 Jun 2009 17:07:52 +0200 Von: Alejandro

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Beatrice Tamburrino
Or sending a validity period flag with the OT-53 String.. ? Original-Nachricht Datum: Mon, 08 Jun 2009 17:19:39 +0200 Von: Beatrice Tamburrino beatrice.tamburr...@gmx.ch An: Alejandro Guerrieri alejandro.guerri...@gmail.com CC: users@kannel.org Betreff: Re: Get

Re: sendota problems

2009-06-08 Thread Julien Buratto
Hi Nikos, I'm not complaining, I'm just concerned how this was dropped and where :-) Julien 2009/6/8 Nikos Balkanas nbalka...@gmail.com: Interesting... Although it has been stressed to you, by 2 core developers (well actually 1.5 ;-) that kannel never supported wap-provisioningdoc, you skip

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Nikos Balkanas
Does the validity period affect only retention at the SMSc, or does it also affect display on the mobile? I.e. if an sms is delivered OK, but not viewed in the mobile until later. Nikos - Original Message - From: Alejandro Guerrieri To: Beatrice Tamburrino Cc:

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Alejandro Guerrieri
afaik, the smsc only knows if the message has been _delivered_ to the phone, it cannot tell if you _really_ looked into it (how could it do that?), so the validity period is only relevant while the message is waiting at the smsc. Regards, Alejandro 2009/6/8 Nikos Balkanas nbalka...@gmail.com

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Nikos Balkanas
Of course not the SMSc! I was wondering if the mobiles have validity support built in. I.e. Do not display an expired SMS. - Original Message - From: Alejandro Guerrieri To: Nikos Balkanas Cc: Beatrice Tamburrino ; users@kannel.org Sent: Monday, June 08, 2009 9:13 PM

Re: Get notification if SMS has been discarded from SMSC

2009-06-08 Thread Alejandro Guerrieri
afaik, no. It could lead to undesired results, specially if your phone's clock is misconfigured ;) 2009/6/8 Nikos Balkanas nbalka...@gmail.com Of course not the SMSc! I was wondering if the mobiles have validity support built in. I.e. Do not display an expired SMS. - Original Message

Re: sendota problems

2009-06-08 Thread Nikos Balkanas
No, you are not complaining. As usual you make unsubstantiated claims while being clueless. Have you bothered to check cvs to substantiate your words? I didn't think so. Well, don't loose your sleep over it. What you say hasn't happenned. - Original Message - From: Julien Buratto

RE: 7bit encoded messages

2009-06-08 Thread Remon
The below URL is an example of 7bit encoded text, when I send it using coding=0 I receive trash on my phone. I think I'm missing something here. http://www.dreamfabric.com/sms/hello.html From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Monday, June 08, 2009 3:30 AM To: Remon Cc:

Re: 7bit encoded messages

2009-06-08 Thread Nikos Balkanas
Hi, I am very sceptic when using unknown URLs. Could you please describe in mail? BR, Nikos - Original Message - From: Remon To: 'Nikos Balkanas' Cc: users@kannel.org Sent: Tuesday, June 09, 2009 1:49 AM Subject: RE: 7bit encoded messages The below URL is an example