Tryied to set UDH field, denied.

2004-07-13 Thread Erki Bender
hei,

I got the following error (Tryied to set UDH field, denied.) in smsbox.log when I try 
to send an operator logo using XML POST.
Also when I add a coding parameter, then there is an error 'Tried to set Coding field, 
denied.' in smsbox.log.

I have the following conf:
group = sms-service
keyword = logo
post-xml = https://myserver/logo.php
send-sender = true
concatenation = true
omit-empty = true
max-messages = 3

and the xml I send back to kannel is:
?xml version=1.0 encoding=ISO-8859-1?
message
submit
danumberXX/number/da
udh0605041582/udh
ud3042F8200A00480E013A0001/ud
dcs
coding2/coding
/dcs
/submit
/message

It seems that in group sms-service setting UDH and CODING is not allowed or have I 
forgotten to configure something that isn't documented?!
Does somebody have had the same problem? Any hints?

Regs,
Erki.
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm




Porting the SMPP code to Kylix

2004-07-13 Thread Dave Holmes

Are there any kylix developers on this mailing list ?

We have been running the Kannel gateway on our server for nearly a year now
and think its very good at what it does, however we have now reached a point
where we need to integrate the SMPP protocol a lot more tightly with our
application, error handling, billing information etc, the list is endless.
Having trawled the web it would appear that there are no open source
components which implement this protocol for delphi, and none at all for
Kylix. 

Therfore we are biting the bullet and building one ourselves, based on a
couple of good start point the Indy Socket Library, and the SMPP protocol
code from Kannel.

I was just wondering if there are any other developers out there interested
in getting involved in the development and testing of a cross platform SMPP
component, for Linux and Windows ?





RE: Fetch received SMS from phone

2004-07-13 Thread Amin Abbaspour
Hi,

The following worked well with my SL45i:

init-string = AT+CNMI=1,2,0,2,1

Amin

 Here's an init string that should work with the SL45:

 init-string = AT+CNMI=1,2,0,1,1

 otherwise turning sim buffering on will help as well.

 Rene Kluwen
 Chimit

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Behalf Of Amin Abbaspour
 Sent: woensdag 7 juli 2004 8:33
 To: [EMAIL PROTECTED]
 Subject: Fetch received SMS from phone


 Hi,

 I used Siemens SL45 and Nokia 6210 with Kannel. Connection is perfect and
 I can send SMS, but when SMS comes to phone, it does not pass it to kannel
 box.

 Has anyone encountered this? Is it some thing with CNMI init string?

 Thanks
 Amin





RE: Sending SMS faster that via HTTP

2004-07-13 Thread Rene Kluwen
1.
SQLBOX (see patch earlier on the list) can send messages by injecting them
in an sql table. Never tested it's performance but for almost sure it is
faster than SMSBOX.

2.
Did you try using a persistant HTTP connection to SMSBOX? (not sure if it is
supported).

Rene Kluwen
Chimit

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Bill Brigden
Sent: maandag 12 juli 2004 17:47
To: 'Albertas Mickenas'; [EMAIL PROTECTED]
Subject: RE: Sending SMS faster that via HTTP


Hi,

You say that HTTP can be too slow - on a system I manage, one of the
interfaces uses php/curl/mysql - grabbing messages from the database and
using the curl extensions to send to the kannel server (on another machine).
I normally see rates of at least 200 messages / sec - where the smpp
connections out of kannel become the limiting factor.

How fast do you need messages to be sent to kannel?

Regards,
Bill.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Albertas Mickenas
Sent: 12 July 2004 16:34
To: [EMAIL PROTECTED]
Subject: Sending SMS faster that via HTTP

Hello


i know how to confgiure kannel to provide HTTP sendsms functionality,
but when using it in a real life application, opening http connection
for every SMS can be too slow.

i know that i can specify multiple recipients for one message, but i'm
talking about a situation when i have to send many different texts to
different recipients.

is there a way to send SMS via kannel more directly, not using HTTP?

thanx in advance!

mic.