Re: Ussd development with kannel

2011-03-14 Thread Marcin Bockowski
2011/3/14 gautam sasikumar gautam...@gmail.com: Hiii,      I am developing USSD application which is at a basic stage. I was looking for a patch for USSD in kannel version 1.4.3. I have searched the whole web but in vain. I have three basic questions. 1 Does Kannel require a patch for

Re: USSD REQUEST

2011-01-04 Thread Marcin Bockowski
2011/1/4 Ravindra Gupta // Viva ravin...@vivainfomedia.com: Hii, How to configure Kannel to send/receive USSD request? Hello, 1. You need SMPP capable USSDC 2. configured kannel 3. web app with logic We do offer reliable 2. 3. services configured to work with 1. from Huawei. Both USSD strings

Re: USSD and shortCode programming

2010-10-13 Thread Marcin Bockowski
2010/10/13 dafodil neo.tu...@yahoo.com: Hi marcin thanks for the reply. yes i know about AT commands but can kannel automate this things. in other words if i want to send AT commands(ussd) through modem..does kannel help? Hey, if it's not in the box you should be able to add such feature with

Re: USSD and shortCode programming

2010-10-12 Thread Marcin Bockowski
2010/10/12 dafodil neo.tu...@yahoo.com: about sending USSD strings from the modem...it wd help me if u give me a pointer other wise no problem ..u really did a lot tome me. AT+CUSD FTW! ;-) -- Marcin Boćkowski http://www.ktosiu.com tel. +48 79 69 0 69 79

Re: Invitation to connect on LinkedIn

2010-02-16 Thread Marcin Bockowski
2010/2/16 Alejandro Guerrieri alejandro.guerri...@gmail.com: Can I add it to Facebook and Twitter as well? Please please please! :D Don't forget Google Buzz! :-D -- Marcin Boćkowski tel. +48 79 69 0 69 79

Re: meta-data TLV for USSD

