I`m using at2 Driver to send messages into an Nokia 7110 phone.

My current trouble is that if the message os longer then 51 Chars SMSbox splits the message into maximum 3 SMS wich are never longer then 44 Chars
(the Count is the message lenght printed out in logfiles).

Also i cant define to send 2 messages or more then 3. (I think this schould normaly be done in the sendsms-user group)

My question is if anyone had got this trouble to, and if he found a way to ship around it.

I`m using currently the CVS Snapshot from yesterday.7

My config file:

group = core
admin-port = ***
smsbox-port = ***
admin-password = ***
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "+43,43"
access-log = "/var/log/K_core_access.log"
#store-file = "/var/log/K_core_kannel.store"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
 

# SMSC CONNECTIONS

#NokiaConfig:
group = smsc
smsc-id = "Nokia experiment"
smsc = at2
modemtype = nokiaphone
device = /dev/modem
speed = 19200
validityperiod = 167
keepalive = 60
retry = true
pin = ****
my-number = "*****"
alt-dcs = 1
 

# SMSBOX SETUP

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = ****
global-sender = ****
#sendsms-chars = "0123456789 +-"
log-file = "/var/log/K_smsbox_smsbox.log"
log-level = 0
access-log = "/var/log/K_smsbox_access.log"
 

# SEND-SMS USERS

group = sendsms-user
username = ***
name = "ogstester"
password = ******
max-messages = 2
header = "testheader"
footer = "testfooter"

# SERVICES

group = sms-service
keyword = default
get-url = "http://127.0.0.1/bilder/dosms.php?sender=%p&text=%a"
accept-x-kannel-headers = true
max-messages = 0
 
 

--
mfg Gerald
-------------------------------------------------------------------------------------------------------------
Gerald Urbas
01 EDV-Consulting  und Development GmbH
Linke Wienzeile 4/2/2
A-1060 Wien / Austria
http://www.nulleins.at
Tel. +43 1 585 66 30-633
Fax. +43 1 585 66 30-690
[EMAIL PROTECTED]
-------------------------------------------------------------------------------------------------------------
       "Systeme von Zeichen helfen uns,die Unordnung zu ordnen."
                     --> http://www.typemuseum.com <--
-------------------------------------------------------------------------------------------------------------
 

Reply via email to