multiple smsc

2005-06-05 Thread Willy Mularto
Hi all, I usually use kannel 1.4.0 to connect to 1 smsc per-server. Due to hardware shortage I must connect kannel to 3 smsc in 1 server. I set the keyword in sms-service group to default so that my application will separate every keyword. And I use kannel's sms push application "../cgi-bin/sen

Multiple SMSC

2005-09-20 Thread Reuben Sant
Hello,   I have 2 sms centres. I need to choose the smsc when I send the SMS using the cgi-bin/sendsms HTTP command because in particular destinations, the first smsc is cheaper than the second and vice versa.   I have created two smsc groups as stated in the user guide:   group = smscsmsc =

Multiple SMSC integaration

2012-08-02 Thread Komil Gulboev
Hi guys, now I have connection via SMPP with one provider but need also connecting with another how can I do it? For example if receive message from one provider should be send to subscriber with received providers settings. Now I have this kind of settings: group = core #admin-port-ssl = tru

RE: Multiple SMSC

2005-09-20 Thread Rene Kluwen
@kannel.orgSubject: Multiple SMSC Hello,   I have 2 sms centres. I need to choose the smsc when I send the SMS using the cgi-bin/sendsms HTTP command because in particular destinations, the first smsc is cheaper than the second and vice versa.   I have created two smsc groups as

Re: Multiple SMSC

2005-09-20 Thread Linkas
group:   allowed-smsc-id = centre2   Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Reuben Sant Sent: dinsdag 20 september 2005 18:26 To: users@kannel.org Subject: Multiple SMSC Hello,  

Re: Multiple SMSC

2005-09-20 Thread Reuben Sant
Thanks. It worked. Since the user guide specifies that multiple SMSC have to be separated by a ; i thought that i had to write them in one line separated by a ;   Thanks again. Best Regards,    Reuben Sant  __Address: "Soleado", Bidnija Road, Bidnija,

multiple smsc route

2007-05-18 Thread Tulga . G
Hello, I configured kannel 1.4.1 and working well. I have 3 smsc and I can send SMS from http. My problem is: when subscriber send SMS from 91xx to 81xx number, 91xx SMSC forward to my gateway. but I cannot forward SMS to 81xx SMSC. howto route them? I tried allowed-smsc-id, den

Multiple smsc groups

2003-03-27 Thread rory
Is it ok to have multiple smsc groups? I've got : group = smsc smsc-id = orangeshort smsc = smpp host = xx port = 8000 receive-port = 8000 smsc-username = "x" smsc-password = x system-type = "SMPP" dest-addr-ton = 1 dest-addr-npi = 1 source-addr-to

multiple SMSC connections

2003-08-15 Thread David Tully
Hi I'm running multiple SMSC conenctions - all to the same SMSC - they're insisting that we use a separate bind for each shortcode used.. Problem is that I send a message to one sendsms-user, which has forced-smsc set, but it routes to any of the 5 SMSC connections. I'm hoping

Multiple SMSC Connections

2014-07-05 Thread Fakirchand Patidar
Hi, When I'm sending 5K SMS through my HTTP application using Kannel with One SMSC Connection, Two SMSC Connections (Multiple) and Five SMSC Connection (Multiple) then I'm not getting any reflection in Kannel Push Rate. Kannel Status given below for three type of SMSC Connections: ==

Multiple smsc and autorouting.

2011-11-01 Thread Zaharia Constantin
hy, i have setup kannel with 2 smsc using 2 E220 modems. each modem use a simcard from diferent gps operator, and i want to send message to each neatwork to numbers that are in that network. number from network A to be send by the modem A number from network B to be send by modem B.

Re: Multiple SMSC integaration

2012-08-02 Thread Alex Nyika
Have you read this section of the user guide? http://kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN2816 On 2 August 2012 22:10, Komil Gulboev wrote: > Hi guys, > > now I have connection via SMPP with one provider but need also connecting > with another how can I do it? > For e

Re: Multiple SMSC integaration