2009-12-03 Thread Marcin Bockowski
2009/12/3 Elton Hoxha elt...@gmail.com Hello, ... I have partially succeded to connect to USSD, sending MO requests, but then I`m stuck, sessions remains open until it is droped by Core Network. Anyway if you have any conf sample would be a lot of help. Hey all, we are using kannel as

kannel for ussd (via SMPP)

2009-07-06 Thread Marcin Bockowski
Hey, is there a chance to send different service-type for one SMPP connection using sendsms? I'm using kannel for USSD and sometime i have to use CR instead of EA. I'm looking also for a solution to delete old messages (older than 60s) from store-file. My kannel continously tries to send outdated

Re: kannel for ussd (via SMPP)

2009-07-06 Thread Marcin Bockowski
W dniu 6 lipca 2009 10:15 użytkownik Alejandro Guerrieri alejandro.guerri...@gmail.com napisał: The binfo parameter is hardwired to service-type, at least on the smpp module. Try setting that parameter on the sendsms url. Hope it helps, Thanks Alejandro, how about setting different

Re: kannel for ussd (via SMPP)

2009-07-06 Thread Marcin Bockowski
W dniu 6 lipca 2009 13:55 użytkownik Alejandro Guerrieri alejandro.guerri...@gmail.com napisał: You mean when you answer requests for those numbers? You need to implement that logic on you application layer. Hey, yes i mean numbers. I can implement the logic but how should i respond to kannel

Re: kannel for ussd (via SMPP)

2009-07-06 Thread Marcin Bockowski
W dniu 6 lipca 2009 15:06 użytkownik Alejandro Guerrieri alejandro.guerri...@gmail.com napisał: You'll have to patch kannel  big-time to do that. Kannel was designed to work asynchronously (I suppose this is because that's the way SMPP and other serious SMS protocols work). This makes a lot of

Re: kannel for ussd (via SMPP)

2009-07-06 Thread Marcin Bockowski
2009/7/6 Nikos Balkanas nbalka...@gmail.com: Hi, If you choose: store-type = spool Individual SMS are stored as individul files. You can make a simple script checking the file creation date and delete each old file. Or you can use Alej's store-tools. I think i will try Alejandro's solution.

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

Re: How to send Type 0 messages using Kannel?

2009-04-02 Thread Marcin Bockowski
2009/4/2 kanwardeep.ahluwa...@wipro.com: Hi, I need to send Type 0 SMS message using Kannel. Please help me in pointing out how to send this message. Hey, http://kannel.org/download/1.3.2/userguide-1.3.2/userguide.html#AEN4002 See mclass. Regards, -- Marcin Boćkowski tel. +48 506 482 946

Re: What phone or modem to use with Kannel in US ?

2009-03-19 Thread Marcin Bockowski
2009/3/19 Dusan Djordjevic dj.d...@gmail.com: Hi all, I am setting up Kannel for clients based in US. They would like to use it with phone or GSM Modem in the beginning. Could you please recommend me what model they should pick ? Preferably with Verizon or ATT. I was thinking of Option

CIMD2 sequence number ...

2009-02-25 Thread Marcin Bockowski
Hello, i can see in my logs some amount of: 2009-02-25 06:10:45 [25263] [6] WARNING: CIMD2[SMSC]: request had same sequence number as previous. 2009-02-25 06:56:16 [25263] [6] WARNING: CIMD2[SMSC]: request had same sequence number as previous. ... and in this case SMS won't hit the sms-service :-/

Re: CIMD2 sequence number ...

2009-02-25 Thread Marcin Bockowski
W dniu 25 lutego 2009 10:46 użytkownik Marcin Bockowski boc...@gmail.com napisał: Hello, i can see in my logs some amount of: More detailed logs: 2009-02-25 00:45:13 [25263] [6] INFO: CIMD2[MY-SMSC] logged in. 2009-02-25 00:50:15 [25263] [6] DEBUG: CIMD2[MY-SMSC]: sending 40:003 3C 2009-02-25

Re: CIMD2 sequence number ...

2009-02-25 Thread Marcin Bockowski
2009/2/25 Nikos Balkanas nbalka...@gmail.com: Hi, Maybe a bug, though. Code increases seq-number by 2. Therefore in a sequence of received packets: Hello, after a closer look: - first sms arrives (seq num 0 from SMSC) - message processed by sms-service - connection timeouts (SMSC not alive) -

Large SMS ...

2009-01-12 Thread Marcin Bockowski
Hello, how long can be SMS using max-messages = 5 and concatenation = true? I see kannel is trimming when sending to SMSC. I'm able to privide some trace files from sendsms and SMSC side. Thanks, -- Marcin Boćkowski

Re: Large SMS ...

2009-01-12 Thread Marcin Bockowski
W dniu 12 stycznia 2009 12:29 użytkownik Falko Ziemann fal...@gmail.com napisał: Hi, this depends on a lot of factors. When multiple message are connected (concatinated) a UDH is added to the message and takes space that you can't use as payload anymore. In cleartext-sms you loose normaly 8

Re: Problem with delivery report message about 0: Accepted for delivery

2009-01-09 Thread Marcin Bockowski
2009/1/9 Pham Ngoc Khanh pnk...@yahoo.com: group = sms-service keyword = mibento get-url = http://localhost:13013/cgi-bin/sendsms?username=userpassword=userfrom=%pto=%Ptext=%Ssmsc=nokia; max-messages = 1 accepted-smsc = smpp Change get-url param to place where Your SMS should go (Your

Re: Making an http request to Kannel in Perl

2009-01-08 Thread Marcin Bockowski
2009/1/8 Tony Kirkham tony.kirk...@gmail.com: Is there a better way to do this in Perl? Maybe like this: #!/usr/bin/perl use LWP::UserAgent; my $ua = LWP::UserAgent-new; my $response =

sendsms question ...

2009-01-06 Thread Marcin Bockowski
Hello, is there a chance that sendsms can be used with param from=SANTA CLAUS? In the documentation i see that it should be string but when i try to set kannel barks that 'from' is not a number. Thanks, -- Marcin Boćkowski http://www.ktosiu.com

Extra field to sendsms? ...

2008-12-22 Thread Marcin Bockowski
Hello, i need something like this: - when i send sms with sendsms i set extra param like myid=312h312jh312kh3 which will later be sent to dlr-url or - fetch smsid when sending via sendsms Is it possible or not? Thanks, -- Marcin Boćkowski http://www.ktosiu.com

Re: Extra field to sendsms? ...

2008-12-22 Thread Marcin Bockowski
W dniu 22 grudnia 2008 15:43 użytkownik Falko Ziemann fal...@gmail.com napisał: Hi, simply add the id to your DLR-URL inside the sendsms.-request. Works fine. Yep, it can do the trick :-) Thanks all! -- Marcin Boćkowski http://www.ktosiu.com