Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-15 Thread Alex Kinch
huddin Malik wrote: > > Send your Smpp Config. > > On Sun, Aug 6, 2023 at 8:26 PM Alex Kinch wrote: > >> Hi all, >> >> I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is >> using message IDs greater than 9223372036854775807 (e.g. &g

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-07 Thread Kyriacos/Netsmart
And your mysql table create statement. It might be that you are using a filed type that can not hold such large numbers. Can easily be converted to a char based storage if you don't have extreme space limit issues on the DB side. On 06/08/2023 6:16 pm, Mesbahuddin Malik wrote: Send your Smpp

Re: SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-06 Thread Mesbahuddin Malik
Send your Smpp Config. On Sun, Aug 6, 2023 at 8:26 PM Alex Kinch wrote: > Hi all, > > I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is > using message IDs greater than 9223372036854775807 (e.g. > 6142530091694509440651642911224527237), which is in tu

SMPP message ID greater than 9223372036854775807 breaking DLRs

2023-08-03 Thread Alex Kinch
Hi all, I've run into an issue with a certain SMS provider (Nexmo/Vonage) that is using message IDs greater than 9223372036854775807 (e.g. 6142530091694509440651642911224527237), which is in turn breaking DLR processing in Kannel. They use hex in submit_sm_resp and decimal in deliver_sm so I

Re: Using Kannel to emulate SMSC (through SMPP)? ?

2023-05-01 Thread rm mobbis . am
h help of google. Best regards, Ruben Melikyan From: mymailinglistemail Sent: Monday, May 1, 2023 6:01:17 PM To: rm mobbis.am Cc: users@kannel.org Subject: Re: Using Kannel to emulate SMSC (through SMPP)? ? Is opensmmpbox part of kannel? The documentation only show

Re: Using Kannel to emulate SMSC (through SMPP)? ?

2023-05-01 Thread mymailinglistemail
ensmppbox. > > Best regards, > Ruben Melikyan > --- > > From: users on behalf of mymailinglistemail > > Sent: Tuesday, April 25, 2023 8:28:40 PM > To: users@kannel.org > Subject: Using Kannel to emulate SMSC (throu

Re: Using Kannel to emulate SMSC (through SMPP)? ?

2023-04-26 Thread rm mobbis . am
Hello. You should use opensmppbox. Best regards, Ruben Melikyan From: users on behalf of mymailinglistemail Sent: Tuesday, April 25, 2023 8:28:40 PM To: users@kannel.org Subject: Using Kannel to emulate SMSC (through SMPP)? ? Hi, Not sure how to describe

Using Kannel to emulate SMSC (through SMPP)? ?

2023-04-25 Thread mymailinglistemail
> Hi, > > Not sure how to describe this scenario. We provide bulk SMS services > transparently through HTTP apis. We have different multiple vendor > connections to different network providers in my country (through SMPP and > HTTP). We use the most affordable path for each M

Re: OPEN SMPP MANAGEMENT

2022-05-07 Thread Ruben Melikyan
her kamutumwa > wrote: >  > Hello, > How does one calculate traffic from a specific smpp connection in opensmpp. > Can someone hint how this can be managed > > Chris > > Virus-free. www.avg.com

OPEN SMPP MANAGEMENT

2022-05-06 Thread christopher kamutumwa
Hello, How does one calculate traffic from a specific smpp connection in opensmpp. Can someone hint how this can be managed Chris <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> Virus-free. www.avg.com <http://www.avg.com/email-

RE: Is it possible to enforce service_type on SMPP connection?

2021-11-03 Thread alexey
params, just to build n url which nit include system type at all. However, is it possible to manage system_type field without extra SMSCs configured and this looping? I got sm_deliver on one SMPP connection, it handled by Kannel routing and goes to proper SMPP connection with sm_submit

Re: Is it possible to enforce service_type on SMPP connection?

2021-11-02 Thread Alexander Malysh
: > Dear friends, > > I need and advice from a Kannel guru and thanks in advance for any help: > > The problem: I was happy using Kannel too bridge two SMSC by SMPP 3.4, > running Kannel as ESME for both. Everything was fine before I need to connect > third one, and I got a

Is it possible to enforce service_type on SMPP connection?

2021-11-01 Thread alexey
Dear friends, I need and advice from a Kannel guru and thanks in advance for any help: The problem: I was happy using Kannel too bridge two SMSC by SMPP 3.4, running Kannel as ESME for both. Everything was fine before I need to connect third one, and I got an issue: 1. One of my

Re: Slow sms outbox to smsc smpp

2021-05-29 Thread Jose N Figueroa
roa: > > Hello everybody, > > > > I'm using kannel latest revision "Kannel bearerbox version svn-r5307M" with > > the following scenario: > > > > Smsbox -> Bearerbox -> SMPP SMSC· > > > > I'm using redis as store, but for some strange r

Re: Slow sms outbox to smsc smpp

2021-05-29 Thread Stipe Tolj
Am 25.05.21, 22:52, schrieb Jose N Figueroa: Hello everybody, I'm using kannel latest revision "Kannel bearerbox version svn-r5307M" with the following scenario: Smsbox -> Bearerbox -> SMPP SMSC· I'm using redis as store, but for some strange reason I'm only getting o

RE: Slow sms outbox to smsc smpp

2021-05-27 Thread info.ubichip
...@kannel.org] De la part de Jose N Figueroa Envoyé : mardi 25 mai 2021 22:53 À : users@kannel.org Objet : Slow sms outbox to smsc smpp Hello everybody, I'm using kannel latest revision "Kannel bearerbox version svn-r5307M" with the following scenario: Smsbox -> Bearerbox -> SMPP S

Slow sms outbox to smsc smpp

2021-05-25 Thread Jose N Figueroa
Hello everybody, I'm using kannel latest revision "Kannel bearerbox version svn-r5307M" with the following scenario: Smsbox -> Bearerbox

Re: SMPP Sender Range Usage

2020-07-15 Thread Alvaro Cornejo
Hi Jose, You can define the sender on the call to smsbox. So you can build you calls with a pseudo random sender from the DID array you have being assign. Note that this is only world fro SMPP connections. If you use modems, that will not works since SIM card will replace any sender with its own

Re: SMPP Sender Range Usage

2020-07-15 Thread Mesbahuddin Malik
So far my understanding you need a Direct Inward Dialing(DID) random . is it right ? if so there are two ways. Let me know. Regards Mesbah On Wed, Jul 15, 2020 at 2:47 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Wednesday 15 July 2020 at 09:43:59, Davor Spasoski wrote: >

Re: SMPP Sender Range Usage

2020-07-15 Thread Antony Stone
On Wednesday 15 July 2020 at 09:43:59, Davor Spasoski wrote: > DID? Some call this a DDI instead - Direct Inward Dial, or Direct Dial In - basically it means a phone number. I think to OP also means "a pool of DIDs", meaning that the US vendor supplies a pool of numbers which can receive

Re: SMPP Sender Range Usage

2020-07-15 Thread Davor Spasoski
DID? > On Jul 15, 2020, at 04:18, Jose Figueroa > wrote: > >  > Hi, > > I'm trying to achieve a requirement from a vendor from the USA. They provide > us with DIDs so we need to push the traffic using those DIDs, but I need to > "rotate" them daily, so they provide us a pull of DIDs. > > I

SMPP Sender Range Usage

2020-07-14 Thread Jose Figueroa
Hi, I'm trying to achieve a requirement from a vendor from the USA. They provide us with DIDs so we need to push the traffic using those DIDs, but I need to "rotate" them daily, so they provide us a pull of DIDs. I was reading the documentation and I didn't find anything related to this

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-25 Thread Antony Stone
On Thursday 25 June 2020 at 13:18:41, Stipe Tolj wrote: > Am 24.06.20, 13:11, schrieb Antony Stone: > > > > I don't know the answer to your question, but I would suggest that you > > reconsider the use of Kannel 1.5 at all, as the code is considerably > > older (don't ask me why, I think it's

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-25 Thread Stipe Tolj
Am 24.06.20, 13:04, schrieb ahmed qadeer: Dear Team, Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data coding in kannel 1.5 Operator has asked to use this data coding instead of 8 bit octet stream Kannel will use GSM 03.38 (aka GSM 7bit) for submit_sm.data_coding = 0x00

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-25 Thread Stipe Tolj
Am 24.06.20, 13:11, schrieb Antony Stone: On Wednesday 24 June 2020 at 13:04:43, ahmed qadeer wrote: Dear Team, Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data coding in kannel 1.5 I don't know the answer to your question, but I would suggest that you reconsider

RE: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-24 Thread Davor Spasoski
and the type strings that should be presented for this directive. Davor Spasoski -Original Message- From: users On Behalf Of ahmed qadeer Sent: Wednesday, June 24, 2020 1:05 PM To: users@kannel.org Subject: ASCI (ANSI X 3.4) IA5 SMPP data coding Dear Team, Please let me know if we can send use

Re: ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-24 Thread Antony Stone
On Wednesday 24 June 2020 at 13:04:43, ahmed qadeer wrote: > Dear Team, > > Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data > coding in kannel 1.5 I don't know the answer to your question, but I would suggest that you reconsider the use of Kannel 1.5 at all,

ASCI (ANSI X 3.4) IA5 SMPP data coding

2020-06-24 Thread ahmed qadeer
Dear Team, Please let me know if we can send use ASCI (ANSI X 3.4) IA5 SMPP data coding in kannel 1.5 Operator has asked to use this data coding instead of 8 bit octet stream Thanks Ahmed

Re: SMPP

2019-10-02 Thread Stipe Tolj
Am 01.10.19, 12:32, schrieb Robin C: Hi , Anybody providing SMPP software on a commercial basis? Hi Robin, we do provide commercial add-on components for the open source Kannel core, i.e. the commercial Kannel SMPP v5.0 server (smppbox) vSMSC solution, including corresponding consulting

Re: SMPP

2019-10-01 Thread Robin C
Hi Davor, I couldn't see anything in that site. On Tue, Oct 1, 2019 at 4:40 PM Davor Spasoski wrote: > Tolj.org > > > > Davor > > *From:* users *On Behalf Of *Robin C > *Sent:* Tuesday, October 1, 2019 12:33 PM > *To:* users@kannel.org > *Subject:* SMPP > >

SMPP

2019-10-01 Thread Robin C
Hi , Anybody providing SMPP software on a commercial basis?

Re: SMS/SMPP/VOICE all in one Frontend Web Application

2019-07-24 Thread Alexander Malysh
Hi, please stop advertising on users mailing list! we have commercial mailing list for this purpose. Thanks, Alex > Am 23.07.2019 um 10:40 schrieb vinayak mv : > > Dear Users, > > Dedicated Bulk SMS, VOICE, SMPP frontend and backend appllication for monthly > rental.

SMS/SMPP/VOICE all in one Frontend Web Application

2019-07-23 Thread vinayak mv
Dear Users, Dedicated Bulk SMS, VOICE, SMPP frontend and backend appllication for monthly rental. Unlimited usage at Rs 15k/month please reply for demo Panel Features 1.Bulk SMS,VOICE and SMPP on a single panel 2. Users/Resellers Feature 3. Different View templates for resellers 4. Virtual

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread christopher kamutumwa
this hasn't worked I did but same error On Mon, Nov 12, 2018 at 9:02 PM Web Min wrote: > try to match the below > > # SMSC > group = smsc > smsc = smpp > smsc-id = myid > allowed-smsc-id = myid > preferred-smsc-id = myid > interface-version = 34 > host = xx.xx.

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread Web Min
try to match the below # SMSC group = smsc smsc = smpp smsc-id = myid allowed-smsc-id = myid preferred-smsc-id = myid interface-version = 34 host = xx.xx.xx.xx. port = receive-port = 0 transceiver-mode = 0 smsc-username = user smsc-password = pass system-type = VMA source-addr-ton = 5 source

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread christopher kamutumwa
Below are variables and operator says the are ok; just the variable for service-type which is not parsing the correct variable group = smsc smsc = smpp smsc-id = zoned host = 172.xx.xx.xxx port = 5001 interface-version = 34 smsc-username = xx smsc-password = xx system-type = "

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread Web Min
what is your smsc variables? in kannel.conf On Mon, Nov 12, 2018 at 9:13 PM christopher kamutumwa < chriskamutu...@gmail.com> wrote: > hello, > where can I find this patch I have noticed when service-type= smpp is put > in config log shows NOBAL instead of smpp. hence gettin

[PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread christopher kamutumwa
hello, where can I find this patch I have noticed when service-type= smpp is put in config log shows NOBAL instead of smpp. hence getting error INVALID SERVICE_TYPE. does anyone have a patch to make it work. or a fix to this problem Thanks Chris

RE: Setting source address SMPP

2018-10-19 Thread Rafael Cerna
address SMPP I don't have any idea about the wap push, I'm currently using sms service as below group = smsbox bearerbox-host = localhost bearerbox-port = 18001 sendsms-port = 18301 # your countries code global-sender = xxx sendsms-chars = "0123456789+ " mo-recode = true ht

Re: Setting source address SMPP

2018-10-19 Thread Cedar Jet
rnes, 19 de octubre de 2018 12:09 p. m. > *Para:* raf...@hacom-tech.com > *CC:* users@kannel.org > *Asunto:* Re: Setting source address SMPP > > > > How you are sending the SMS to your phone? > > > > On Fri, Oct 19, 2018 at 8:07 PM Rafael Cerna > wrote: > >

RE: Setting source address SMPP

2018-10-19 Thread Rafael Cerna
I am using WAP Push to send the SMS De: Cedar Jet [mailto:mecedar...@gmail.com] Enviado el: viernes, 19 de octubre de 2018 12:09 p. m. Para: raf...@hacom-tech.com CC: users@kannel.org Asunto: Re: Setting source address SMPP How you are sending the SMS to your phone? On Fri, Oct 19

Re: Setting source address SMPP

2018-10-19 Thread Cedar Jet
I can see that the SMPP message shows > source_address as 1234 > > > > 2018-10-18 17:22:01 [14779] [7] DEBUG: SMPP PDU 0xad402f00 dump: > > 2018-10-18 17:22:01 [14779] [7] DEBUG: type_name: submit_sm > > 2018-10-18 17:22:01 [14779] [7] DEBUG: command_id: 4 = 0x0004 >

RE: Setting source address SMPP

2018-10-19 Thread Rafael Cerna
I am not sure if sender ID is the parameter. When I send an SMS to a phone, I see that it was sent by the number 1234. So it needs to be changed to 672. In the bearerbox logs, I can see that the SMPP message shows source_address as 1234 2018-10-18 17:22:01 [14779] [7] DEBUG: SMPP PDU

Re: Setting source address SMPP

2018-10-19 Thread Cedar Jet
t [mailto:mecedar...@gmail.com] > *Enviado el:* viernes, 19 de octubre de 2018 11:25 a. m. > *Para:* raf...@hacom-tech.com > *CC:* users@kannel.org > *Asunto:* Re: Setting source address SMPP > > > > Yes, that is correct. After you configure your smsbox Send SMS via HTTP >

RE: Setting source address SMPP

2018-10-19 Thread Rafael Cerna
: Setting source address SMPP Yes, that is correct. After you configure your smsbox Send SMS via HTTP command sendsms?username=kannel=kannel=xx=test_msg Respectfully, On Fri, Oct 19, 2018 at 7:17 PM Rafael Cerna mailto:raf...@hacom-tech.com> > wrote: So the configu

Re: Setting source address SMPP

2018-10-19 Thread Cedar Jet
Yes, that is correct. After you configure your smsbox Send SMS via HTTP command sendsms?username=kannel=kannel=xx=test_msg Respectfully, On Fri, Oct 19, 2018 at 7:17 PM Rafael Cerna wrote: > So the configuration for SMPP source_addr is set in the smsbox > configuration? > &

RE: Setting source address SMPP

2018-10-19 Thread Rafael Cerna
So the configuration for SMPP source_addr is set in the smsbox configuration? 2018-10-18 17:22:01 [14779] [7] DEBUG: SMPP PDU 0xad402f00 dump: 2018-10-18 17:22:01 [14779] [7] DEBUG: type_name: submit_sm 2018-10-18 17:22:01 [14779] [7] DEBUG: command_id: 4 = 0x0004 2018-10-18 17:22

Re: Setting source address SMPP

2018-10-19 Thread Cedar Jet
If you mean the source address by sender ID, that option will be handle via the smsbox not from the SMSC by passing the sender Id and recipient with the message Below is my SMSC setup, you can match with yours group = smsc smsc = smpp smsc-id = my-id allowed-smsc-id = my-id preferred-smsc-id

Setting source address SMPP

2018-10-19 Thread Rafael Cerna
Hello, I am trying to change the source address to 672 for SMPP connection to SMS, however the message is being set with source address 1234 which I have not configured. How would I change the address? According to documentation there is an option for my-number but it is not being changed

Intermediate SMPP DLR is considered as final in kannel

2018-10-18 Thread Paulo Correia
Hello, We have a connection to a carrier using SMPP and some intermediate DLRs are considered by kannel as final. The typical message sent is: 2018-10-18 15:30:49 [13585] [9] DEBUG: SMPP PDU 0x7f8c3c0052a0 dump: 2018-10-18 15:30:49 [13585] [9] DEBUG:   type_name: submit_sm 2018-10

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-04 Thread mahesh Lavanam
I have configured these sessions in two kannel configurations with same >> smsc id >> >> *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) * >> >> #1st tx connection >> group = smsc >> smsc = smpp >> smsc-id = tran >> host = xxx.xxx.xxx.xx >>

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-04 Thread Денис Давыдов
gt; > I have a SMS Port with 2 TX & 2 RX sessions enabled. > > I have configured these sessions in two kannel configurations with same > smsc id > > *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) * > > #1st tx connection > group = smsc > smsc = smpp > s

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread Fajar
or DST<919134556661> not found.ERROR: SMPP[bsnl_tran]: got DLR but could not find message or was not interested in it id<0160683811> dst<919134556661>, type<1> Same error at kannel1.log file, when received the SMS DLRs of kannel2's messages Please help me to resolve the issue, to rout

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread mahesh Lavanam
> *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) * > > #1st tx connection > group = smsc > smsc = smpp > smsc-id = tran > host = xxx.xxx.xxx.xx > port = xxx > smsc-username = x > smsc-password = xx > system-type = smpp > connect-allow-ip =