2012-08-02 Thread Olutoyin Daniel
seperate file and put all the files in a folder and simply include that folder. I hope this helps you. Toyin Daniel From: Komil Gulboev To: users@kannel.org Sent: Thursday, August 2, 2012 8:10 PM Subject: Multiple SMSC integaration Hi guys, now I have

Re: Multiple SMSC integaration

2012-08-02 Thread Komil Gulboev
Of-course my friend :) 8/3/2012 12:39 AM, Alex Nyika ?: Have you read this section of the user guide? http://kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN2816 On 2 August 2012 22:10, Komil Gulboev > wrote: Hi guys, now I have connect

Re: Multiple SMSC integaration

2012-08-02 Thread Komil Gulboev
that folder. I hope this helps you. Toyin Daniel *From:* Komil Gulboev *To:* users@kannel.org *Sent:* Thursday, August 2, 2012 8:10 PM *Subject:* Multiple SMSC integaration Hi guys, now I have connection via SMPP with one

Re: Multiple SMSC integaration

2012-08-02 Thread ha...@aeon.pk
Control multiple connections via host,port,our-host parameters in group = smsc segment. It works prefectly. On Fri, Aug 3, 2012 at 12:10 AM, Komil Gulboev wrote: > Hi guys, > > now I have connection via SMPP with one provider but need also connecting > with another how can I do it? > For example

Re: Multiple SMSC integaration

2012-08-03 Thread Michael Bochkaryov
ct to. >> >> A good practice is to break each smsc into a seperate file and put >> all the files in a folder and simply include that folder. >> >> I hope this helps you. >> Toyin Daniel >> >> --

Re: Multiple SMSC integaration

2012-08-03 Thread Komil Gulboev
u. Toyin Daniel *From:* Komil Gulboev *To:* users@kannel.org *Sent:* Thursday, August 2, 2012 8:10 PM *Subject:* Multiple SMSC integaration Hi guys, now I have connection via SMPP with one provider but need also connecting with another how can I do it?

Re: Multiple SMSC integaration

2012-08-03 Thread Michael Bochkaryov
Just create multiple smsc groups in your kannel.conf Possibly this articles may help you: http://www.rattler.kiev.ua/articles/kannel-backup-connections http://www.rattler.kiev.ua/articles/kannel-connecting-smsc-smpp Short example (not tested): > group = core > admin-port = 13000 > sm

Re: Multiple SMSC integaration

2012-08-03 Thread Komil Gulboev
Thank you veru much for links and supporting. 8/3/2012 2:42 PM, Michael Bochkaryov ?: Just create multiple smsc groups in your kannel.conf Possibly this articles may help you: http://www.rattler.kiev.ua/articles/kannel-backup-connections http://www.rattler.kiev.ua/articles/kannel

Re: multiple smsc [SOLVED]

2005-06-06 Thread Willy Mularto
msc = B get-url = "..."Regards Willy Mularto, Cell: +62 811 923 464 Y!: sangprabv http://www.sangprabv.net http://www.mobile-trax.com - Original Message - From: "Willy Mularto" <[EMAIL PROTECTED]> To: Sent: Monday, June 06, 2005 8:55 AM Subject: multiple smsc Hi all, I

Re: multiple smsc [SOLVED]

2005-06-06 Thread Deen
On Monday 06 June 2005 07:40 am, Willy Mularto wrote: > Hi, > It solved, I just too lazy to read the documentation. It's explicitely congratulation, sorry I mean congratulation to the inspiration :-p > explained. > group = smsc > smsc-id = A > denied-smsc-id = B > ... > > group = smsc > smsc-id

Re: Multiple smsc groups

2003-03-27 Thread alvn
try using different ports for different smsc groups. [EMAIL PROTECTED] wrote: Is it ok to have multiple smsc groups? I've got : group = smsc smsc-id = orangeshort smsc = smpp host = xx port = 8000 receive-port = 8000 smsc-username = "x" smsc-password = x syst

Re: multiple SMSC connections

2003-08-15 Thread Bill Brigden
12341 > > group = smsc > smsc = smpp > allowed-smsc-id = id2 > smsc-id = id2 > address-range = 12342 Bill. - Original Message - From: "David Tully" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 15, 2003 2:35 PM Subject: multipl

