UCP blocks after "closing connection"

2012-01-19 Thread Paulo Correia
sing function after sending the "closing connection" string to the log? Does anyone has any idea on how to solve this problem? Best regards, Paulo Correia

Re: UCP blocks after "closing connection"

2012-01-27 Thread Paulo Correia
wapbox) when a SMSC log would be considered as "dead" for a specified amount of time. Best regards, Paulo Correia On 01/19/2012 06:25 PM, Paulo Correia wrote: Hello, I have a strange behaviour on the smsc_emi module that sometimes blocks after writing the "closing connection&q

Re: USB Hub for USB Modem

2012-03-07 Thread Paulo Correia
same modem. I'm using gammu to retrieve the IMSI of the modem. It will not help you if you change the SIMs in the modems! Best regards, Paulo Correia Em 06-03-2012 17:18, Alvaro Cornejo escreveu: Yes, but have to be aware that it will have trouble differentiating from same model devices.

SMPPBox and the validity period when submiting short message

2013-06-13 Thread Paulo Correia
ESMEs and deliver all MOs and DLRs, but if an ESME sends a submit_sm with a validity_period, we do not see it reflected on the URL http://localhost:z/smppsmsc ... Does anyone have the same problem, even in OpenSMPPBox? Best regards, Paulo Correia

Re: SMPPBox and the validity period when submiting short message

2013-06-13 Thread Paulo Correia
sms->sms.validity - time(NULL)) / 60); if (sms->sms.deferred != SMS_PARAM_UNDEFINED) octstr_format_append(url, "&deferred=%ld", (sms->sms.deferred - time(NULL)) / 60); ... So, can it be a limitation on the smppbox routing to the http smsc? Or am I missing some

Re: SMPPBox and the validity period when submiting short message

