how Invoking modem from a JSP page

i will be highly greatful to the members if they will suggest me the way "to invoke a modem from JSP page ".I want to provide a link that will invoke the modem listening at a particular port .
[199 byte] By [joshiashutosha] at [2007-11-27 3:56:15]
# 1

This sounds so very wrong on many levels.

- JSP doing something else but displaying data: horrible application design.

- J2EE accessing telephony hardware: I guess it's not specified and not portable. But look at the Telephony API (JTAPI)

- invoking a modem on a server: shouldn't the server already be connected to the network?

CeciNEstPasUnProgrammeura at 2007-7-12 9:00:27 > top of Java-index,Java Essentials,Java Programming...