problem with multiple SMSC

2005-02-24 Thread CosmoStation
When I use only one SMSC everything is ok. When I use multiple SMSCs there is a serious problem. It seems that only one service is routed properly and the others (including the default/catchall) are not routed to provide MT smses. The sms-service with keyword "HOR" functions properly, but the other

Multiple SMSC scenario how-to

2005-01-04 Thread Catalin Trifu
Hi, I would like to implement the following scenario using kannel: The gsm operator gave us access to 2 SMSC (through SMPP): 1 - we can send and receive only "pure" SMS through this SMSC 2 - we can send WAP Push messages using SMS bearer through this SMSC We woul

Re: problem with multiple SMSC

2005-02-24 Thread Rodrigo A. Cremaschi
ED]> To: Sent: Thursday, February 24, 2005 8:07 AM Subject: problem with multiple SMSC > When I use only one SMSC everything is ok. > When I use multiple SMSCs there is a serious problem. It seems that > only one service is routed properly and the others (including the > default/catc

Re: problem with multiple SMSC

2005-02-24 Thread Jonathan Houser
When I use only one SMSC everything is ok. When I use multiple SMSCs there is a serious problem. It seems that only one service is routed properly and the others (including the default/catchall) are not routed to provide MT smses. The sms-service with keyword "HOR" functions properly, but the othe

Re: problem with multiple SMSC

2005-03-02 Thread Davy Chan
t-url, or post-xml for all your sms-services. If you want to fix the code, then look on the devel@kannel.org mailing list or the Mantis bugtracking system (http://bugs.kannel.org) on Friday for the patch. See ya... d.c. **>From: "Rodrigo A. Cremaschi" <[EMAIL PROTECTED]> **>To

Re: problem with multiple SMSC

2005-03-08 Thread Theo Vassiliadis
Hi Davy, Thanks for the reply and the precise solution. > 1) More than one SMSC routing path for an SMS. > 2) An allowed-smsc-id declaration restricting access to the SMSC. > 3) The different ways the smsbox handles MT SMS as a reply to > an MO SMS (an exec/file/text opposed to get-ur

Single smpplogin to multiple smsc

2013-01-28 Thread Arturo SAnchez
Hello guys I am looking for an easy way to use the same user and password for multiple smsc, must be another user and password? On the other hand, If I have a couple of customers using an smsc how can I restrict the use of SMS, i.e. If a user A pays only for 100 SMS how I can restrict to send

SMPPBox handling connection to multiple smsc

2010-09-13 Thread Sinesio J. M. Paco
Hi all, I’m trying to configure a connection as below, I’ve already configured kannel and all is working fine, I’m connected to SMSC successfully. I’m a SMPP client of and I want to configure SMPPBox to be a server (because may java-based application which is necessary to configure squiz, data

multiple smsc on a single port

2008-12-29 Thread Surya
Gooday, I tried and configured two Transmitters and one receiver for a single port. I have question, does it maintain two different queues internally for the two transmitters ? Lets say, If I'm sending 10 messages on smsc1. I write another program to send 10 messages on smsc2. Wi

Multiple SMSC with Wavecom WMOD2 - Problem

2003-03-21 Thread Lars-Hendrik Schneider
Hi all, after I made my Wavecom modems work - I stil experience some probs: I want to use three of them as SMSC simultaneously - with their own bearerbox and smsbox (listening on different ports) - as if they were stand-alones. a) But after starting the first bearerbox, the next modem cannot b

Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alejandro Guerrieri
Hi, I've finally found a way dealing with multiple SMSC connections to the same operator. I've found it in an forgotten thread from somelist.com I've got from the Google cache (considering somelist.com is down since some time... I love Goggle cache!). What I did is to set two S

Reconciling DLR messages for multiple SMSC

2004-10-21 Thread Nick Branson
MSC it was sent from. I have a set of configuration files running for one SMSC. The configuration files contain multiple SMSC groups. One for each network at a set premium.   The example configuration below contains two SMSC's. If I send an SMS over smsc1 it creates the DLR for that SMSC.

Re: Multiple SMSC scenario how-to

2005-01-04 Thread Dziugas Baltrunas
Hi, you could use PPG and in the group = ppg section add default-smsc = your_second_smsc_id. Or you could always use smsc CGI variable when doing SMS push. On Tue, 04 Jan 2005 14:04:24 +0200, Catalin Trifu <[EMAIL PROTECTED]> wrote: >Hi, > > I would like to implement the following sc

Re: Multiple SMSC scenario how-to

2005-01-04 Thread Catalin Trifu
Hi, Thanks for the reply. We do not need nor want a wap gateway so the PPG is not the best solution. Catalin Dziugas Baltrunas wrote: Hi, you could use PPG and in the group = ppg section add default-smsc = your_second_smsc_id. Or you could always use smsc CGI variable when doing SMS push

Re: Multiple SMSC scenario how-to

2005-01-05 Thread Aarno Syvänen
Hi, you can anyway use ppg to generate the binary, and send this one to the phone. Aarno On 4.1.2005, at 16:36, Catalin Trifu wrote: Hi, Thanks for the reply. We do not need nor want a wap gateway so the PPG is not the best solution. Catalin Dziugas Baltrunas wrote: Hi, you could use P

Re: Multiple SMSC scenario how-to

2005-03-12 Thread Catalin Trifu
Hi, An how would i use the ppg to generate the binary ? Catalin Aarno Syvänen wrote: Hi, you can anyway use ppg to generate the binary, and send this one to the phone. Aarno On 4.1.2005, at 16:36, Catalin Trifu wrote: Hi, Thanks for the reply. We do not need nor want a wap gateway

Re: Multiple SMSC scenario how-to

2005-03-14 Thread Aarno Syvänen
Actually you can use test_si in gateway/test directory. This tokenizes your si document, giving the binary content. You probably need only one header Content-Type: application/vnd.wap.sic. Token for this is 0xAE. (Place this before the content, of course). So for headers you have 0x01 0xAE (header

Re: Single smpplogin to multiple smsc

2013-01-29 Thread Alvaro Cornejo
SAnchez wrote: > Hello guys > > I am looking for an easy way to use the same user and password for multiple > smsc, must be another user and password? > > On the other hand, If I have a couple of customers using an smsc how can I > restrict the use of SMS, i.e. If a user A pays only

Routing 1 smppbox to multiple SMSC

2013-02-18 Thread Jose Figueroa
Hello I'm looking for a simple way to route from a opensmppbox account to a multiple SMSC gateways. The question is: how do I do depending on what prefix uses? For example I have a couple of gateways one for sending to US and one for UK. How do I route this? using the same opensm

Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Loyc Cossou
Hello to everyone, I have my kannel gateway configured to work with a SMSC over SMPP and it's works fine and am happy with it. Now I need to connect a second SMSC from SMPP again but from another Operator so bot of them will be connected to the gateway so when I receive a SMS from Operator A, I c

Multiple smsc connection on single kannel

2016-08-16 Thread Bhavya Khanna
Hi, Please let me know that is possible more than one smsc connection in single kannel. Thanks,

Re: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Nikos Balkanas
BR, Nikos - Original Message - From: Sinesio J. M. Paco To: users@kannel.org Sent: Monday, September 13, 2010 1:00 PM Subject: SMPPBox handling connection to multiple smsc Hi all, I’m trying to configure a connection as below, I’ve already configured kannel and all is working fine

RE: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Sinesio J. M. Paco
c routing. BR, Nikos - Original Message - From: Sinesio J. M. Paco To: users@kannel.org Sent: Monday, September 13, 2010 1:00 PM Subject: SMPPBox handling connection to multiple smsc Hi all, I’m trying to configure a connection as below, I’ve already configured kannel and all is working

Re: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Nikos Balkanas
Yes, and these are precisely the corections that I described. BR, Nikos - Original Message - From: "Sinesio J. M. Paco" To: "'Nikos Balkanas'" ; Sent: Monday, September 13, 2010 1:25 PM Subject: RE: SMPPBox handling connection to multiple smsc Sure, it

RE: SMPPBox handling connection to multiple smsc

2010-09-13 Thread Rene Kluwen
Sent: Monday, 13 September, 2010 12:01 To: users@kannel.org Subject: SMPPBox handling connection to multiple smsc Hi all, I’m trying to configure a connection as below, I’ve already configured kannel and all is working fine, I’m connected to SMSC successfully. I’m a SMPP client of and I want

Re: multiple smsc on a single port

2008-12-29 Thread Nikos Balkanas
You can assign priority = to smscs. have you tried it? BR, Nikos - Original Message - From: Surya To: rodrigo.cremas...@gmail.com ; users@kannel.org Sent: Monday, December 29, 2008 7:48 PM Subject: multiple smsc on a single port Gooday, I tried and configured two

RE: multiple smsc on a single port

2008-12-29 Thread Surya
cremas...@gmail.com ; users@kannel.org Sent: Monday, December 29, 2008 7:48 PM Subject: multiple smsc on a single port Gooday, I tried and configured two Transmitters and one receiver for a single port. I have question, does it maintain two different queues internally for the two transm

Re: multiple smsc on a single port

2008-12-30 Thread Nikos Balkanas
To: rodrigo.cremas...@gmail.com ; users@kannel.org Sent: Monday, December 29, 2008 7:48 PM Subject: multiple smsc on a single port Gooday, I tried and configured two Transmitters and one receiver for a single port. I have question, does it maintain two

Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alexander Malysh
Hi, I assume, you are using 1.2.1 stable kannel version?! please try with 1.3.2 devel version that is _more_ stable and many many bugs were fixed... Alejandro Guerrieri wrote: > Hi, > > I've finally found a way dealing with multiple SMSC connections to the > same operator. &

Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-17 Thread Alejandro Guerrieri
t remember...) I'll let you know how it goes. Thank you for your help. Regards, - Original Message - From: "Alexander Malysh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 1:20 AM Subject: Re: Kannel multiple SMSC connections /

Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-18 Thread Renaat Dumon
ect-delay interval is used, which per default is 10 seconds. This can be adjusted by using the reconnect-delay parameter (for smsc= "smpp" anyway) Try it, it should work! Kind regards, Renaat On Wed, 2004-08-18 at 00:34, Alejandro Guerrieri wrote: > Hi, > > I've fi

Re: Kannel multiple SMSC connections / PLEASE HELP

2004-08-18 Thread Alejandro Guerrieri
Regards, - Original Message - From: "Renaat Dumon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 11:31 AM Subject: Re: Kannel multiple SMSC connections / PLEASE HELP > Hi, > > I tried to set this up this week and af

Re: Reconciling DLR messages for multiple SMSC

2004-10-21 Thread Alexander Malysh
e another problem: > > I can't match the DLR message with the outgoing message group. > > I'm now having problems reconciling DLR messages to the right SMSC it > was sent from. I have a set of configuration files running for one SMSC. > The configuration files contain mult

Re: Reconciling DLR messages for multiple SMSC

2004-10-22 Thread Nick Branson
ed to resolve the problem. Does anybody have any other ideas? Thanks all, Nick Date: Thu, 21 Oct 2004 16:52:00 +0200 From: Alexander Malysh <[EMAIL PROTECTED]> Subject: Re: Reconciling DLR messages for multiple SMSC To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content

MO concatenation with multiple SMSC connection question

2012-11-25 Thread Hunt
Will it be issue for MO concatenation for connecting multiple SMSC? Let's say a long message with 1st part of UDH receive at SMSC 1 and 2nd part UDH receive at SMSC 2.

RE: Routing 1 smppbox to multiple SMSC

2013-02-19 Thread Rene Kluwen
It should work the way you configured it. Could you provide us with some logs? From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Jose Figueroa Sent: maandag 18 februari 2013 21:34 To: users@kannel.org Subject: Routing 1 smppbox to multiple SMSC Hello I&#

Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Willy Mularto
Copy the existing smsc configuration and define unique smsc-id for each, also setup allowed-smsc-id and last one smsbox routing. On 12 Aug 2014 06:20, "Loyc Cossou" wrote: > Hello to everyone, > > I have my kannel gateway configured to work with a SMSC over SMPP and it's > works fine and am happy

Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Loyc Cossou
Ok... Can you please copy me one sample? Or please alter this (my existing conf): *group = smsc* *smsc = smpp* *smsc-id = NTSC Demo* *#interface-­version = 34* * host = smpp.ntsc.co * *port = * *receive-port = * *smsc-username = * *smsc-password = * *system-ty

Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Willy Mularto
group = smsc smsc = smpp smsc-id = NTSC_Demo_1 allowed-smsc-id = "NTSC_Demo_1" host = smpp.ntsc.co port = 1234 receive-port = 1234 smsc-username = smsc-password = system-type = VMA address-range = " " source-addr-ton = 0 source-addr-npi = 0 dest-addr-ton = 0 dest-addr-npi = 0 msg-id-type

Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Loyc Cossou
Thank you. Let me test it and revert back if needed. Thank again. -- loyc Cossou On 12 August 2014 01:51, Willy Mularto wrote: > group = smsc > smsc = smpp > smsc-id = NTSC_Demo_1 > allowed-smsc-id = "NTSC_Demo_1" > host = smpp.ntsc.co > port = 1234 > receive-port = 1234 > smsc-username

Re: Multiple SMSC on my Kannel Gateway

2014-08-11 Thread Willy Mularto
you’re welcome. make sure you always state which smsc_id you want to use on each MT Willy Mularto SMS Gateway, Content Provider, Mobile Solution Specialist M: +62811923464, +62818923464 PIN BBM: 74924429 On Aug 12, 2014, at 7:55 AM, Loyc Cossou wrote: > Thank you. > > Let me test it and r

Re: Multiple smsc connection on single kannel

2016-08-17 Thread ha...@aeon.pk
Have multiple sms-group in same config. You can connect to multiple SMSCs. On Tue, Aug 16, 2016 at 8:44 PM, Bhavya Khanna wrote: > Hi, > > Please let me know that is possible more than one smsc connection in > single kannel. > > Thanks, >

Re: MO concatenation with multiple SMSC connection question

2012-11-26 Thread Alexander Malysh
MO concatenation for connecting multiple SMSC? Let's say > a long message with 1st part of UDH receive at SMSC 1 and 2nd part UDH > receive at SMSC 2.

Re: MO concatenation with multiple SMSC connection question

2012-11-26 Thread Hunt
Hi Alex, So I have to assign both SMSC with sms-id = ? Will connecting to multiple SMSC improve the incoming throughput? Or one is enough? Thanks. ~KH On Tue, Nov 27, 2012 at 3:05 AM, Alexander Malysh wrote: > Hi, > > Kannel sends all parts via the same smsc. If you will send lon

Re: MO concatenation with multiple SMSC connection question

2013-02-08 Thread [Digital^Dude] ®
On Tue, Nov 27, 2012 at 3:25 AM, Hunt wrote: > Hi Alex, > > So I have to assign both SMSC with sms-id = ? > Will connecting to multiple SMSC improve the incoming throughput? Or one > is enough? > > Thanks. > > ~KH > > > On Tue, Nov 27, 2012 at 3:05

Multiple SMSC using same IP-Address and Port

2015-07-04 Thread Danish Hameed
I have Kannel 1.4.3. I want to run 2 SMSC with same IP-Address and port #. But bearer Box returns error(screen shot attached). Is it possible to run multiple SMSC with same IP-address and Port#. if possible to implement multiple SMSC with same IP-Address and Port then how i will differentiate SMS

Making sure DLR's are processed by multiple SMSC Connections.

2006-11-06 Thread Thomas Göttgens
Hello, we are maintaining 5 symmetrical links to our UCP uplink to maximize throughput. The setup is as follows: group = smsc smsc = emi smsc-id = S1 allowed-smsc-id = S host = xxx.xxx.xxx.xxx port = throughput = 5 smsc-username = x smsc-password = x connect-allow-ip = 127.0.0.1 our-

Re: Making sure DLR's are processed by multiple SMSC Connections.

2006-11-06 Thread Alex Kinch
Change the smsc-id to all be the same. I do it for 3 x SMPP links and it works well for DLRs.. On 11/6/06, Thomas Göttgens <[EMAIL PROTECTED]> wrote: Hello, we are maintaining 5 symmetrical links to our UCP uplink to maximize throughput. The setup is as follows: group = smsc smsc = emi smsc-id

Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-01 Thread David Szanto
Hi everyone! We have a scenario with a single SMSC (using SMPP) for which we have created 4 binds. So basically we have 4 SMSC groups in kannel for a single SMSC (and single account). We'll call Binds A,B,C and D. So, message 328515 is sent using bind A, but DLR for this message is delive

Re[2]: Making sure DLR's are processed by multiple SMSC Connections.

2006-11-06 Thread Thomas Göttgens
Hello Alex, thanks, that did the trick and should be in userguide ;-) Monday, November 6, 2006, 10:23:05 PM, you wrote: AK> Change the smsc-id to all be the same. I do it for 3 x SMPP links and AK> it works well for DLRs.. AK> On 11/6/06, Thomas Göttgens <[EMAIL PROTECTED]> wrote: >> Hello, >>

