Hi,
I don't think that there's any solution for your problem since telcos
count differently in this matter. Most, your's is obviously one of them,
treat concatenated messages as n messages...resulting in billing each
one of them separately.
Sorry for the bad news,
Christian.
gigolo wrote:
Hi,
I'm having problems on sending a billiable MT SMS with more than 160
characters, it always gets double charged wherein it should not be since I
only POST once to kannel for outgoing message which include the content (
more than 160 chars ) and other http headers including the billing code.
Below is my configuration;
group = sendsms-user
username =
password =
user-allow-ip = "192.168.1.200"
max-messages = 3
concatenation = true
group = sms-service
accepted-smsc =
keyword =
get-url =
accept-x-kannel-headers = true
omit-empty = true
max-messages = 3
concatenation is already set to true so it will not send each concat msgs
independently and max-message is already set to 3 to allow long sms but it
didnt solve the problem. Could you please help me solve this issue?
Regards