Use case for dlr-url of sms-service

2023-12-05 Thread Eduard Takhtamirov
Hello everyone, What's a typical use of "dlr-url" config setting within an "sms-service" group? I'm specifically interested in DLR on sendsms when "dlr-url" of an "sendsms-user" group is undefined (otherwise this dlr-url would work, I know), while

RE: Route message to backup kannel box on SMS service failure

2016-09-27 Thread Jim Page
. Is this doable? Thanks Jim -Original Message- From: Stipe Tolj [mailto:st...@kannel.org] Sent: 27 September 2016 20:46 To: Jim Page <jim.p...@redmatter.com> Cc: users@kannel.org Subject: Re: Route message to backup kannel box on SMS service failure Am 27.09.16 19:19, schrieb Jim Page

Re: Route message to backup kannel box on SMS service failure

2016-09-27 Thread Stipe Tolj
- on an sms service REST failure: convert MT message to MO in the smsbox context and pass it back to bearerbox to be forwarded to another SMSC. FYI - these two SMSCs both belong to us, but operate in different divisions of our service. Hi Jim, now, let's first make sure the "definition part"

RE: Route message to backup kannel box on SMS service failure

2016-09-27 Thread Jim Page
Hi Stipe Sorry if I am being dim, but the incoming message is MT, isn't it, and the outgoing message is MO? Or have I misunderstood something fundamental? If not, and in your statement below MO and MT are round the wrong way, then you are correct - on an sms service REST failure: convert MT

Re: Route message to backup kannel box on SMS service failure

2016-09-27 Thread Stipe Tolj
Am 07.09.2016 19:38, schrieb Jim Page: Hi There Can anyone tell me if there is a cunning way to configure kannel to do this: - SMS arrives from foreign SMSC - SMS is submitted to REST API via SMS service - If response is '404 not found', forward SMS to a different SMSC, otherwise: done

Route message to backup kannel box on SMS service failure

2016-09-07 Thread Jim Page
Hi There Can anyone tell me if there is a cunning way to configure kannel to do this: - SMS arrives from foreign SMSC - SMS is submitted to REST API via SMS service - If response is '404 not found', forward SMS to a different SMSC, otherwise: done Thanks all Rupert

RE: sms-service group is mandatory ??

2015-03-27 Thread Ajay Patel
Can anyone help me for below !!! Thanks Regards, Ajay Patel From: Ajay Patel [mailto:ajay.pa...@elitecore.com] Sent: Wednesday, March 18, 2015 6:18 PM To: 'users@kannel.org' Subject: sms-service group is mandatory ?? Hi All, I have read many places that there should be 1 default

Re: sms-service group is mandatory ??

2015-03-22 Thread ha...@aeon.pk
Set the default group routing to somewhere. Else it will keep failing. On Wed, Mar 18, 2015 at 5:48 PM, Ajay Patel ajay.pa...@elitecore.com wrote: Hi All, I have read many places that there should be 1 default sms-service group required even if you are configured kannel to sending message

sms-service group is mandatory ??

2015-03-18 Thread Ajay Patel
Hi All, I have read many places that there should be 1 default sms-service group required even if you are configured kannel to sending message only. Can anyone let me know why so ? one of my env. I have received below message. Can anyone tell me what is the significance of this message

routing sms-service

2014-08-18 Thread Alejandro Mussi
Hi guys, How is possible to route an incoming sms to differents sms-service depending of the short code number sent.? I have a client that has his own content management (not kannel) and i want to send all the sms traffic that have certains short numbers. Anyone can recommend a better way to do

Re: routing sms-service

2014-08-18 Thread ha...@aeon.pk
Read the user manual, especially the REGEX part. On Mon, Aug 18, 2014 at 9:33 PM, Alejandro Mussi alemu...@gmail.com wrote: Hi guys, How is possible to route an incoming sms to differents sms-service depending of the short code number sent.? I have a client that has his own content

Re: routing sms-service

2014-08-18 Thread Alejandro Mussi
to route an incoming sms to differents sms-service depending of the short code number sent.? I have a client that has his own content management (not kannel) and i want to send all the sms traffic that have certains short numbers. Anyone can recommend a better way to do this? Thanks for the help