receiving from multiple smsc-s, why 'Request Failed' in the reply?

2007-06-29 Thread kannel box
Dear all, Please take two minutes to read this through, we're in a great need of instant help... We've set up kannel with two SMSCs (an SMPP and an EMI SMSC), and now we urgently need to receive SMSes through both of them - and we're stucked with a problem we can't resolve. - we've got a separa

Re: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-01 Thread David Szanto
Thanks for the prompt response!! I'll get the logs an publish them ASAP. I'll check for the parameter you mention as well. Thanks! David El 01/02/13 14:32, Alvaro Cornejo escribió: Can you post a log of transaction ? The issue probaly is on the id (328515). Some smsc use hex and some use Dec

AW: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-01 Thread Thomas Göttgens
users-boun...@kannel.org [mailto:users-boun...@kannel.org] Im Auftrag von David Szanto Gesendet: Freitag, 1. Februar 2013 14:10 An: users@kannel.org Betreff: Multiple SMSC connections to the same SMSC Instace DLR inconsistency Hi everyone! We have a scenario with a single SMSC (using SMPP) for which we have

Re: Re[2]: Making sure DLR's are processed by multiple SMSC Connections.

2006-11-06 Thread Alex Kinch
... or in a Kannel FAQ :) runs away quick in case anyone thinks I just volunteered to write one! :) On 11/6/06, Thomas Göttgens <[EMAIL PROTECTED]> wrote: Hello Alex, thanks, that did the trick and should be in userguide ;-) Monday, November 6, 2006, 10:23:05 PM, you wrote: AK> Change the sm