Re: ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread amalysh
d. > > I have configured these sessions in two kannel configurations with same smsc > id > > kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) > > #1st tx connection > group = smsc > smsc = smpp > smsc-id = tran > host = xxx.xxx.xxx.xx > port = xxx > smsc-username

ERROR: SMPP[xxxx]: got DLR but could not find message or was not interested in it

2018-08-03 Thread mahesh Lavanam
Hi, Please help me in resolving the DLR issue I have a SMS Port with 2 TX & 2 RX sessions enabled. I have configured these sessions in two kannel configurations with same smsc id *kannel1.conf - 1TX & 1RX(SMSbox1 & Bearerbox1) * #1st tx connection group = smsc smsc = smpp smsc-id

Bulk SMS ,SMPP and VOICE platform

2018-03-08 Thread vinayak mv
Hi, We are providing bulk sms, smpp and voice white labelled reseller application on licence based without any restriction platform build on zend framework and backend on kannel, asterisk and vsmppbox. Please reply for more details/demo account -- Thanks & Regards, Vin

ERROR: SMPP: Unknown TLV `dlr_err', don't send

2017-11-21 Thread vinayak mv
Dear Users, ERROR: SMPP: Unknown TLV `dlr_err', don't send Im getting this in my opensmppbox log and the dlr is not sending to the esme client dlr gets queued up in the store, please explain the cause of this error and how to rectify that. -- Thanks & Regards, Vin

