Re: Kannel Multiple DB connection

2014-06-04 Thread Alexander Malysh
Hi, you can try to configure CNAME in DNS and put two IPs in round robin manner. Then configure mysql connection with at least 2 connections and you should have 2 connections to different nodes. Alex Am 03.06.2014 um 11:23 schrieb Abdul Basit : > Hi, smii > > Thank you for prompt reply. > >

Re: Kannel Multiple DB connection

2014-06-04 Thread Abdul Basit
Hi saber, I will try HA proxy for DB nodes connectivity. Data sync on both nodes is master-master replication responsibility. On Jun 3, 2014 4:57 PM, "smii saber" wrote: > Hi > In this case try to use a HA proxy as a load balancer between kannel and > your db nodes, but in this case data is not

Re: [PATCH] Optional usage of submit_sm.message_payload for large MTs

2014-06-04 Thread Alexander Malysh
Hi, this is very messy: > +if (cfg_get_bool(&smpp->message_payload, grp, > octstr_imm("message-payload")) == 1 && > +cfg_get_integer(&conn->max_sms_octets, grp, > octstr_imm("max-sms-octets")) == -1) > +conn->max_sms_octets = 65536; max-sms-octets is SMSC group option a