Re: receiving from multiple smsc-s, why 'Request Failed' in the reply?

2007-06-29 Thread [EMAIL PROTECTED]
Hi, I think you also need to grab the userguide first :) This issue has been asked for times. in the smscs group: for tmobile: smsc-id = tmobila denied-smsc-id = SMSCB for SMSCB: smsc-id = SMSCB denied-smsc-id = tmobila in the sms-service group: group = sms-service accepted-smsc = tmobile group

Re: receiving from multiple smsc-s, why 'Request Failed' in the reply?

2007-06-30 Thread kannel box
Hi, I think you also need to grab the userguide first :) This issue has been asked for times. Thanks for the reply! Fortunately we've met with that section in the manual, so we've tried this one also with no success... (However, this setup is only needed when "messages must be routed to servic

Re: AW: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-04 Thread David Szanto
-boun...@kannel.org] Im Auftrag von David Szanto Gesendet: Freitag, 1. Februar 2013 14:10 An: users@kannel.org Betreff: Multiple SMSC connections to the same SMSC Instace DLR inconsistency Hi everyone! We have a scenario with a single SMSC (using SMPP) for which we have created 4 binds. So basica

Re: AW: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-04 Thread spameden
way > no matter what link the DLR is delivered on, it will match the original > message. We've had the same setup in production with 6 binds (via EMI/UCP) > for years. > > -Ursprüngliche Nachricht- > Von: users-boun...@kannel.org [mailto:users-boun...@kannel.org >