SMS-Service routing via shortcodes

2014-01-14 Thread Artem Chekulaev
I have one smpp connection and all sms go from it. On Kannel I create two sms-service groups One for all and one for only three shortcodes 551 552 553 Operator sends sms with shortcode like 551#123456 (i made dirty patch to passthrough it). In config group = sms-service keyword = default name

ERROR: Group 'sms-service' may not contain field 'alt-charset'

2013-08-05 Thread Majid Azimi
Hi guys, I have configured kannel to work with SMPP. I can send and receive ASCII messages without any problem. I can send Persian messages without any problem. but when receiving it is converted to ASCII characters. Based on user guide I have set sms-service section like this: group = sms

USSD session attached to a particular sms-service/get-url

2013-05-28 Thread HOFMANN SANCHEZ David Daniel
Hi People, I have configured kannel to connecto to 2 different ussd gateway, I also have configured kannel to have 2 sms-service with 2 different urls. I want to know if it's possible to make kannel aware of the concept of ussd sessions so that when a new ussd session is established (when

Re: [ Receiving MO ] [ SMS-SERVICE ] Configuration for no reply on receipt of MO message

2013-04-22 Thread Otandeka Simon Peter
Set max-message = 0 Peter. On Mon, Apr 22, 2013 at 4:15 PM, Christopher Burke christopher.bu...@simulity.com wrote: Hi, I have configured Kannel to receive SMS from an SMPP connection and it does so by using the following configuration: group = sms-service keyword-regex = .* catch-all

Re: Strange Characters in MO Url from sms service

2013-03-27 Thread Sayed Hadi Rastgou Haghi
Hi Just Do a url_decode ;) %C3%B6 = ö On Tue, Mar 26, 2013 at 10:47 PM, Jeff Thorn j...@thorntechnologies.comwrote: Hello All, I am seeing some odd characters in the HTTP call we are getting form smsbox for MOs. I expect the text from the phone to be: RE: Testing reply

Strange Characters in MO Url from sms service

2013-03-26 Thread Jeff Thorn
Hello All, I am seeing some odd characters in the HTTP call we are getting form smsbox for MOs. I expect the text from the phone to be: RE: Testing reply ---testing iden Here is the URL we are getting:

SMS-Service URL Decode-PHP

2013-02-07 Thread michael osakede
Hi, Please can anyone help with a php code to decode email addresses. please see sample ?sender=%2B2348051154967text=john%C2%A7best%C2%A1yahoo.com+to=33180 i want to convert text to john_b...@yahoo.com. Right now i just endup with  john??b...@yahoo.com (non-printable character)- from my mail

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Willy Mularto
Use url_decode($_GET['text']) SlyDroid On Feb 7, 2013 8:05 PM, michael osakede ire...@yahoo.com wrote: Hi, Please can anyone help with a php code to decode email addresses. please see sample ?sender=%2B2348051154967text=john%C2%A7best%C2%A1yahoo.com+to=33180 i want to convert text to

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread michael osakede
: SMS-Service URL Decode-PHP Use url_decode($_GET['text']) SlyDroid On Feb 7, 2013 8:05 PM, michael osakede ire...@yahoo.com wrote: Hi, Please can anyone help with a php code to decode email addresses. please see sample ?sender=%2B2348051154967text=john%C2%A7best%C2%A1yahoo.com+to=33180 i

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Kenny
Michael, It appears like this query belongs to a PHP community and not for the Kannel group. In any case, something looks wrong here because john_b...@yahoo.com is NOT john%C2%A7best%C2%A1yahoo.com even when you URL encode it. If all is right with the input from the mobile, then

block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
Hi, I just configured MO routing for the first time (using a http smsc and 2 smsboxes) I am wonderig if there is a way to prevent responses from sms-service from being sent back through the bearerbox. Basically I am seeing (not sure about 1-2 of the ack orders but in general...): 1 - request

RE: block sms-service response to bearerbox