Re: SMPP 3.4 Protocol: Concatenated Message Flow

2017-11-21 Thread Vangelis Typaldos
The only difference is that the payload is reduced from 140 bytes to 134 or 133 bytes (1 or 2bytes reference number) due to udh header. BR V. From: Grant Saicom Sent: Τρίτη, 21 Νοεμβρίου 2017 - 11:20 To: amal...@kannel.org Cc: Kannel Users Subject: Re: SMPP 3.4 Protocol: Concatenated Message

Re: SMPP 3.4 Protocol: Concatenated Message Flow

2017-11-21 Thread Grant Saicom
That is what I thought. Thank you for confirmation. > On 21 Nov 2017, at 10:49, amal...@kannel.org wrote: > > Hi, > > there is submit_sm_resp for each submit_sm for concatenated message as well. > > Thanks, > Alex > > >> Am 21.11.2017 um 08:23 schrieb Grant Saicom >

SMPP 3.4 Protocol: Concatenated Message Flow

2017-11-20 Thread Grant Saicom
Hello Kannel Users I have a question with regards to the signaling flow of a concatenated SMS. Simplistically, when we send a single (successful) sms of less than 160 chars (gsm7) on an established bind, the ESME sends a single submit_sm to the SMSC, then the SMSC responds to the ESME with a

