2010/10/12 dafodil :
> 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
2010/10/13 dafodil :
> 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 ease.
The main
2011/1/4 Ravindra Gupta // Viva :
> 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 and menus are possible.
2011/3/14 gautam sasikumar :
> 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 implementing ussd??
>
2009/4/2 :
> 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
2009/6/8 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
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 outd
W dniu 6 lipca 2009 10:15 użytkownik Alejandro Guerrieri
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 service-type for sms-service? I have
W dniu 6 lipca 2009 13:55 użytkownik Alejandro Guerrieri
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 synchronously (http body and
W dniu 6 lipca 2009 15:06 użytkownik Alejandro Guerrieri
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 sense, because otherwise
>
2009/7/6 Nikos Balkanas :
> 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.
Thanks !
I g
2009/12/3 Elton Hoxha
> 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 gateway for USSD
2010/2/16 Alejandro Guerrieri :
> 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
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
W dniu 22 grudnia 2008 15:43 użytkownik Falko Ziemann
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
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
2009/1/8 Tony Kirkham :
> 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 =
$ua->get('http://kannel:8801/cgi-bin/sendsms?username=foo&password=bar&from=123&to=6&text=Hurt+me+plenty');
if ($respons
2009/1/9 Pham Ngoc Khanh :
> group = sms-service
> keyword = mibento
> get-url =
> "http://localhost:13013/cgi-bin/sendsms?username=user&password=user&from=%p&to=%P&text=%S&smsc=nokia";
> max-messages = 1
> accepted-smsc = smpp
Change get-url param to place where Your SMS should go (Your
webservi
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
W dniu 12 stycznia 2009 12:29 użytkownik Falko Ziemann
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 characters to
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 :-/
W dniu 25 lutego 2009 10:46 użytkownik Marcin Bockowski
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
2009/2/25 Nikos Balkanas :
> 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)
- reconnect (logged
2009/3/9 Peter Elmered :
> When i use the HTTP-interface i get this error message:
> java.io.IOException: Server returned HTTP response code: 400 for URL:
> http://83.253.156.183:13013/cgi-bin/sendsms?username=tester&password=foobar&to=3467565&text=Hello+world1
Hello,
try add "from=666" to Your re
2009/3/19 Dusan Djordjevic :
> 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 GlobeSurfer iCON.
25 matches
Mail list logo