Re: Strange concatenated MO issue

2010-08-26 Thread Nikos Balkanas
Hi, It looks like Unicode (UCS-2). Try mo-recode. However, you should check with your SMSc, why is he sending what is clearly 7bit GSM charset as unicode. BR, Nikos - Original Message - From: Bopolissimus Platypus Jr bopolissimus.li...@gmail.com To: users@kannel.org Sent: Thursday,

configuration help required

2010-08-26 Thread Irfan Malik
Hi All, I am looking for help to configure kannel sms-service based on number of words in request. Requirement is to append different URL's to the request based on number of words in keyword. it should work for any keyword Request 1) 92123456789 Request 2) 92123456789 1234 10 For number

Re: configuration help required

2010-08-26 Thread sangprabv
It should be about sms-service sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 26, 2010, at 2:10 PM, Irfan Malik wrote: Hi All, I am looking for help to configure kannel sms-service based on number of words in request. Requirement is to append different URL's

Re: How does Kannel handle DLRs from multiple binds to the same SMSC

2010-08-26 Thread brett skinner
Hi Juan Thanks. I am using MySQL storage. After reading the UG again I see that this is what I should be doing. No matter how many times I read the thing I always find something new. Regards, On Wed, Aug 25, 2010 at 11:23 PM, Juan Nin jua...@gmail.com wrote: Also, both binds will need to use

Re: configuration help required

2010-08-26 Thread Elton Hoxha
Maybe you need to define two sms-service groups to call each of your services in background. To match your given digits; 1 - keyword-regex = ^[0-9]+$ 2 - keyword-regex = ^[0-9]+ [1-4]+ [0-1]+$ On Thu, Aug 26, 2010 at 9:22 AM, sangprabv sangpr...@gmail.com wrote: It should be about sms-service

Re: configuration help required

2010-08-26 Thread sangprabv
Im not sure, but maybe keyword-regex directive might help you. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 26, 2010, at 2:28 PM, Irfan Malik wrote: Yes, It is. Any help ? Best Regards, Irfan Malik Subject: Re: configuration help required

RE: configuration help required

2010-08-26 Thread Irfan Malik
Many thanks dear, How if we remove the digits 92123456789? Request 1) 92123456789 Request 2) 92123456789 1234 10 lets have request one blank Request 1) Request 2) 1234 10 Best Regards, Irfan Malik Date: Thu, 26 Aug 2010 09:35:49 +0200 Subject: Re: configuration help required

Re: configuration help required

2010-08-26 Thread sangprabv
if 92123456789 will always be your first word then you only need keyword not keyword-regex. it could be something like this: group = sms-service keyword = 92123456789 name = 92123456789 get-url = http://1.2.3.4/path_a; and for other requests: group = sms-service keyword = default name =

Re: configuration help required

2010-08-26 Thread Jangita
On 26/08/2010 9:10 a, Irfan Malik wrote: Hi All, (...) Request 1) 92123456789 Request 2) 92123456789 1234 10 For number 1, want to append a URL e.g. http://www.myweb.com/blank For number 2, want to append a URL e.g. http://www.myweb1.com/pinrequest When keyword matching gets more

Re: Kannel queue with same priority is unpredictable

2010-08-26 Thread Jason Mule
Sorry. For completeness, I have attached the config file used for the test. Also, I will add an interesting snippet from the bearerbox log because the file is huge (logging was set to DEBUG): ... 2010-08-25 11:55:26 [25528] [8] DEBUG: sms_router: handling message (0xacd5950 vs 0xacd5950)

Re: Kannel queue with same priority is unpredictable

2010-08-26 Thread Nikos Balkanas
Hi, 1) You should leave an empty line between group definitions (smsbox, smsbox-route). 2) Your bb log is very short to be of any use. However, you can see SMS requeing going on, in which case priority queues are not observed. If you get SMS in the delayed queue, you understand that they

RE: Problem with Regular Expressions

2010-08-26 Thread Cariotoglou Mike
thanks, Nikos, will test and come back if I still have problems -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Thursday, August 26, 2010 8:55 AM To: Rene Kluwen; Cariotoglou Mike; users@kannel.org Subject: Re: Problem with Regular Expressions

SMS receive not working with nokia n70

2010-08-26 Thread Pratik Shrestha
Dear All, I have configured nokia 70 to work. Sending sms through kannel (web interface) is ok. But kannel is not receiving the sms when I send sms to that phone (nokia n70). The phone receives the sms and beeps but nothing happens to kannel. Actually I want kannel to receive that sms and post to

RE: service works with SMPPsim and not with real smsc

2010-08-26 Thread gasmen
this is my configuration it calls my servlet uploaded on web server when i use SMPPsim but when i use the real smsc it didnt call the service. group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar log-file = /home/aymen/gateway-1.4.3/gw/config/logs/kannel.log log-level = 0

Re: Kannel queue with same priority is unpredictable

2010-08-26 Thread Jason Mule
Hi, Thanks for the response. I deleted that line by mistake when I was removing commented-out lines before posting. BR, Jason 2010/8/26 Nikos Balkanas nbalka...@gmail.com: Hi, 1) You should leave an empty line between group definitions (smsbox, smsbox-route). 2) Your bb log is very short

Re: SMS receive not working with nokia n70

2010-08-26 Thread Nikos Balkanas
Hi, You probably have wrong init-string. There is a special section in UG about modem initialization. You may need to configure sim-buffering and message-storage. BR, Nikos - Original Message - From: Pratik Shrestha To: users@kannel.org Sent: Thursday, August 26, 2010 12:01 PM

Re: Help on Kannel configuration