Re: SSL via SMPP for SMSC connection

2017-07-21 Thread Denis Lezgin
Hi Alex, Yes, I have it in smsc group: group = smsc smsc = smpp ... ssl-client-certkey-file = "/opt/kannel/etc/smsc.d/certs/cert.pem" use-ssl = true .. Thank you. Best Regards, On 20 July 2017 at 23:21, <amal...@kannel.org> wrote: > Hi, > > use-

Re: SSL via SMPP for SMSC connection

2017-07-20 Thread amalysh
Hi,use-ssl = true  in smsc group ?Thanks,AlexAm 18.07.2017 um 10:28 schrieb Denis Lezgin :Hi all,I'm trying to connect to supplier using SSL but Kannel wont do that and showing me following error:2017-07-11 13:13:22 [7667] [291] ERROR: conn_open_ssl: private key isn't consistent

SSL via SMPP for SMSC connection

2017-07-18 Thread Denis Lezgin
Hi all, I'm trying to connect to supplier using SSL but Kannel wont do that and showing me following error: 2017-07-11 13:13:22 [7667] [291] ERROR: conn_open_ssl: private key isn't consistent with the certificate from file /opt/kannel/etc/smsc.d/certs/cert.pem (or failed reading the file) That

Re: SMPP Kannel v.1.4.3 Issue

