Re: kannel as EMI-UCP server

2010-09-02 Thread Nikos Balkanas
You cannot. Kannel is not an EMI SMSc. BR, Nikos - Original Message - From: Huj Tamas To: users@kannel.org Sent: Wednesday, September 01, 2010 11:41 AM Subject: kannel as EMI-UCP server Hello List! I'm new in Kannel, and I need some help. I'm trying to develop an EMI-CUP client in

unsubscribe address=nagesh.anc...@ril.com

2010-09-02 Thread Pradeep Sharma
Thanks and regards, Pradeep Sharma

unsubscribe

2010-09-02 Thread Pradeep Sharma
Thanks and regards, Pradeep Sharma

RE: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-02 Thread Jan van der Vyver
Dear Rene Thank you for the advice The following send-sms url works perfect: http://xxx.xxx.xxx.xx:13013/cgi-bin/sendsms?username=usernamepassword=passw ordmeta-data=%3Fsmpp%3Fdestination_port%3D9280text=TESTto=263734625674 So must I then conclude that kannel currently is not using the

Re: Deliver_sm

2010-09-02 Thread dafodil
Hi Jacob,Alex and every one, Thanks for ur time.I did a stupid thing thats why this happened. Sorry for wasting ur time. Lesson learnt: My dlr in kannel was pointing some location say .com my php script was senidng message from some other ip(bbb.com) in that case i was getting submit

Got DLR but could not find message

2010-09-02 Thread dafodil
Hi List, Good Day. I am sending message through kannel.Message is delivered to destination.I see deliver and deliverresp in log but i get the bellow error. i went through different post in forum which suggests about setting msg-id-type=0x01 but with no succes.where i m wrong.pls suggest.

Re: Got DLR but could not find message

2010-09-02 Thread Nikos Balkanas
Hi, You should try all possible msg-id-type combinations mentioned in UG. Also try commenting it out, to get the default value. If you still have problems post detailed bb log entries including submit_sm, submit_sm_resp and deliver_sm pdus of the same SMS. BR, Nikos - Original Message

Re: Deliver_sm

2010-09-02 Thread Alejandro Guerrieri
Don't worry we all make mistakes :) I'm glad you solved it and thank you for letting us know as well. Regards, Alex On Thu, Sep 2, 2010 at 12:48 PM, dafodil neo.tu...@yahoo.com wrote: Hi Jacob,Alex and every one, Thanks for ur time.I did a stupid thing thats why this happened. Sorry for

Re: Got DLR but could not find message

2010-09-02 Thread sangprabv
About the msg-id type you should consult with your telco first. There are several types of it. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Sep 2, 2010, at 5:56 PM, dafodil wrote: Hi List, Good Day. I am sending message through kannel.Message is delivered to

Re: Got DLR but could not find message

2010-09-02 Thread dafodil
Hi Nikkos, Thanks for the reply and suggestion. I read from several posts that problem could be with message_id_type.i have tried with value 01 and try with other too.Some where i read about receipted_message_id problem.it seems from the logs that the problem is not there with

Re: Got DLR but could not find message

2010-09-02 Thread dafodil
Hi Nikkos and sangprabv, Thanks for ur support and mails. I just commented the msg-id-type as nokkos suggested and it worked fine. Br daf Nikos Balkanas wrote: Hi, You should try all possible msg-id-type combinations mentioned in UG. Also try commenting it out, to get the default

Re: Got DLR but could not find message

2010-09-02 Thread Nikos Balkanas
Hi, submit_sm_resp: 50090213285180711 deliver_sm_resp: 50090213285180711 They are the same. You should comment out msg-type-id from your configuration. I assume that submit_sm_resp is from same SMSc (B). You have truncated relevant entry. If still having problems post configuration. BR,

RE: where to download Open smppbox

2010-09-02 Thread Rene Kluwen
As said, you need svn trunk. Version 1.4.3 lacks some functionality that smppbox needs. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Thursday, 02 September, 2010 02:58 To: Rene Kluwen Cc: users Subject: Re: where to

