Discussion:
SMS via Capi
(too old to reply)
Dekurio
2006-09-27 08:29:17 UTC
Permalink
There has been such a thread some time ago. But there were no further
comments.

I´m trying to send sms via isdn using UCP. this theme is absolutly new
for me and it would be very polite, if you could give a short summary,
what to do.

I develope with eclpise, using the JCapi.
I read, that an application has to be registered, and after that,
requests have to be send to the controller by the function
putmessage(). at different isdn-cards a little test-programm shows
different results (eicon, avm).
it would be great, if someone colud give me some advice.


greets kay
mm
2006-09-27 17:58:12 UTC
Permalink
Hi Kay;

The problem with sms via fixed lines is that it isn't all that easy.
The main reason is that different companies use different protocols. So
you won't find an sms protocol struct in the capi documents like you
will find for other protocols.

As an example BT-Text, the fixed line sms system from British Telekom
uses as top layer protocol:
ETSI TS 123 040 this is a mobile phone doc that tells you how to build
your sms structures (i.e. SMS-Submit).
The lowest layer is described in ETS 300 659-1/2 and was developed to
transfer caller identification data (telephone numbers)
Both protocols have not been developed with fixed line sms in mind,
hence in between we have a third protocol, ETSI ES 201 912, that glues
everything together.

The only thing you need capi to do here is to set-up the voice call to
the service center and then send off all those sound samples.

To make a long story short, you need to be a bit more specific. What
sms service provider do you use and what do you mean with UCP exactly.
Maybe someone here has some experience with them.

If you want to use java and capi you might want to have a look at
http://www.mms-computing.co.uk/

That should save you some time.

Bye
Michael
Post by Dekurio
There has been such a thread some time ago. But there were no further
comments.
I´m trying to send sms via isdn using UCP. this theme is absolutly new
for me and it would be very polite, if you could give a short summary,
what to do.
I develope with eclpise, using the JCapi.
I read, that an application has to be registered, and after that,
requests have to be send to the controller by the function
putmessage(). at different isdn-cards a little test-programm shows
different results (eicon, avm).
it would be great, if someone colud give me some advice.
greets kay
Loading...