2017-07-03 Thread Dave
with receive-port only) this will solve your problem. On 3 July 2017 at 14:43, Dave <d...@eth0.ch> wrote: Hi all, does anyone knows this behaviour? The SMPP link is online for many days and after a reconnect (from the provider?) the link shows it is online but no messages are going t

Re: SMPP Kannel v.1.4.3 Issue

2017-07-03 Thread Donald Jackson
Split your single bind into two separate binds (one with port only and one with receive-port only) this will solve your problem. On 3 July 2017 at 14:43, Dave <d...@eth0.ch> wrote: > Hi all, > > does anyone knows this behaviour? > > The SMPP link is online for many days

SMPP Kannel v.1.4.3 Issue

2017-07-03 Thread Dave
Hi all, does anyone knows this behaviour? The SMPP link is online for many days and after a reconnect (from the provider?) the link shows it is online but no messages are going through it. They are re-routed by Kannel internally through a different link. We experience this with two

Re: FREE SMPP SERVER

2017-05-17 Thread vinayak mv
n for ip server in case of >> private network ? >> >> >> >> Thanks for your answer >> >> >> >> *De :* users [mailto:users-boun...@kannel.org] *De la part de* vinayak mv >> *Envoyé :* mardi 16 mai 2017 18:47 >> *À :* kannel users >&

