Hi,
I have configured kannel to send SMS via SMPP with 2 groups defined.
As I understand, Kannel does load balancing itself and choses one of
the configured to send out SMS.
I am sending bulk of messages and want to use only connection1. I did
this the following way:
kannel.conf
--
between...) in such cases,
> especially when there are a lot of links defined
>
> Regards,
> Konstantin
>
>
> On Wed, Jun 23, 2010 at 12:32 PM, Latitude Berlin googlemail.com> wrote:
>
>> Hi,
>>
>> I have configured kannel to send SMS via SMPP with 2 grou
allowed-smsc-id = smsc2
>
>
> and then when passing message to sendsms add &smsc=smsc1 or &smsc=smsc2
> works fine for me
>
>
> On Wed, Jun 23, 2010 at 12:44 PM, Latitude Berlin googlemail.com> wrote:
>
>> Hi Konstantin,
>>
>> And you use ..&a
SMS will go through
> another smsc. In that scenario, denied-smsc-id make sense.
>
> BR,
> Nikos
> - Original Message ----- From: Konstantin Vayner
> To: Latitude Berlin
> Cc: users
> Sent: Wednesday, June 23, 2010 1:16 PM
> Subject: Re: sending SMS out via preferred SMSC
Hi Everyone,
How can I replace a WAP Push message sent via Kannel on a mobile phone?
I can do this for plain SMS by using 'pid' in the HTTP send request.
Regards.
issue.
>
> BR,
> Nikos
> - Original Message - From: Latitude Berlin
> To: users
> Sent: Monday, February 14, 2011 4:39 PM
> Subject: replacing WAP Push on mobile phone
>
>
>
> Hi Everyone,
>
> How can I replace a WAP Push message sent via Kannel on a mobile p
www.perusms.NET www.smsglobal.com.mx y
> www.pravcom.com
>
>
>
> On Tue, Mar 31, 2009 at 7:55 AM, Latitude Berlin
> wrote:
> > Hi,
> >
> > Kannel is forwarding incoming SMS to my servlet configured under:
> > sms-service group. I have get-url set as fol
Hi guys,
How may I send BINARY MESSAGES via kannal? I am able to send those if I
provide UDH (&udh=) but I want to send some text as binary sms without
specifying UDH. How this can be done?
Thanks in advance
- Latitude
Thanks Donald. It worked.
- Latitude
On Wed, Apr 29, 2009 at 8:34 AM, Donald Jackson wrote:
> You can set the 'coding' value when you submit the message. Setting
> &coding=1 will send treat the message as 8-BIT.
>
> Thanks,
> Donald
>
> 2009/4/28 Latitude B
Hi,
I want to send and receive unicode SMS via Kannel. For example sms written
in arabic language. Please guide.
Thanks
- Latitude
Hi,
I am sending some text with some german characters like: "test chars ÄÖÜ
äöü" and I dont get the original content on my device. If I use UTF-8, then
it works fine. But I wanna use GSM charset for this since Ä, ä, Ö, ö, Ü, ü
are are of GMS charset.
Kindly advise.
Cheers
- Latitude
ved sms from "ISO-8859-1" to "utf-8".
> 3- in the sendsms url I add the parameters "&charset=utf-8&coding=2".
> 4- mysql uses "utf-8" charset.
>
> Thanks
>
> Abdulmnem Benaiad
> Almontaha
> almontaha.com
>
> On Tue, May
gt;
> 2009-05-05 22:23:48 [5157] [7] DEBUG: short_message: "?"
>
> Regards
> Elton
>
>
>
> On Wed, May 6, 2009 at 5:49 PM, Jovan Kostovski wrote:
>
>> On Wed, May 6, 2009 at 5:32 PM, Latitude Berlin
>> wrote:
>> > Hi,
>> > I am
Both dint work for me also:(
... &coding=0&alt-dcs=1
... &coding=0&alt-dcs=0
- Latitude
On Wed, May 6, 2009 at 6:20 PM, Elton Hoxha wrote:
> in send-sms url as a parameter
>
>
> On Wed, May 6, 2009 at 6:18 PM, Latitude Berlin googlemail.com> wrote:
>
>
ed by Mannesmann
>> D2). Due to this most operator ignore the DCS. Ask your provider, if they
>> can activate the original GSM charset for you.
>>
>> Regards
>> Falko
>>
>> Am 06.05.2009 um 18:27 schrieb Latitude Berlin:
>>
>> Both dint work
Hi,
I want to get delivery report (DLR) for each SMS I send via Kannel. How this
can be done? Any conf requried?
My idea is that on each SMS send, DLR should be sent to my application via
HTTP POST/GET.
Thanks
- Latitude
Hi,
I am having problems with DLR. I read few threads on this but didn't find
the right answer. Please go through he following log:
...
DEBUG: DLR[internal]: Adding DLR smsc=test, ts=3B98186D, src=ABCDEF,
dst=, mask=7, boxc=dlrbox
...
DEBUG: DLR[internal]: Looking for DLR smsc=test, ts=0999823469
Thanks Benaiad.
It works now.
On Tue, Jun 9, 2009 at 3:12 AM, Benaiad wrote:
> try the smsc group parameter "msg-id-type = 0x01".
>
>
>
> On Mon, Jun 8, 2009 at 8:05 PM, Latitude Berlin googlemail.com> wrote:
>
>> Hi,
>>
>> I am having problem
Hi,
I need to store message-ids of SMS messages in my application. Is it
possible that when I send send-sms request to Kannel (via HTTP), Kannel
reports the message-id of the sms to my application through a Servlet?
Thanks a lot.
Cheers
gards,
>
> Alejandro
>
>
> On Tue, Jun 9, 2009 at 11:56 AM, Latitude Berlin googlemail.com> wrote:
>
>> Hi,
>>
>> I need to store message-ids of SMS messages in my application. Is it
>> possible that when I send send-sms request to Kannel (via HTTP), Kanne
the DLR-URL.
> When you give the DLR-URL to kannel inside the sendsms add &id=12345 to the
> dlr-url.
>
> Regards
> Falko
>
> Am 09.06.2009 um 12:12 schrieb Latitude Berlin:
>
> If my application is sending a lot me SMS messages, then on receiving DLR,
> how may I k
ou post to kannel:
> http://mykannelhost/sendsms?to=004917...&dlr-mask=31&dlr-url=$myurl
>
> Regards
> Falko
>
> Am 09.06.2009 um 13:03 schrieb Latitude Berlin:
>
> Hi Falko,
>
> I assume that the id will be sent in send-sms URL request and that whould
> be p
Hi,
I am getting DLRs for the sent sms messages. Is there a was to instruct
Kannel to send DLR for each after a defined interval? For example: send dlr
after 10 sec of sent sms.
Cheers
PM, Jovan Kostovski wrote:
> On Thu, Jun 25, 2009 at 6:06 PM, Latitude
> Berlin wrote:
> > Hi,
> >
> > I am getting DLRs for the sent sms messages. Is there a was to instruct
> > Kannel to send DLR for each after a defined interval? For example: send
> dlr
> > after
Hi,
Valitidy period of SMS message in the HTTP send request (...&validity=)
should be specified as milli sec or sec?
For example:
For validity period of 10 minutes, I will try ...&validity=10*60*1000
Thanks.
6(validity – 166) days
>- 196 < validity (validity – 192) weeks
>
> Default is 167 (24 hrs).
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Elton Hoxha
> *To:* Latitude Berlin
> *Cc:* users
> *Sent:* Friday, June 26, 2009 11:1
I sent an SMS with validityperiod set to 1 minute and I see the following in
the log:
DEBUG: validity_period: "090708095718+"
How 1 minute got converted into this? What if KanelServer date/time is not
up-to-date?
Cheers
On Wed, Jul 8, 2009 at 12:20 PM, Latitude Berlin wrote:
&
Hi,
I have kannel configured to direct the received SMS to a servlet. The
servlet shows junk chars for euro symbol (€). I have tried sending
&charset=utf-8 also no luck. What could be the reason?
Cheers
Thanks. So if I append &coding=2 with the get-url under sms-service group,
all the received SMS messges will be forwarded to my servlet in UTF-8
charset?
Cheers
On Thu, Jul 30, 2009 at 3:33 PM, Latitude Berlin wrote:
> Thanks. So if I append &coding=2 with the get-url under sms-se
Hi,
group = sms-service
get-url = http:// ... &text=%a&charset=%C
I sent an sms with euro symbol and Kannel forwarded it to the Servlet. The
charset sent by Kannel was ISO-8859-1. Euro symbol is not part of
ISO-8859-1. How kannel is setting this up?
The byte value of euro symbol which I get in
s-1252.
>
> By the way 0x80 is an integer. The byte is the LSB, 0x80.
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Latitude Berlin
> *To:* users
> *Sent:* Thursday, August 13, 2009 5:49 PM
> *Subject:* invalid charset returned by sms-service
>
&g
ger. The byte is the LSB, 0x80.
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Latitude Berlin
> *To:* users
> *Sent:* Thursday, August 13, 2009 5:49 PM
> *Subject:* invalid charset returned by sms-service
>
> Hi,
>
>
> group = sms-service
> get-u
Hi Nikos,
Please go through the following logs:
SMPP log
-
[11723] [7] DEBUG: SMPP[smppacc]: Sending PDU:
[11723] [7] DEBUG: SMPP PDU 814a158 dump:
[11723] [7] DEBUG: type_name: submit_sm
[11723] [7] DEBUG: command_id: 4 = 0x0004
[11723] [7] DEBUG: command_status: 0 = 0x00
Hi,
I am receiving MO SMS messages at kannel and kannel is calling a servlet on
receiving. Config reads as:
group = sms-service
keyword = default
accepted-smsc = "smpp1,smpp2"
catch-all=true
max-messages=0
get-url = http://localhiost:7070/SMSServlet?from=%p&text=%a&udh=%u
I am interested in gett
Guys,
Can anyone guide me for the following problem?
Thanks.
-- Forwarded message --
From: Latitude Berlin
Date: Thu, Jan 28, 2010 at 2:36 PM
Subject: receiving optional params in MO SMS
To: users
Hi,
I am receiving MO SMS messages at kannel and kannel is calling a servlet
.
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Latitude Berlin
> *To:* users
> *Sent:* Monday, February 01, 2010 11:25 AM
> *Subject:* Fwd: receiving optional params in MO SMS
>
> Guys,
>
> Can anyone guide me for the following problem?
>
> Thanks
1
>
> group = smpp-tlv
> name = sar_seq
> tag= 0x020F
> type = integer
> length = 1
>
> Then, you need to forward the meta-data to your app (with %D on the
> get-url) and decode it on your application afterwards.
>
> Hope it helps,
>
> Alex
>
> On Mo
Hi,
I am trying to send the following text via kannel:
Hi, I am ieškant juodas sportinis automobilis. Neturėtų būti pernelyg
brangi. Leiskite man žinoti, jei kas gali padėti. Ačiū. Have a nice day.
I made an HTTP get req to kannel with &coding=2 and got box char as sms.
Attached log snippet.
Wi
Hello,
I want to know if its possible to use SMPP3.4 over HTTP with kannel?
Regards.
Hi,
I want to receive concatenated messages in combined state via Kannel.
Currently my Kannel server is delivering multiple sms messages. I googled
this and found that I need to set the following property in conf:
sms-combine-concatenated-mo = true
I am using Kannel 1.4.1 and I found that ‘sms
So it is not possible with 1.4.1?
On 3/13/09, Thomas Göttgens wrote:
> Hello Latitude,
>
>
> upgrade to 1.4.3
>
>
> Friday, March 13, 2009, 1:48:03 PM, you wrote:
>
>
>
> I want to receive concatenated messages in combined state via Kannel.
> Currently my Kannel server is delivering multiple sm
Hi,
I have set an sms-service group on Kannel conf which is forwarding the
received SMS to my application. The UDH sent by Kannel:
udh=%0A%00%03%2C%02%01%00%03%2C%00%00 (first part)
udh=%0A%00%03%2C%02%02%00%03%2C%00%00 (second part)
I was expecting the UDH of 5 bytes as described at:
http://www
Under sendsms-user group:
max-messages=20
concatination = true
Didnt work.
On 3/13/09, Otandeka Simon Peter wrote:
>
> Try setting concatenation = true in sendsms-user group.
>
> See also max-messages option.
>
> On Mar 13, 2009, at 4:24 PM, Latitude Berlin wrote:
>
>
Hi,
I want to have keyword-regex in sms-service group to forward the incomming
SMS messages (meetting the criteria) to a specific servlet.
Example. _STOP
Regex: <[:print:]*>_STOP
The regex I used didnt work. I would be greatful if someone can guide.
thanks
- Latitude
Please post your configuration file and explain what you are
> trying to do with it.
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Latitude Berlin
> *To:* users@kannel.org
> *Sent:* Tuesday, March 17, 2009 3:02 PM
> *Subject:* regex for sms-service group
>
Hi,
I have a 2-way SMPP account configured with Kannel and I am getting sms
forwarded to servlet. I want to get the TO field which in this case is the
phone-no/serviceid of the operator. I tried using %p but got the port no
(13013).
Please advise.
- Latitude
Hi everyone,
I am sending SMS via Kannel using SMPP. My 2-way SMPP account has short
codes available and I wish that the recepient replys to a given no.
For example:
My 2 way account no: +0044123456789
shortcodes assigned: 999, 888
When user receives a SMS and he hits reply, the reply should be
guide explanation.
>
>
>
> Willy
>
>
> ------ Forwarded message --
> From: Latitude Berlin
> To: users
> Date: Wed, 25 Mar 2009 12:03:58 +0100
> Subject: setting REPLY-TO number
> Hi everyone,
>
> I am sending SMS via Kannel using SMPP. My 2-way SM
How may I enable/disable multi outbound sms feature in Kannel.
Thanks in advance.
- Latitude
ean multi outbound sms feature? Multiple smscs? Comment out
> the ones you don't want in the configuration, or specify the ones you want
> in your URL. Do you mean concatenation & max-messages?
>
> BR,
> Nikos
>
> - Original Message -
> *From:* Latitude Berlin
.
> concatenation = true
>
> #2nd
> username = usrwithconc
> pass
>
> concatenation = false
>
>
>
>
> On Tue, 31 Mar 2009 13:13:38 +0400, wrote:
>
>
>
> Message: 1
>> Date: Tue, 31 Mar 2009 09:37:46 +0200
>> F
Hi,
Kannel is forwarding incoming SMS to my servlet configured under:
sms-service group. I have get-url set as follows:
... to=%p&from=%q...
Kannel appends PLUS operator with the number. How may I avoid this
behaviour.
Thanks
- Latitude
52 matches
Mail list logo