sending SMS out via preferred SMSC

2010-06-23 Thread Latitude Berlin
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 --

Re: sending SMS out via preferred SMSC

2010-06-23 Thread Latitude Berlin
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

Re: sending SMS out via preferred SMSC

2010-06-23 Thread Latitude Berlin
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

Re: sending SMS out via preferred SMSC

2010-06-23 Thread Latitude Berlin
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

replacing WAP Push on mobile phone

2011-02-14 Thread Latitude Berlin
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.

Re: replacing WAP Push on mobile phone

2011-02-15 Thread Latitude Berlin
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

Re: removing plus operator from ph-nos

2009-04-02 Thread Latitude Berlin
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

sending binary sms without UDH

2009-04-28 Thread Latitude Berlin
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

Re: sending binary sms without UDH

2009-05-05 Thread Latitude Berlin
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

sending/receiving unicode SMS via Kannel

2009-05-05 Thread Latitude Berlin
Hi, I want to send and receive unicode SMS via Kannel. For example sms written in arabic language. Please guide. Thanks - Latitude

SMS with GSM character set

2009-05-06 Thread Latitude Berlin
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

Re: sending/receiving unicode SMS via Kannel

2009-05-06 Thread Latitude Berlin
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

Re: SMS with GSM character set

2009-05-06 Thread Latitude Berlin
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

Re: SMS with GSM character set

2009-05-06 Thread Latitude Berlin
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: > >

Re: SMS with GSM character set

2009-05-07 Thread Latitude Berlin
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

DLR for sms

2009-05-13 Thread Latitude Berlin
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

DLR but could not find message...

2009-06-08 Thread Latitude Berlin
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

Re: DLR but could not find message...

2009-06-09 Thread Latitude Berlin
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

getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
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

Re: getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
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

Re: getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
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

Re: getting message-id in resp of send request

2009-06-09 Thread Latitude Berlin
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

instructing Kannel to send DLR after a defined interval

2009-06-25 Thread Latitude Berlin
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

Re: instructing Kannel to send DLR after a defined interval

2009-06-25 Thread Latitude Berlin
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

validity period of sms messages

2009-06-26 Thread Latitude Berlin
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.

Re: validity period of sms messages

2009-07-08 Thread Latitude Berlin
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

Re: validity period of sms messages

2009-07-08 Thread Latitude Berlin
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: &

SMS with euro symbol

2009-07-29 Thread Latitude Berlin
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

Re: SMS with euro symbol

2009-07-30 Thread Latitude Berlin
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

invalid charset returned by sms-service

2009-08-13 Thread Latitude Berlin
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

Re: invalid charset returned by sms-service

2009-08-14 Thread Latitude Berlin
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

Re: invalid charset returned by sms-service

2009-08-14 Thread Latitude Berlin
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

Re: sending WAPPush for IMPS client

2010-01-26 Thread Latitude Berlin
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

receiving optional params in MO SMS

2010-01-28 Thread Latitude Berlin
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

Fwd: receiving optional params in MO SMS

2010-02-01 Thread Latitude Berlin
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

Re: receiving optional params in MO SMS

2010-02-01 Thread Latitude Berlin
. > > 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

Re: receiving optional params in MO SMS

2010-02-02 Thread Latitude Berlin
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

charset issue

2010-02-14 Thread Latitude Berlin
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

SMPP over HTTP

2010-04-27 Thread Latitude Berlin
Hello, I want to know if its possible to use SMPP3.4 over HTTP with kannel? Regards.

concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
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

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
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

UDH header for multi part sms

2009-03-13 Thread Latitude Berlin
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

Re: concatenating incoming long SMS to one msg

2009-03-13 Thread Latitude Berlin
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: > >

regex for sms-service group

2009-03-17 Thread Latitude Berlin
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

Re: regex for sms-service group

2009-03-18 Thread Latitude Berlin
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 >

hone-no/serviceid of the operator to which SMS was sent

2009-03-23 Thread Latitude Berlin
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

setting REPLY-TO number

2009-03-25 Thread Latitude Berlin
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

Re: setting REPLY-TO number

2009-03-25 Thread Latitude Berlin
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

configuring kannel for multisms

2009-03-31 Thread Latitude Berlin
How may I enable/disable multi outbound sms feature in Kannel. Thanks in advance. - Latitude

Re: configuring kannel for multisms

2009-03-31 Thread Latitude Berlin
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

Re: configuring kannel for multisms

2009-03-31 Thread 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

removing plus operator from ph-nos

2009-03-31 Thread Latitude Berlin
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