Re: FREE SMPP SERVER

2017-05-17 Thread vinayak mv
r tutorial ? > > - what is the need of activation for ip server in case of > private network ? > > > > Thanks for your answer > > > > *De :* users [mailto:users-boun...@kannel.org] *De la part de* vinayak mv > *Envoyé :* mardi 16 mai 2017 18:47 > *À :* ka

RE: FREE SMPP SERVER

2017-05-17 Thread info.ubichip
2017 18:47 À : kannel users Objet : FREE SMPP SERVER Dear Users, VSMPPBOX an SMPP Server is now free to use with the following features PREPAID/POSTPAID WITH CREDIT/COST SYSTEM DND FILTERING SPAM FILTERING TEMPLATE FILTERING PREFIX BASED ROUTING FAKE DLR GENERATION DATABASE BASED QUEUING

Re: FREE SMPP SERVER

2017-05-16 Thread Kurt Neo
, 2017 at 10:16 PM, vinayak mv <vinayakvasu...@gmail.com> > wrote: > >> Dear Users, >> >> VSMPPBOX an SMPP Server is now free to use with the following features >> >> PREPAID/POSTPAID WITH CREDIT/COST SYSTEM >> DND FILTERING >> SPAM FILTERING

Re: FREE SMPP SERVER

2017-05-16 Thread Web Services
Seems nice how to install vsmppbox ?? thanks On Tue, May 16, 2017 at 10:16 PM, vinayak mv <vinayakvasu...@gmail.com> wrote: > Dear Users, > > VSMPPBOX an SMPP Server is now free to use with the following features > > PREPAID/POSTPAID WITH CREDIT/COST SYSTEM > DND FI

FREE SMPP SERVER

2017-05-16 Thread vinayak mv
Dear Users, VSMPPBOX an SMPP Server is now free to use with the following features PREPAID/POSTPAID WITH CREDIT/COST SYSTEM DND FILTERING SPAM FILTERING TEMPLATE FILTERING PREFIX BASED ROUTING FAKE DLR GENERATION DATABASE BASED QUEUING *WORKING FLOW* SMSC<>BEARERBOX<--->VSMPP

Re: Kannel SMPP

2017-03-04 Thread Sayed Hadi Rastgou Haghi
Dear FERNANDO You can use kannel to have smpp connection to Telcos. But kannel is a gateway only and you should save MT/MO messages and delivery reports in DB yourself. Kannel has HTTP APIs for sending messages and you can set HTTP URL for incoming messages. In kannel user manual

Re[6]: MO messages from SMPP stored in database multiple times

2017-01-24 Thread Rene Kluwen
; <info.ubic...@free.fr>; users@kannel.org Verzonden: 25-1-2017 5:35:18 Onderwerp: Re: Re[4]: MO messages from SMPP stored in database multiple times Hello I'm running only bearerbox and sqlbox. Messages are being passed from bearerbox to sqlbox directly. smsbox is no initiated, this could be