2013-06-22 Thread Paulo Correia
hopping there was someone else with the same issue and a solution. Best regards, Paulo Correia Em 13-06-2013 22:51, Paulo Correia escreveu: Hi, Just adding some info, when looking at the smsc_http.c of kannel 1.5 (the one in use) I see, on the kannel_send_sms function (the one used for

Re: SMPPBox and the validity period when submiting short message

2013-06-29 Thread Paulo Correia
= http://*:*/* port = connect-allow-ip = "**" no-sender = false no-coding = false no-sep = true allowed-smsc-id = smppsmsc reroute-dlr = true dlr-url = http://:/?username=*&password=* Everything works, MT, MO and DLR, but I don't receive the

Re: SMPPBox and the validity period when submiting short message

2013-06-29 Thread Paulo Correia
I tried Rene, indeed I tried ... Em 29-06-2013 13:47, Rene Kluwen escreveu: For smppbox related questions, contact Stipe Tolj. *From:*users [mailto:users-boun...@kannel.org] *On Behalf Of *Paulo Correia *Sent:* donderdag 13 juni 2013 23:52 *To:* users@kannel.org *Subject:* Re: SMPPBox and

Re: SMPPBox and the validity period when submiting short message

2013-07-04 Thread Paulo Correia
Hi Mark, Good luck with it! Let us know what you find out. Best regards, Paulo Correia Em 04-07-2013 07:35, Mark Poulsen escreveu: Hi Paulo, I'd just thought I'd confirm the same issue. We're seeing that bearerbox receives the wrong validity_period from SMPPbox when it

Re: SMPPBox and the validity period when submiting short message

2013-07-10 Thread Paulo Correia
Hi Rene, Yes, I'm using Stipe's smppbox, but was wondering if the same problem occurs in opensmppbox. Best regards, Paulo Correia On 10-07-2013 14:28, Rene Kluwen wrote: Paulo, you are talking about Stipe's smppbox, right? Mark, are you having an issue with opensmppbox?

Priority parameter on sendsms, is it used?

2013-11-06 Thread Paulo Correia
before the others? Thanks in advance. Best regards, Paulo Correia

Re: Priority parameter on sendsms, is it used?

2013-11-18 Thread Paulo Correia
priorities seem to be changed. Best regards, Paulo Correia Em 06-11-2013 12:14, Paulo Correia escreveu: Hi! I'm having some trouble with the priority parameter of the sendsms not being respected on kannel 1.4.3. If I send a large ammount of messages to kannel with sendsms, let's say ar

Re: Priority parameter on sendsms, is it used?

2013-11-21 Thread Paulo Correia
y=2 and is still pending after 45minutes ... it should have been sent before the others Is there a way to resolve this? I'm using kannel-1.4.3: bearerbox and smsbox (no sqlbox) with spool storage. Any help is appreciated! Best regards, Paulo Correia On 18-11-2013 09:39, Paulo Correia w

Re: Priority parameter on sendsms, is it used?

2013-11-26 Thread Paulo Correia
Hi Alex, Thank you for the reply. Is kannel 1.5.X or SVN versions production ready? We are processing around 10M SMS/month and we cannot change unless the new version is production ready. Best regards, Paulo Correia Em 25-11-2013 11:00, Alexander Malysh escreveu: Hi, use kannel SVN or at

SMPP TLVs on bind_transceiver_resp and submit_sm_resp

2014-01-20 Thread Paulo Correia
y that TLVs are processed on the given PDUs on the source code... Is there a way to retrieve these TLV values without a "grep" of the log files? Best regards, Paulo Correia

Re: SMPP TLVs on bind_transceiver_resp and submit_sm_resp

2014-01-21 Thread Paulo Correia
Hi again, I missed to mention the TLV data I'm trying to get: * XXX_credit Best regards, Paulo Correia Em 20-01-2014 22:25, Paulo Correia escreveu: Hi! I'm trying to find out if there is a way to retrieve TLV data sent from a SMSC on the PDUs: * bind_transc

Re: SMPP TLVs on bind_transceiver_resp and submit_sm_resp

2014-01-22 Thread Paulo Correia
Thank you Stipe! Will try it and reply to the devel list. Best regards, Paulo Correia On 21-01-2014 18:55, Stipe Tolj wrote: Am 20.01.2014 23:25, schrieb Paulo Correia: Hi! I'm trying to find out if there is a way to retrieve TLV data sent from a SMSC on the

Re: SMS REJECTED due to throttling

2016-10-26 Thread Paulo Correia
d 1.5, but please check. Best regards, Paulo Correia On 10/24/2016 08:03 AM, Giulio Giovannini wrote: Hello Vangelis, thanks for the hint. The problem is appearing for a UCP/EMI connection, not for a SMPP connection. Are you saying that the SMS will go through the piece of code you provided ev

Re: Symbols in UDH

2016-10-31 Thread Paulo Correia
the UDH you have the message, but there will be another message after. Do note that on the normal GMS Character table, there are characters that need an escape character and thus needing two characters to be sent. Best regards, Paulo Correia On 10/31/2016 02:28 AM, Arif Noor wrote: Hi Users

Intermediate SMPP DLR is considered as final in kannel

2018-10-18 Thread Paulo Correia
;, "destination", "boxc" FROM "deliveryreport" WHERE "smsc"='UNI.AO-FUT' AND "ts"='2FD40AC9' LIMIT 1; 2018-10-18 15:31:02 [13585] [9] DEBUG: no rows found 2018-10-18 15:31:02 [13585] [9] WARNING: DLR[pgsql]: DL

Unable to deliver DLRs: "Couldn't fetch..."

2020-05-21 Thread Paulo Correia
tead of HTTP? * Could they be stored in SQL? * We even created a HAProxy to receive the requests and route them to the server, and in case of an issue, reroute them to an application that stores the "missed dlr" into the DB, but still doesn't cut it. Thanks in advance! Ki

Re: Unable to deliver DLRs: "Couldn't fetch..."

2020-05-22 Thread Paulo Correia
me=aUsername> I'll check what's needed to increase the limit of open files. Kind regards, Paulo Correia Head of Development telephone:+351210337760 fax: +351210337761 email: paulo.corr...@go4mobility.com<mailto:paulo.corr...@go4mobility.com> skype: pcorreia.g4m

Message sent to smsbox "vanished" ...

2020-05-29 Thread Paulo Correia
ints on solving? (we already increased the open files, but only after the issue) Kind regards, Paulo Correia Head of Development telephone:+351210337760 fax: +351210337761 email: paulo.corr...@go4mobility.com<mailto:paulo.corr...@go4mobility.com> skype: pcorreia.g4m [cid:8658f3f3-0595-4

Migrate dlr store on PostgreSQL to Redis

2020-11-18 Thread Paulo Correia
Hi Kannel Users, Has anyone migrated a Kannel instance with dlr store in PostgreSQL to Redis? How to migrate the records in the dlr store tablet? Kind regards, Paulo Correia Obter o Outlook para Android<https://aka.ms/ghei36>

Re: Migrate dlr store on PostgreSQL to Redis

2021-03-07 Thread Paulo Correia
re creationdate > NOW() - INTERVAL '$DLR_TTL second';" | psql --set ON_ERROR_STOP -h $PGSQL_HOST -p $PGSQL_PORT -U $PGSQL_USERNAME $PGSQL_DB -At | sort -k2,2 -k1,1r | redis-cli -u "$REDIS_URL" --pipe Of course this will depend on the field names defined in the PGSQ

Re: Not able to push DLR from kannel to Client

2021-07-19 Thread Paulo Correia
Kind regards, Paulo Correia Head of Development telephone:+351210337760 fax: +351210337761 email: paulo.corr...@go4mobility.com<mailto:paulo.corr...@go4mobility.com> skype: pcorreia.g4m [assinatura_email_go4mobility_comlogo]<https://go4mobility.com/en/> [assinatura_email_go4mobilit

TPS of SqlBox in production?

2023-02-15 Thread Paulo Correia
must have their own pair of tables? Thanks for your time, Paulo Correia Systems Architect telephone:+351210337760 fax: +351210337761 email: paulo.corr...@go4mobility.com<mailto:paulo.corr...@go4mobility.com> skype: pcorreia.g4m [cid:ea96e9a7-bbd1-4d2a-8827-567fa97cd42d]<https:/

Kannel with emi2 smsc connections behind NAT?

2023-07-01 Thread Paulo Correia
receive-port (Port where we'll receive notifications, Listening) * notification-addr (public or VPN IP and receive-port) How does this translate to a NAT environment? Kind regards, Paulo Correia Systems Architect telephone:+351210337760 fax: +351210337761 email: paulo.corr...@

Error in LD when building kannel on Ubuntu 22.04

2023-07-04 Thread Paulo Correia
able-start-stop-daemon and then called "make". I had no issues with CentOS 7 and CentOS 8 ... Any clues? Kind regards, Paulo Correia Systems Architect telephone:+351210337760 fax: +351210337761 email: paulo.corr...@go4mobility.com<mailto:paulo.corr...@go4mobility.co