Re: Meta data parameters in kannel snapshot version (31/08/2010)

2010-09-02 Thread Alvaro Cornejo
It is the expected behaviour. What you set in config file are the instructions on how kannel should format each meta-data parameter when send it through smpp. As those are optional/special parameters not defined in kannel it need to add or not that parameter on a per message/per connection basis.

Message payload

2010-09-02 Thread Hashim Abulebdeh
Hello...hope everybody doing fine. anybody can help me regarding how can i send a message_payload using kannel. her is the senario;     i am using kannel 1.4.3 to send SMSs, and i am working with an operator who wants me to send messages to the SMSC ( MTs ) in the message_payload optional

Re: Message payload

2010-09-02 Thread Alvaro Cornejo
Try to use meta-data Check user guide for details. However I don't know if kannel allows you to send a blanc message. ie no data in short_message parameter Regards Alvaro |-| Envíe y

Re: Message payload

2010-09-02 Thread Hashim Abulebdeh
Hello Alvaro;     Thanks for help, actually i tried to check the user manual but i didnt find anything regarding the meta-data, could you explain more..   thanks - Original Message From: Alvaro Cornejo cornejo.alv...@gmail.com To: Hashim Abulebdeh hashim...@yahoo.com Cc:

Multiple SMSBOXs for Kannel

2010-09-02 Thread Anshu Sah
Hello Rene, At one more Place I am stuck, I Have Declared 2 SMSC in same way declaring 2 SMSBOXs but when i am running kannel, It is showing one SMSBOX connected # group = smsbox-route smsbox-id = BOX1 smsc-id = SMSCA group = smsbox-route smsbox-id = BOX2 smsc-id =

RE: Multiple SMSBOXs for Kannel

2010-09-02 Thread Rene Kluwen
You need to have multiple smsboxes connected. Which means starting up smsbox twice, each with its own smsbox.conf. == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Friday, 03 September, 2010 00:07 To: users Cc: Rene Kluwen Subject:

Re: Multiple SMSBOXs for Kannel

2010-09-02 Thread Anshu Sah
Hello sir, Right now i write this command to start SMSBOX *./smsbox -v 1 /projects/kannel/configs/SMPP_145.inc* Which start BOX2 by default, DO i need to Write any diff. command to start BOX1 Or same command will work Regards Anshu On Fri, Sep 3, 2010 at 3:44 AM, Rene Kluwen

Invalid SMPP PDU received SMPPBOX

2010-09-02 Thread Anshu Sah
Hello Rene, After Updating Files from SVN Trunk I am able to install SMPPBOX But I am getting Some error. I am pasting my SMPPBOX config Login file Text Also SMPP Group Content Please guide. Regards Anshu === group=smsc smsc=smpp smsc-id=SMSC1 host =

Re: Multiple SMSBOXs for Kannel

2010-09-02 Thread Nikos Balkanas
Yes. Try: ./smsbox -v 1 /projects/kannel/configs/SMPP_146.inc Where SMPP_146.inc is configuration for 2nd smsbox. BR, Nikos - Original Message - From: Anshu Sah To: Rene Kluwen Cc: users Sent: Friday, September 03, 2010 1:24 AM Subject: Re: Multiple SMSBOXs for Kannel Hello sir,

RE: Invalid SMPP PDU received SMPPBOX

2010-09-02 Thread Rene Kluwen
What error do you get? == Rene From: an...@in.multiplesystem.net [mailto:an...@in.multiplesystem.net] On Behalf Of Anshu Sah Sent: Friday, 03 September, 2010 02:44 To: users Cc: Rene Kluwen; Nikos Balkanas Subject: Invalid SMPP PDU received SMPPBOX Hello Rene, After Updating Files

long message sent problem

2010-09-02 Thread info
Hi, My name is Levon, I represent Paradox company in Armenia. We are using your Kannel software. We have a problem with it now. When we sent message with simbols more then 160 figures are changing to some kind of hieroglyphs and messages are being sent with hieroglyphs. The problem is