Re: Re[4]: MO messages from SMPP stored in database multiple times

2017-01-24 Thread Seystec Soler
Hello I'm running only bearerbox and sqlbox. Messages are being passed from bearerbox to sqlbox directly. smsbox is no initiated, this could be a problem here? In simple scenario that I want for MO messages: SMPP --> bearerbox --> sqlbox. Also I need to start a smsbox instance? What

Re: How to provide smpp link when running http?

2017-01-22 Thread Loyc Cossou
Hello, Any idea for me please? Le 7 janv. 2017 17:43, "Loyc Cossou" <loycos...@gmail.com> a écrit : > Happy new year everyone. > > I currently have an http api working fine with our applications. But we > now need to connect to it via smpp (new requirements of the

Re[4]: MO messages from SMPP stored in database multiple times

2017-01-22 Thread Rene Kluwen
mail.com> Aan: "Rene Kluwen" <rene.klu...@chimit.nl> Cc: "info.ubichip" <info.ubic...@free.fr>; users@kannel.org Verzonden: 19-1-2017 18:56:32 Onderwerp: Re: Re[2]: MO messages from SMPP stored in database multiple times Hello Rene. Thanks for your assistanc

Re: Re[2]: MO messages from SMPP stored in database multiple times

2017-01-19 Thread Seystec Soler
ggers out of the box. > You may want to look into that direction. > > == Rene > > -- Origineel bericht -- > Van: "Seystec Soler" <seys...@gmail.com> > Aan: "info.ubichip" <info.ubic...@free.fr> > Cc: users@kannel.org > Verzon

Re[2]: MO messages from SMPP stored in database multiple times

2017-01-19 Thread Rene Kluwen
Onderwerp: RE: MO messages from SMPP stored in database multiple times Hello. Messages have same timestamp but different id since ids are created by triggers with a sequence. Tables have only two triggers created by sqlbox without changes. Regards El 17/1/2017 12:07, "info.ubichip&quo

RE: MO messages from SMPP stored in database multiple times

2017-01-19 Thread Seystec Soler
gt; Do you have the same sms Id/timestamp in all the MO message ? > > any trigger setup in your database ? > > > > Regards > > > > *De :* Seystec Soler [mailto:seys...@gmail.com] > *Envoyé :* mardi 17 janvier 2017 15:23 > *À :* info.ubichip > *Cc :* users@kannel

RE: MO messages from SMPP stored in database multiple times

2017-01-17 Thread info.ubichip
Hello, Do you have the same sms Id/timestamp in all the MO message ? any trigger setup in your database ? Regards De : Seystec Soler [mailto:seys...@gmail.com] Envoyé : mardi 17 janvier 2017 15:23 À : info.ubichip Cc : users@kannel.org Objet : Re: MO messages from SMPP stored

Re: MO messages from SMPP stored in database multiple times

2017-01-17 Thread Seystec Soler
; > > Do you have any sms services acting as a loop and reinjecting the MO ? > > > > Regards > > > > *De :* users [mailto:users-boun...@kannel.org] *De la part de* Seystec > Soler > *Envoyé :* vendredi 13 janvier 2017 07:22 > *À :* users@kannel.org > *O

RE: MO messages from SMPP stored in database multiple times

2017-01-17 Thread info.ubichip
Hello, Do you have any sms services acting as a loop and reinjecting the MO ? Regards De : users [mailto:users-boun...@kannel.org] De la part de Seystec Soler Envoyé : vendredi 13 janvier 2017 07:22 À : users@kannel.org Objet : Re: MO messages from SMPP stored in database multiple

Re: Update In smpp

2017-01-14 Thread Web Services
gt;>> *admin-password* >>>> >>>> http://*bearerbox-**host*:*admin-port*/*start-s msc*?*password*= >>>> *admin-password* >>>> >>>> On 11 Jan 2017 13:54, "Web Services" <coinhost...@gmail.com> wrote: >>>> &

Re: Update In smpp

2017-01-14 Thread Banttu Wambugu
, >>>> >>>> thanks for your help !! >>>> >>>> please let me know i need to restart service or server if service >>>> please share command with me >>>> >>>> Thanks >>>> >>>> Deepak >>>> &

Re: Update In smpp

2017-01-14 Thread Web Services
>>> On 11 Jan 2017 13:54, "Web Services" <coinhost...@gmail.com> wrote: >>> >>>> Hi, >>>> >>>> thanks for your help !! >>>> >>>> please let me know i need to restart service or server if service >>

Re: Update In smpp

2017-01-14 Thread Web Services
lease >>> share command with me >>> >>> Thanks >>> >>> Deepak >>> >>> On Wed, Jan 11, 2017 at 1:55 PM, Kyriacos Sakkas < >>> kyria...@netsmart.com.cy> wrote: >>> >>>> Hi, >>>> >>>>

Re: Update In smpp

2017-01-14 Thread Web Services
; share command with me >> >> Thanks >> >> Deepak >> >> On Wed, Jan 11, 2017 at 1:55 PM, Kyriacos Sakkas < >> kyria...@netsmart.com.cy> wrote: >> >>> Hi, >>> >>> Existing smpp connections can be stoped sta

Re: MO messages from SMPP stored in database multiple times

2017-01-12 Thread Seystec Soler
Hello. Anyone can help me with this? Thanks 2017-01-10 22:06 GMT-04:00 Seystec Soler <seys...@gmail.com>: > Hello fellows. > > I have a strange case, I'm trying to store in database (Oracle) messages > received from an SMPP connection. Connection it's fine and I can receive it

Re: Update In smpp

2017-01-11 Thread Banttu Wambugu
> please let me know i need to restart service or server if service please > share command with me > > Thanks > > Deepak > > On Wed, Jan 11, 2017 at 1:55 PM, Kyriacos Sakkas <kyria...@netsmart.com.cy > > wrote: > >> Hi, >> >> Existing smpp con

Re: Update In smpp

2017-01-11 Thread Web Services
Hi, thanks for your help !! please let me know i need to restart service or server if service please share command with me Thanks Deepak On Wed, Jan 11, 2017 at 1:55 PM, Kyriacos Sakkas <kyria...@netsmart.com.cy> wrote: > Hi, > > Existing smpp connections can be stoped start

Re: Update In smpp

2017-01-11 Thread Kyriacos Sakkas
Hi, Existing smpp connections can be stoped started via the http admin interface to load any changes to their configs. New connections or changes to other sections require a service restart. Kyriacos On 10/01/2017 23:41, Web Services wrote: Dear All, i have installed kannel 1.4.4

MO messages from SMPP stored in database multiple times

2017-01-10 Thread Seystec Soler
Hello fellows. I have a strange case, I'm trying to store in database (Oracle) messages received from an SMPP connection. Connection it's fine and I can receive it but MO messages are being stored in table 50 times each. In Kannel logs and web interface shows one message is received but sqlbox

How to provide smpp link when running http?

2017-01-07 Thread Loyc Cossou
Happy new year everyone. I currently have an http api working fine with our applications. But we now need to connect to it via smpp (new requirements of the client). We are looking to Jasmin SMS and probable tool. Anyone ever did this? Is Jasmin appropriate for my project? If so, any

Re: Sender Prefix in SMPP

2016-11-14 Thread Stipe Tolj
Am 11.11.2016 14:49, schrieb vinayak mv: In india we need to set a default sender id and prefix for promotional route so sender address is like MT-109887 we have a patchset available for this TRAI requirement case. I will email you in private with details. Stipe -- Best Regards, Stipe Tolj

Re: Sender Prefix in SMPP

2016-11-11 Thread vinayak mv
nder prefix and default sender in group >> smsc and smsc=smpp >> > > please make some examples of what you want to do, so we get a better > understanding of the requirement here. > > Stipe > > > -- > Best Regards, > Stipe Tolj > >

Re: Sender Prefix in SMPP

2016-11-11 Thread Stipe Tolj
Am 21.10.2016 19:16, schrieb vinayak mv: Hi, is there any option to set sender prefix and default sender in group smsc and smsc=smpp please make some examples of what you want to do, so we get a better understanding of the requirement here. Stipe -- Best Regards, Stipe Tolj

Re: USSD SMPP integration

2016-11-11 Thread Stipe Tolj
Am 01.11.2016 07:40, schrieb kabin mool: Hi, I am trying to use kannel for integrating with USSD GW using SMPP. My bind to USSD GW is ok. MO is ok and MT has some problem, msg is receiving in handset but if I send or cancel msg, it is is re-sending the same msg to my handset repetitively. I

USSD SMPP integration

2016-11-01 Thread kabin mool
Hi, I am trying to use kannel for integrating with USSD GW using SMPP. My bind to USSD GW is ok. MO is ok and MT has some problem, msg is receiving in handset but if I send or cancel msg, it is is re-sending the same msg to my handset repetitively. I am using following parameters

  1   2   3   4   5   6   7   8   9   10   >