2010-08-26 Thread david ally
Nikos/All, I thought i did reply to all in my last email. I still would want someone to answer my questions. David On Thu, Aug 26, 2010 at 10:23 AM, david ally dade.a...@gmail.com wrote: Yes, I have read the user guide and i also have the kannel.conf file that come with the 1.4.3 stable

Re: Help on Kannel configuration

2010-08-26 Thread Nikos Balkanas
You cannot configure kannel from the http admin, just administer it. Check admin-password admin-port in group core. BR, Nikos - Original Message - From: david ally To: users@kannel.org Sent: Thursday, August 26, 2010 3:17 PM Subject: Re: Help on Kannel configuration Nikos/All, I

Re: configuration help required

2010-08-26 Thread Alvaro Cornejo
Irfan For such things it is quite better to send all messages to only one script --in the language of your choice-- where you can parse/split/sort or whatever mods you want to do with the MO. It also lets you change it without the need to restart kannel. Regards

Re: service works with SMPPsim and not with real smsc

2010-08-26 Thread Alvaro Cornejo
set log-level to 0 and post logs |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones

RE: SMS receive not working with nokia n70

2010-08-26 Thread Rene Kluwen
To be exact: The AT+CNMI gsm command is missing from your init string. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: Thursday, 26 August, 2010 12:09 To: Pratik Shrestha; users@kannel.org Subject: Re: SMS receive not

Re: SMS receive not working with nokia n70

2010-08-26 Thread Alvaro Cornejo
Some Nokia phones does not support CNMI command. If that is your case, you can try Nikos solution otherwise... change your phone for another brand or look for a GSM modem |-| Envíe y

RE: smppbox bulk sms: slow reception from a client

2010-08-26 Thread Rene Kluwen
As expected: Tweaking the value of max-pending-submits is the variable that makes the difference. Queues don't make a very big difference. Because the roundtrip time of acks will be the same. == Rene From: Davit Mirzoyan [mailto:davit.mirzo...@hotmail.com] Sent: Tuesday, 24 August, 2010

Dlr.php

2010-08-26 Thread Budi wibowo
Dear all Where can I find sample of dlr.php that is used in user guide? Regards Budi

Re: users Digest, Vol 48, Issue 168

2010-08-26 Thread Alvaro Cornejo
was scrubbed... URL: http://www.kannel.org/pipermail/users/attachments/20100826/3306c03c/attachment.html -- ___ users mailing list users@kannel.org http://www.kannel.org/mailman/listinfo/users End of users Digest, Vol

Re: SMS receive not working with nokia n70

2010-08-26 Thread Nikos Balkanas
Well, it is in the UG I was referring to. But it is not a cure all. Several Nokia phones are known not to support it. BR, Nikos - Original Message - From: Rene Kluwen rene.klu...@chimit.nl To: 'Nikos Balkanas' nbalka...@gmail.com; 'Pratik Shrestha' pratik...@gmail.com;

interpretation of the SMS load numbers on the Kannel status page

2010-08-26 Thread Sanjay Bhandari
Can anyone shed some light on the SMS load numbers on the Kannel staus page? What exactly do these numbers mean? We are primarily interested in the moving average for the number of SMS handled per sec (inbound / outbound), but can't correlate these to the load numbers displayed by Kannel. Also,

Re: Dlr.php

2010-08-26 Thread Juan Nin
You won't find, it's just an example :) You're the one who knows what to do with DLRs on your own application, each one's application is different and you may want to do different stuff with DLRs. So just code yours according to your own needs. Regards, Juan On Thu, Aug 26, 2010 at 12:05

Re: Dlr.php

2010-08-26 Thread budi wibowo
my requirement is simple, dlr.php template for something mention in http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#DELIVERY-REPORTS http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#DELIVERY-REPORTS TIA budi On Fri, Aug 27, 2010 at 7:19 AM, Juan Nin

Re: Dlr.php

2010-08-26 Thread sangprabv
And develop such DLR application using PHP is simple as well ;) sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Aug 27, 2010, at 7:39 AM, budi wibowo wrote: my requirement is simple, dlr.php template for something mention in

Re: SMS receive not working with nokia n70

2010-08-26 Thread Pratik Shrestha
Dear All, Thanks. I am still trying it but not yet working. Before I used Nokia 30 which worked very well. Then I tried Telular Phonecell Sx5e but I could not make it work. And then I came to Nokia n70 for which I am not receiving sms though sending is ok. With the last post from Emmanuel, I

Re: SMS receive not working with nokia n70

2010-08-26 Thread Nikos Balkanas
Did you try sim-buffering and message-storage that I suggested? BR, Nikos - Original Message - From: Pratik Shrestha To: Emmanuel CHANSON ; Nikos Balkanas ; Rene Kluwen ; users@kannel.org Sent: Friday, August 27, 2010 5:43 AM Subject: Re: SMS receive not working with nokia n70 Dear

Re: SMS receive not working with nokia n70

2010-08-26 Thread Pratik Shrestha
Dear Nikos, I tried two init strings, AT+CNMI=0,2,0,0,0 and AT+CMGL=ALL But the modem did not start. Then I tried sim-buffering alone. It gives the error couldn't parse all memory locations : 0:''. When I use sim-buffering and message-storage at once, the modem does not initialize. And when I

Re: SMS receive not working with nokia n70

2010-08-26 Thread Nikos Balkanas
Please post detailed bb logs from initialization with sim-buffering message-storage and indicate their values for each log. BR, Nikos - Original Message - From: Pratik Shrestha To: Nikos Balkanas Cc: Emmanuel CHANSON ; Rene Kluwen ; users@kannel.org Sent: Friday, August 27, 2010 6:27