Re: regex for sms-service group

2009-03-17 Thread Nikos Balkanas
Hi, What is _STOP? 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 want to hav

Re: regex for sms-service group

2009-03-17 Thread seikath
i believe the bellow will do the job ^[[:punct:][:space:][:cntrl:]]*_STOP BUT, i hope you live in a country where Latin alphabet is the usual one because non latin alphabets are encoded and kannel simply cant parse them except you define the regexp in hex encoded strings .. this is interesting i

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
The FID comes empty 2009-03-17 10:08:23 Sent SMS [SMSC:D] [SVC:bulk1] [ACT:] [BINF:] [FID:] [from:1001] [to:355672509006] [flags:-1:0:-1:-1:-1] Regards Elton 2009/3/17 Nikos Balkanas > Isn't that what you wanted? Get the FID, but ignore the DLR? Are you > getting the FID in the access logs? >

Re: Omitting the generation of delivery reports

2009-03-17 Thread Nikos Balkanas
Isn't that what you wanted? Get the FID, but ignore the DLR? Are you getting the FID in the access logs? Nikos - Original Message - From: Elton Hoxha To: Nikos Balkanas Cc: Alejandro Guerrieri ; kannel users Sent: Tuesday, March 17, 2009 2:05 PM Subject: Re: Omitting the g

Re: exec in sms-service doesn't execute

2009-03-17 Thread Cezary Siwek
Hello You have to define smsbox-route group for icoming messages routing regards

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

exec in sms-service doesn't execute

2009-03-17 Thread Albin Korbar
Hy! Using the 1.4.1 version on Debian. I have a working configuration of Kannel which sends and recives messages correctly. But then, if I configure sms-service, and set it to exec a command on receiving a message it doesn't execute the command and the log doesn't show anything about the exec c

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
Hi, Only with DLR-mask: 2009-03-17 12:00:40 [32213] [8] DEBUG: DLR[mysql]: Looking for DLR smsc=D, ts=235587100949, dst=355672509006, type=1 2009-03-17 12:00:40 [32213] [8] DEBUG: sql: SELECT mask, service, url, source, destination, boxc FROM dlr WHERE smsc='D' AND ts='235587100949'; 2009-03-17 1

Re: Omitting the generation of delivery reports

2009-03-17 Thread Alejandro Guerrieri
Anyway, looks like a bug on the foreign_id logic. Kannel should be able to retrieve the foreign_id no matter the dlr settings. Regards, Alejandro 2009/3/17 Nikos Balkanas > Try setting dlr-mask, without dlr-url to see if anything improves. > > BR, > Nikos > > - Original Message - > *F

Re: Omitting the generation of delivery reports

2009-03-17 Thread Nikos Balkanas
Try setting dlr-mask, without dlr-url to see if anything improves. BR, Nikos - Original Message - From: Elton Hoxha To: Alejandro Guerrieri Cc: Nikos Balkanas ; kannel users Sent: Tuesday, March 17, 2009 12:19 PM Subject: Re: Omitting the generation of delivery reports

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
Hi, The SMSC provides the ID (at least tried with other SMPP gateways) even If I dont request the delivery status. Its kind of acknowledment that sms has been submitted to SMSC, not caring about the delivery. I confirm this because I administer/operate the SMSC as well. LOG-LEVEL has been set to 0

Re: Omitting the generation of delivery reports

2009-03-17 Thread Alejandro Guerrieri
Are you sure that your SMSC provides the message_id when you don't ask for the DLR's? Set log-level = 0 and check your SMSC's PDU's and try with and without dlr-mask/url. If the ID is there on both cases, then it's a Kannel bug, otherwise you should talk with your SMSC's operator. Regards, Alejan

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
No I call it simply like this: http://10.1.2.153:13014/cgi-bin/sendsms?username=bulk1&password=bulk1&from=1001&to=355672509006&text=helloworld ! 2009/3/17 Nikos Balkanas > Do you still set the dlr-mask? > > - Original Message - > *From:* Elton Hoxha > *To:* Nikos Balkanas > *Cc:* Fal

unsubscribe

2009-03-17 Thread lubegap
unsubscribe

Re: problem with get-url or encoding

2009-03-17 Thread Nikos Balkanas
Hi, %D is not url-encoding. It is the escape code variable for meta-data. This is substituted internally by kannel by the meta-data value. If that value contains any special characters, kannel has to url-encode them before getting the URL. If it doesn't, its a bug that should be addressed. I

Re: Omitting the generation of delivery reports

2009-03-17 Thread Nikos Balkanas
Do you still set the dlr-mask? - Original Message - From: Elton Hoxha To: Nikos Balkanas Cc: Falko Ziemann ; kannel users Sent: Tuesday, March 17, 2009 10:31 AM Subject: Re: Omitting the generation of delivery reports The access.log doesnt provide the smsc unique ID if i

Re: problem with get-url or encoding

2009-03-17 Thread sangprabv
+ is %2B in URL Encode world. Willy

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
The access.log doesnt provide the smsc unique ID if i dont set the dlr-url 2009-03-17 07:43:26 Sent SMS [SMSC:D] [SVC:bulk1] [ACT:] [BINF:] [FID:] [from:1001] [to:355672509006] [flags:-1:0:-1:-1:-1] [msg:11:helloworld!] [udh:0:] FID is empty! With dlr-url set it is like that 2009-03-11 09:33:30 S

Re: problem with get-url or encoding

2009-03-17 Thread Ishtiaq Ahmed
Hi Andrey, I think so... but can you help me over this one Andrey Ponteleev wrote: i think this is not your trouble in my case i have get-url = good+morning and message looks like "good morning" maybe you can search answer in recode between octet/septet On Tue, 17 Mar 2009 10:30:11 +

Re: Omitting the generation of delivery reports

2009-03-17 Thread Nikos Balkanas
Actually not. You get it in access logs. Nikos - Original Message - From: Elton Hoxha To: Falko Ziemann Cc: Nikos Balkanas ; kannel users Sent: Tuesday, March 17, 2009 9:42 AM Subject: Re: Omitting the generation of delivery reports What about the message ID that comes

Re: problem with get-url or encoding

2009-03-17 Thread Andrey Ponteleev
i think this is not your trouble in my case i have get-url = good+morning and message looks like "good morning" maybe you can search answer in recode between octet/septet On Tue, 17 Mar 2009 10:30:11 +0300, wrote: essage: 2 Date: Tue, 17 Mar 2009 11:16:11 +0500 From: Ishtiaq Ahmed Subjec

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
What about the message ID that comes from SMSC??? If DLR-URL is not set I`m losing that value too. Regards Elton On Tue, Mar 17, 2009 at 8:35 AM, Falko Ziemann wrote: > Simply not set the DLR-MASK and DLR-URL then kannel will not request any > DLR. That's the only chance. > Regards > Falko > >

Re: Omitting the generation of delivery reports

2009-03-17 Thread Falko Ziemann
Simply not set the DLR-MASK and DLR-URL then kannel will not request any DLR. That's the only chance. Regards Falko Am 17.03.2009 um 08:29 schrieb Elton Hoxha: Hi, My issue doesnt concern kannel to ask SMSC for DLR. It is to tell SMSC not to generate status report in the database. With DL

Re: Omitting the generation of delivery reports

2009-03-17 Thread Elton Hoxha
Hi, My issue doesnt concern kannel to ask SMSC for DLR. It is to tell SMSC not to generate status report in the database. With DLR-MASK whatever its value is, the SMSC will generate it, but KANNEL will decide whether will retrieve it or not. I`m using BULK SMS sending hundreed of thousands SMS and