Re: AW: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-05 Thread David Szanto
ers-boun...@kannel.org [mailto:users-boun...@kannel.org] Im Auftrag von David Szanto Gesendet: Freitag, 1. Februar 2013 14:10 An: users@kannel.org Betreff: Multiple SMSC connections to the same SMSC Instace DLR inconsistency Hi everyone! We have a scenario with a single SMSC (using SMPP) for which we ha

Re: AW: Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-05 Thread spameden
; >> El 01/02/13 14:51, Thomas Göttgens escribió: >> >> Use the same name for the SMSC ID's. So not A,B,C and D but just A. This way >> no matter what link the DLR is delivered on, it will match the original >> message. We've had the same setup in produ

Re: AW: SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-07 Thread David Szanto
che Nachricht- Von:users-boun...@kannel.org <mailto:users-boun...@kannel.org> [mailto:users-boun...@kannel.org] Im Auftrag von David Szanto Gesendet: Freitag, 1. Februar 2013 14:10 An:users@kannel.org <mailto:users@kannel.org> Betreff: Multiple SMSC connections to th

RE: AW: SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-12 Thread Rene Kluwen
This this is a Kannel bug. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of David Szanto Sent: vrijdag 8 februari 2013 8:22 To: users@kannel.org Subject: Re: AW: SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency Hi everyone! First off

NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread David Szanto
El 12/02/13 20:17, Rene Kluwen escribió: This this is a Kannel bug. *From:*users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On Behalf Of *David Szanto *Sent:* vrijdag 8 februari 2013 8:22 *To:* users@kannel.org *Subject:* Re: AW: SOLVED Multiple SMSC connections to the same SMSC I

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread spameden
his this is a Kannel bug. > > > > From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf > Of David Szanto > Sent: vrijdag 8 februari 2013 8:22 > To: users@kannel.org > Subject: Re: AW: SOLVED Multiple SMSC connections to the same SMSC Instace > DLR inc

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread David Szanto
rg] On Behalf Of David Szanto Sent: vrijdag 8 februari 2013 8:22 To: users@kannel.org Subject: Re: AW: SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency Hi everyone! First off, thanks for all the helpful comments regarding this issue. In the end, the problem was the SM

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread David Szanto
bug. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of David Szanto Sent: vrijdag 8 februari 2013 8:22 To: users@kannel.org Subject: Re: AW: SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency Hi everyone! First off, thanks for all

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread spameden
1:05 [10705] [101] ERROR: SMPP[sim-1212]: got DLR but >>>> could >>>> not find message or was not interested in it id<2125> dst<9869421485>, >>>> type<4> >>>> >>>> With the older version (version 1.4.3, tar.gz downloaded

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread David Szanto
ssage. Any clues anyone? Thanks David Szanto El 12/02/13 20:17, Rene Kluwen escribió: This this is a Kannel bug. From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of David Szanto Sent: vrijdag 8 februari 2013 8:22 To: users@kannel.org Subject: Re: AW: SOLVED Multiple SMSC

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread Rinor Hoxha
e: >>>>>> >>>>>> 2013-02-14 20:51:05 [10705] [101] DEBUG: SMPP[sim-1212] handle_pdu, >>>>>> got >>>>>> DLR >>>>>> 2013-02-14 20:51:05 [10705] [101] DEBUG: DLR[internal]: Looking for >>>>>> D

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-14 Thread David Szanto
This this is a Kannel bug. From: users-boun...@kannel.org <mailto:users-boun...@kannel.org> [mailto:users-boun...@kannel.org <mailto:users-boun...@kannel.org>] On Behalf

Re: NOT REALLY SOLVED Multiple SMSC connections to the same SMSC Instace DLR inconsistency

2013-02-17 Thread Rinor Hoxha
t;>>>> >>>>>>> Hi everyone! >>>>>>> We have just updated kannel to the las svn in trunk version (since in >>>>>>> our >>>>>>> current version "throughput" was not working properly), and although >>>