2013-01-15 Thread Rene Kluwen
If you send an empty response in step 6, you can prevent Kannel from sending a response sms by setting up omit-empty = true in group = sms-service. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Brian McCavour Sent: dinsdag 15 januari 2013 21:16 To: users

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
@kannel.org Sent: Tuesday, January 15, 2013 3:39:28 PM Subject: RE: block sms-service response to bearerbox If you send an empty response in step 6, you can prevent Kannel from sending a response sms by setting up   omit-empty = true in group = sms-service.   From:users-boun...@kannel.org

Re: block sms-service response to bearerbox

2013-01-15 Thread Juan Luis Gómez Correa
Try with max-messages=0 From: Brian McCavour bmccav...@yahoo.com Reply-To: Brian McCavour bmccav...@yahoo.com Date: Tuesday, January 15, 2013 3:52 PM To: Rene Kluwen rene.klu...@chimit.nl, users@kannel.org users@kannel.org Subject: Re: block sms-service response to bearerbox That's what

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
: Re: block sms-service response to bearerbox That's what I tried first, but I then get a msg sent to bearerbox with Could not fetch content, sorry. Is there anther flag I'm missing in the bearebox or something? From: Rene Kluwen rene.klu...@chimit.nl

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
...@yahoo.com; Rene Kluwen rene.klu...@chimit.nl; users@kannel.org users@kannel.org Sent: Tuesday, January 15, 2013 3:54:56 PM Subject: Re: block sms-service response to bearerbox Try with  max-messages=0 From: Brian McCavour bmccav...@yahoo.com Reply-To: Brian McCavour bmccav...@yahoo.com Date

Re: block sms-service response to bearerbox

2013-01-15 Thread Brian McCavour
rene.klu...@chimit.nl; users@kannel.org users@kannel.org Sent: Tuesday, January 15, 2013 4:08:08 PM Subject: Re: block sms-service response to bearerbox Ah clever, that worked. I'll still need to find a way to make omit-empty work though, for the case where sometimes its needed and sometimes

Issue and questions regarding SMS-SERVICE

2012-07-19 Thread Christopher Burke
Hi All, I have added an sms-service configuration to Kannel, however I am getting unexpected results. I have tried many different configuration parameters, however all of these are leading to similar results. The sms-service configuration is as follows: group = sms

Re: Issue and questions regarding SMS-SERVICE

2012-07-19 Thread Olutoyin Daniel Ogunmola
christopher.bu...@simulity.com Sender: users-boun...@kannel.org Date: Thu, 19 Jul 2012 15:12:11 To: users@kannel.org Cc: Deborah Murphydeborah.mur...@simulity.com Subject: Issue and questions regarding SMS-SERVICE Hi All, I have added an sms-service configuration to Kannel, however I am getting

[sms-service] Problems Recieving SMS

2012-07-09 Thread Christopher Burke
: Thread 2 (gwlib/http.c:server_thread) maps to pid 15353. 2012-07-09 21:40:39 [15353] [2] DEBUG: HTTP: Including port 13013, fd 10 for polling in server thread 2012-07-09 21:40:39 [15353] [0] INFO: Set up send sms service at port 13013 2012-07-09 21:40:39 [15353] [0

Regarding the format of the response of an auto-reply by the sms-service.

2012-05-11 Thread Colin Marshall
When an auto-reply SMS message is sent by Kannel using the response from the domain defined in the get-url, the SMS text sent to the originator is prefixed with the domain name, followed by the text of the response. Is there a way of changing, or preferably suppressing, the domain name such

question : sms-service 'get-url' didn't work

2011-10-04 Thread bino oetomo
sure the CherryPy Scrip work. Next : I Try to send msg from my cell to my modem ... with msg GGG JJJ The msg is received by modem and bearer box ... but bearer box did not call the HTTP server. Here is my kannel config (sms-service part) group = sms-service keyword = default get-url = http

RE: Regarding sms port on auto reply by sms service

2011-07-13 Thread Rene Kluwen
:51 To: Rene Kluwen; users@kannel.org Subject: Re: Regarding sms port on auto reply by sms service I already have accept-x-kannel-headers = true set in my kannel.conf. How can I specify UDH to be used with auto-reply to a service.. THanks, Adil On Tue, Jul 12, 2011 at 6:38 PM, Rene Kluwen rene.klu

Regarding sms port on auto reply by sms service

2011-07-12 Thread Adil Mohd
concatenation= true max-messages = 100 #http://localhost:13003/cgi-bin/sendsms?username=agilepassword=agileto=8802345723text=Hello+world #- # SERVICES # group = sms-service #get-url=http://www.google.com; #get-url = http://127.0.0.1:13001/cgi-bin/sendsms

RE: Regarding sms port on auto reply by sms service

2011-07-12 Thread Rene Kluwen
your service. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Adil Mohd Sent: Tuesday, 12 July, 2011 14:44 To: users@kannel.org Subject: Regarding sms port on auto reply by sms service Hi, I am trying to configure Kannel for my use

Re: Regarding sms port on auto reply by sms service

2011-07-12 Thread Adil Mohd
...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Adil Mohd Sent: Tuesday, 12 July, 2011 14:44 To: users@kannel.org Subject: Regarding sms port on auto reply by sms service Hi, I am trying to configure Kannel for my use. I have also configured a service. When ever I recieve

sms-service, exec, shell scripts results in UTF8 and data_coding value

2011-05-26 Thread O Z
= 1 dest-addr-npi = 1 interface-version = 34 alt-charset = UTF-8 log-file = /var/log/kannel/smsc-operator.log log-level = 0 group = sendsms-user username = root password = my_password_here user-allow-ip = *.*.*.* concatenation = true max-messages = 10 group = sms-service keyword = default catch

sms-service failover

2011-04-28 Thread Vincent Themereau
application server. Is it possible to configure Kannel with two sms-service: - The first one with a get-url pointing to the first application server. - The second one with a get-url pointing to the second application server. The target is : If first application server is down - the HTTP GET

Re: sms-service failover

2011-04-28 Thread Nikos Balkanas
28, 2011 5:11 PM Subject: sms-service failover Hello, I have the following configuration: SMS-C connected to Kannel and two application servers used to handle inbound SMS. I want all inbound SMS to be handled by the first application server but in case the first application server is down I

get-url parameter in sms-service

2011-04-19 Thread Harbhag Singh Sohal
Hi, I just wanted to know that what is the purpose of get-url parameter in sms-service. I have read the userguide but I just dont get it. I would be very thankful. Regards, -- Harbhag Singh Sohal www.harbhag.wordpress.com

RE: [SOLVED] How to force the reply of an sms-service to go through a specified smsc on some conditions

2011-01-19 Thread Tshimanga Minkoka
...@vodacom.cd -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Rapture Sent: Tuesday 18 January 2011 17:50 To: users@kannel.org Subject: RE: How to force the reply of an sms-service to go through a specified smsc on some conditions Hi

How to force the reply of an sms-service to go through a specified smsc on some conditions

2011-01-18 Thread Tshimanga Minkoka
Dear Kannel users, How can I force the reply of an sms-service to go through a specified smsc on some conditions? Basically I have a configuration with: 1 bearerbox 2 smsc smpp connections to 2 different SMSCs 1 smsbox 1 sendsms-user 1 sms-service The sms-service group receives all the traffic

Re: How to force the reply of an sms-service to go through a specified smsc on some conditions

2011-01-18 Thread Alvaro Cornejo
SMS y GPRS online               Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Tue, Jan 18, 2011 at 4:04 AM, Tshimanga Minkoka tshimanga.mink...@vodacom.cd wrote: Dear Kannel users, How can I force the reply of an sms-service to go through a specified smsc on some

RE: How to force the reply of an sms-service to go through a specified smsc on some conditions

2011-01-18 Thread Tshimanga Minkoka
in the sms-service group. Regards, TSHIMANGA Minkoka VAS Manager Mobile: +243 814443113 Telephone: +243 815560341 ext. 0583 Fax: +243 813010373 Email: tshimanga.mink...@vodacom.cd -Original Message- From: Alvaro Cornejo [mailto:cornejo.alv...@gmail.com] Sent: Tuesday 18 January 2011 14:36

Re: How to force the reply of an sms-service to go through a specified smsc on some conditions

2011-01-18 Thread Alvaro Cornejo
To: Tshimanga Minkoka Cc: users@kannel.org Subject: Re: How to force the reply of an sms-service to go through a specified smsc on some conditions Kannel can not doit by itself. You should have an app that, after validate the conditions you set for the routing send the message back

RE: How to force the reply of an sms-service to go through a specified smsc on some conditions

2011-01-18 Thread Rapture
Hi, Alternatively, you can process incoming MO in the same php script that is defined to receive incoming MO in sms service to evaluate the content and respond via the Kannel Call that sends MT messages then store the MO in a db (and MT too if you like). That way you create a loop from MO-Process

Re: CIMD2 to sms-service problem with greek characters

2011-01-10 Thread Nikos Balkanas
Hi, Please use users list for such questions. Have you tried mo-recode in group core? BR, Nikos - Original Message - From: Harry Michopoulos To: de...@kannel.org Sent: Monday, January 10, 2011 11:58 AM Subject: CIMD2 to sms-service problem with greek characters Greetings, Firstly

RE: help with sms-service and sqlbox

2010-10-09 Thread Rene Kluwen
Put bearerbox-port = 13005 (the sqlbox port) in group = smsbox. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mac...@fastermail.com Sent: Tuesday, 05 October, 2010 13:14 To: users@kannel.org Subject: help with sms-service and sqlbox Hey fellows my kannel

about sms-service and sqlbox

2010-10-06 Thread macboy
a schema is a table in database speak.And henceforward what parameters do i need to have under sms-service for me to store messages in mysql DB. Apparently i configured sms-service and defined get-url under sms-service so that i could get the incomming messages straight into the database

Re: about sms-service and sqlbox

2010-10-06 Thread Luís Tiago Rico
-service for me to store messages in mysql DB. Apparently i configured sms-service and defined get-url under sms-service so that i could get the incomming messages straight into the database but the could not fetch content kept coming back to my phone.Therefore i am seeking full guidance on how i

help with sms-service and sqlbox

2010-10-05 Thread macboy
-level = 0 #sendsms-chars = 0123456789 +- #log-file = /tmp/smsbox.log #access-log = /tmp/access.log group = sendsms-user username = camcom password = camcom max-messages = 2 concatenation = true group = sms-service keyword = default #text = You asked

help with sms-service group

2010-09-29 Thread macboy
concatenation = true group = sms-service keyword = nop text = You asked nothing and I did it! # There should be always a 'default' service. This service is used when no # other 'sms-service' is applied. #group = sms-service #keyword = default #text = No service specified group = mysql

Re: help with sms-service group

2010-09-29 Thread Alvaro Cornejo
= /tmp/access.log group = sendsms-user username = camcom password = camcom max-messages = 1 concatenation = true group = sms-service keyword = nop text = You asked nothing and I did it! # There should be always a 'default' service. This service is used when no # other 'sms-service

smppbox and sms-service

2010-07-23 Thread Imran Aghayev
Guys, When I send sms through smppbox it is routed and delivered to the handset through route-to-smsc but I need it to fall into sms-service and trigger get-url. How can I make smppbox pass messages to sms-service ? Thanks

RE: smppbox and sms-service

2010-07-23 Thread Rene Kluwen
Aghayev Sent: vrijdag 23 juli 2010 14:36 To: users@kannel.org Subject: smppbox and sms-service Guys, When I send sms through smppbox it is routed and delivered to the handset through route-to-smsc but I need it to fall into sms-service and trigger get-url. How can I make smppbox pass messages

Re: smppbox and sms-service

2010-07-23 Thread Nikos Balkanas
Nope. AFAIK, smppbox doesn't offer sms-services. It is not compatible with its logic of SMPP proxy. For that, you need to forward to connected ESME and let that one do the sms-service. BR, Nikos - Original Message - From: Rene Kluwen To: 'Imran Aghayev' ; users@kannel.org Sent

Re: smppbox and sms-service

2010-07-23 Thread Nikos Balkanas
...@hotmail.co.uk; users@kannel.org Sent: Friday, July 23, 2010 6:01 PM Subject: RE: smppbox and sms-service I'm working on a solution though. -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: vrijdag 23 juli 2010 16:54 To: Rene Kluwen; 'Imran Aghayev'; users@kannel.org

Regex problems in sms-service and keywords

2010-05-17 Thread fegul
I have two sms-services defined, one that catches messages with a keyword that matches a regular expression (using 'keyword-regex' in the sms-service) and one that catches everything else (using keyword = default) to a different script. The regex compiles and I've tested it using some online

Re: Regex problems in sms-service and keywords

2010-05-17 Thread Nikos Balkanas
in sms-service and keywords I have two sms-services defined, one that catches messages with a keyword that matches a regular expression (using 'keyword-regex' in the sms-service) and one that catches everything else (using keyword = default) to a different script. The regex compiles and I've

Re: Regex problems in sms-service and keywords

2010-05-17 Thread fegul
- From: fegul ftseg...@gmail.com To: users@kannel.org Sent: Monday, May 17, 2010 4:44 PM Subject: Regex problems in sms-service and keywords I have two sms-services defined, one that catches messages with a keyword that matches a regular expression (using 'keyword-regex' in the sms-service

Re: Regex problems in sms-service and keywords

2010-05-17 Thread Nikos Balkanas
Regardless, test by parts. BR, Nikos - Original Message - From: fegul ftseg...@gmail.com To: users@kannel.org Sent: Monday, May 17, 2010 5:06 PM Subject: Re: Regex problems in sms-service and keywords \w is meant to match any word character. If you insert the expression

Re: Regex problems in sms-service and keywords

2010-05-17 Thread fegul
: Regardless, test by parts. BR, Nikos - Original Message - From: fegul ftseg...@gmail.com To: users@kannel.org Sent: Monday, May 17, 2010 5:06 PM Subject: Re: Regex problems in sms-service and keywords \w is meant to match any word character. If you insert the expression

Re: Regex problems in sms-service and keywords

2010-05-17 Thread Nikos Balkanas
expressions. BR, Nikos - Original Message - From: fegul ftseg...@gmail.com To: users@kannel.org Sent: Monday, May 17, 2010 5:55 PM Subject: Re: Regex problems in sms-service and keywords I'm continuing to do that however I find it strange that regular expressions (which I've always

Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-20 Thread jyotiranjan panda
- Original Message - *From:* jyotiranjan panda tell2jy...@gmail.com *To:* Nikos Balkanas n...@amdtelecom.net *Cc:* Kannel User users@kannel.org *Sent:* Tuesday, February 16, 2010 1:11 PM *Subject:* Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem Thanks Nikos, for your

Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-20 Thread Nikos Balkanas
OK. So what is with the spam? 3 mails in 2 minutes? This is great for asking for help. Nikos - Original Message - From: jyotiranjan panda To: Nikos Balkanas Cc: Kannel User Sent: Saturday, February 20, 2010 9:56 AM Subject: Re: CMS ERROR: SMS service of ME reserved (301

CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread jyotiranjan panda
:17:47 [3175] [6] DEBUG: AT2[nokia]: -- +CMS ERROR: 301 2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: +CMS ERROR: 301 2010-02-16 17:17:47 [3175] [6] ERROR: AT2[nokia]: CMS ERROR: SMS service of ME reserved (301) 2010-02-16 17:17:47 [3175] [6] DEBUG: AT2[nokia]: send command status: 1

Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread Nikos Balkanas
16, 2010 11:17 AM Subject: CMS ERROR: SMS service of ME reserved (301) with Nokia modem Hi, I am trying to use Nokia 30 gsm modem with kannel. My configuration is group = smsc smsc = at smsc-id = nokia modemtype = auto device = /dev/ttyS0 pin = 2345 my-number = 123123123123

Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread jyotiranjan panda
- Original Message - *From:* jyotiranjan panda tell2jy...@gmail.com *To:* Kannel User users@kannel.org *Sent:* Tuesday, February 16, 2010 11:17 AM *Subject:* CMS ERROR: SMS service of ME reserved (301) with Nokia modem Hi, I am trying to use Nokia 30 gsm modem with kannel. My configuration

Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem

2010-02-16 Thread Nikos Balkanas
, February 16, 2010 1:11 PM Subject: Re: CMS ERROR: SMS service of ME reserved (301) with Nokia modem Thanks Nikos, for your response. Now my conf file is like below group = modems id = auto name = Nokia Phone init-string = AT+CNMI #message-storage = ME detect-string = Nokia

Sms-service, WAP Push and PPG

2009-12-28 Thread Emmanuel CHANSON
Hello, After having successfully implemented wapbox, ppg and send a wappush on ppg HTTP interface using: lynx -dump http://localhost/test/sms-wap-push-2.php?num=XX; I try now to use it through sms-service without success, I always get on the mobile the POST or GET content URL in text

Re: Sms-service, WAP Push and PPG

2009-12-28 Thread Nikos Balkanas
Hi, As discussed in another thread in this list, you can use sms-service only with MO SMS, not for push (ppg or SMS). MO means Mobile Originated. With PPG you can push any text or URL you want, why then would you like to do an extra request to sms-service? Just send what you want from

Re: Sms-service, WAP Push and PPG

2009-12-28 Thread Emmanuel CHANSON
My call flow is the following: MO - keyword - Kannel sms-service match the keyword - get_url = php script that send a corresponding wap push sms to the original sender in order to fetch an url and retrieve a content (image, ...) I am just looking for a way to retrieve a content through wap

Re: Sms-service, WAP Push and PPG

2009-12-28 Thread Emmanuel CHANSON
...@gmail.com *To:* Nikos Balkanas nbalka...@gmail.com *Cc:* users users@kannel.org *Sent:* Monday, December 28, 2009 10:38 PM *Subject:* Re: Sms-service, WAP Push and PPG My call flow is the following: MO - keyword - Kannel sms-service match the keyword - get_url = php script that send a corresponding

why get-url of sms-service works fine sometimes?

2009-12-26 Thread 陈波
-allow-ip = #- # SERVICES # # These are 'responses' to sms PULL messages, i.e. messages arriving from # handsets. The response is based on message content. Only one sms-service is # applied, using the first one to match. #group = sms-service #keyword

Add New sms-service without Restarting Kannel

2009-11-10 Thread sangprabv
I usually restart Kannel every time I add new sms-service (keyword), is there any way to avoid restarting Kannel and no traffic lost. TIA. Willy

Re: invalid charset returned by sms-service

2009-08-14 Thread Latitude Berlin
is an integer. The byte is the LSB, 0x80. BR, Nikos - Original Message - *From:* Latitude Berlin latitude...@googlemail.com *To:* users users@kannel.org *Sent:* Thursday, August 13, 2009 5:49 PM *Subject:* invalid charset returned by sms-service Hi, group = sms-service get-url = http

Re: invalid charset returned by sms-service

2009-08-14 Thread Latitude Berlin
From where kannel gets the charset which it sends in the get-url group = sms-service get-url = http:// ... text=%acharset=%C If euro symbol is from windows-1252 charset, then it should send this one and not iso*. Regards. If euro symbol is from windows-1252 charset, then it should send thi

Re: invalid charset returned by sms-service

2009-08-14 Thread Nikos Balkanas
Hi, Unfortunately your process is not very clear to me. Your sms-service seems malconfigured. You shouldn't pass these parameters to your get-url, since it is usually an external server who doesn't care anyway. The external server will reply its own charset in the HTTP headers. You can not set

invalid charset returned by sms-service

2009-08-13 Thread Latitude Berlin
Hi, group = sms-service get-url = http:// ... text=%acharset=%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

Re: invalid charset returned by sms-service

2009-08-13 Thread Nikos Balkanas
Berlin To: users Sent: Thursday, August 13, 2009 5:49 PM Subject: invalid charset returned by sms-service Hi, group = sms-service get-url = http:// ... text=%acharset=%C I sent an sms with euro symbol and Kannel forwarded it to the Servlet. The charset sent by Kannel was ISO-8859-1

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Theodore G
executed, either by the get-url, or the default sms-service. nothing. They all get received and queued. Now my status browser shows: - Kannel bearerbox version `1.4.3'. Build `Feb 14 2009 16:26:23', compiler `4.3.3'. System

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Jovan Kostovski
On Mon, Jun 22, 2009 at 8:18 AM, Theodore Gmalaikam...@gmail.com wrote: I also tried the other suggestion of setting send-sender to true. That also didn't work. why were you expecting to work when it is only used for post-url? :) Try to comment the store-type and store-location parameters and

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Theodore G
I have tried commenting the store type and location, and tried the store file, but the problem still persists. I didn't compile the kannel, I installed it using synaptic. Below is the log dump at the time when it received the sms. The sms I sent from my phone is just the word kamusi

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Theodore G
Hello everyone, PROBLEM SOLVED! After I pasted a dump, i noticed the warning smsbox_list empty, I googled it and came across this post http://www.nabble.com/queued-messages--td16701925.html and finally i found someone with the exact same problem and he solved it by commenting the smsbox-id. I

Re: Can send sms and can receive but cannot process sms-service

2009-06-22 Thread Alejandro Guerrieri
If you set an smsbox-id you need to explicitly route traffic to that smsbox instance using smsbox-route. Check on the userguide here: http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN3270 Regards, Alejandro On Mon, Jun 22, 2009 at 11:35 AM, Theodore G

Re: Can send sms and can receive but cannot process sms-service

2009-06-21 Thread Jovan Kostovski
On Sun, Jun 21, 2009 at 3:08 PM, Theodore Gmalaikam...@gmail.com wrote: group = sms-service keyword = kamusi #keyword-regex = .* catch-all = true max-messages = 0 get-url = http://localhost/dictsms/index.php?sender=%ptext=%rword=%s; #accept-x-kannel-headers = true #max-messages = 0

Re: regex for sms-service group

2009-03-18 Thread Latitude Berlin
Here is what I have in conf file: ... group = sms-service keyword = default keyword-regex = [:print:]*_STOP accepted-smsc = csoft_s3;csoft_s4 catch-all=true max-messages=0 get-url = http://localhost:50351/RServlet?from=%pto=%Ptext=%a ... My intentions are to send all the incoming SMS that follow

Re: regex for sms-service group

2009-03-18 Thread Nikos Balkanas
= _STOP BR, Nikos - Original Message - From: Latitude Berlin To: Nikos Balkanas Sent: Wednesday, March 18, 2009 12:24 PM Subject: Re: regex for sms-service group Here is what I have in conf file: ... group = sms-service keyword = default keyword-regex = [:print:]*_STOP

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

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. m...@domain.com_STOP Regex: [:print:]*_STOP The regex I used didnt work. I would be greatful if someone can guide. thanks - Latitude

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

Re: regex for sms-service group

2009-03-17 Thread seikath
idea hm ... 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. m...@domain.com_STOP Regex: [:print:]*_STOP The regex I used didnt work. I would be greatful

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

Re: multiple sms-service

2009-03-12 Thread Falko Ziemann
in this case) that I`m using. Thanks Elton On Wed, Mar 11, 2009 at 5:49 PM, Nikos Balkanas nbalka...@gmail.com wrote: Yes. There is an extensive section in the user manual about configuring and using sms-service. Please read it. BR, Nikos - Original Message - From: Elton Hoxha To: kannel

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
Morning guys, My scenario is just simple. Having two SMSC (SMPP) connections, 15106 and 7, I want to send to them MO SMS and triggering the sms-service to call my defined API. My SMS-Service configuration should be in some way that, they (both of them) dont have to check the content of SMS I

Re: multiple sms-service

2009-03-12 Thread Nikos Balkanas
The issue is that the keyword might not be important to you, but it certainly is important for the sms-service if it is going to work. You better read the manual. Nikos - Original Message - From: Falko Ziemann To: Elton Hoxha Cc: Nikos Balkanas ; kannel users Sent

Re: multiple sms-service

2009-03-12 Thread Elton Hoxha
sent. Elton On Thu, Mar 12, 2009 at 8:52 AM, Nikos Balkanas nbalka...@gmail.com wrote: The issue is that the keyword might not be important to you, but it certainly is important for the sms-service if it is going to work. You better read the manual. Nikos - Original Message - *From

Re: multiple sms-service

2009-03-12 Thread Nikos Balkanas
No. Don't do that. It is unpredictable behaviour if you include both default and *. Nikos - Original Message - From: Elton Hoxha To: Nikos Balkanas Cc: Falko Ziemann ; kannel users Sent: Thursday, March 12, 2009 9:58 AM Subject: Re: multiple sms-service yes i know

  1   2   3   >