[ Dial phone number by modem port COM2 ]

  • Thread starter Thread starter Meforero
  • Start date Start date
M

Meforero

Guest
Hello to all, my application dial phone number by modem port (COM1 or COM2
or COM4), how do for my terminal service dial my local port modem ? or wich
activex dial modem port by terminal services

thank you
 
Re:    [ Dial phone number by modem port COM2 ]

Hi,

2003 TS supports redirecting serial ports within sessions.

Enable it on the server in Terminal Services Configuration,
Properties of RDP-Tcp, *uncheck* COM port mapping
on the Client Settings tab.

Enable it on the client on the Local Resources tab.

-TP

Meforero wrote:
> Hello to all, my application dial phone number by modem port (COM1 or
> COM2 or COM4), how do for my terminal service dial my local port
> modem ? or wich activex dial modem port by terminal services
>
> thank you
 
Re:    [ Dial phone number by modem port COM2 ]

Does that work? MS thinks it doesn't :-)

308405 - TAPI Is Not Terminal Services Aware
http://support.microsoft.com/?kbid=308405
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

"TP" <tperson.knowspamn@mailandnews.com> wrote on 26 okt 2007 in
microsoft.public.windows.terminal_services:

> Hi,
>
> 2003 TS supports redirecting serial ports within sessions.
>
> Enable it on the server in Terminal Services Configuration,
> Properties of RDP-Tcp, *uncheck* COM port mapping
> on the Client Settings tab.
>
> Enable it on the client on the Local Resources tab.
>
> -TP
>
> Meforero wrote:
>> Hello to all, my application dial phone number by modem port
>> (COM1 or COM2 or COM4), how do for my terminal service dial my
>> local port modem ? or wich activex dial modem port by terminal
>> services
>>
>> thank you
 
Re:    [ Dial phone number by modem port COM2 ]

Yes, it works.

You don't need TAPI to have an attached modem dial.
It is as simple as sending ATDT<phone number> to the
modem.

Give it a try yourself:

From a machine with a modem card installed, examine
the properties to determine the COM port it is using.

Plug it in to a phone line. :-)

Connect to a 2003 server via TS with serial port mapping
enabled.

Open up Hyperterminal on the server, set the port to
correspond to the correct one you found above.

Enter the following and press enter to make sure the modem
is there:

AT

You should get an OK response or similar.

Enter the following and then press enter to make a phone call
to your mobile phone, substitute your mobile phone number
for <phone number>, use commas to insert pauses if needed:

ATDT<phone number>

Now, your mobile phone should begin ringing at this point.

-TP

Vera Noest [MVP] wrote:
> Does that work? MS thinks it doesn't :-)
>
> 308405 - TAPI Is Not Terminal Services Aware
> http://support.microsoft.com/?kbid=308405
> _________________________________________________________
> Vera Noest
> MCSE, CCEA, Microsoft MVP - Terminal Server
> TS troubleshooting: http://ts.veranoest.net
> ___ please respond in newsgroup, NOT by private email ___
 
Re: [ Dial phone number by modem port COM2 ]

Re: [ Dial phone number by modem port COM2 ]

Hello, thank by your answers. my client access by internet explorer,
please how do for know wich port (COM4 or COM?) are attach the modem
(client) for dial number ?
 
Re:    [ Dial phone number by modem port COM2 ]

OK, thanks! Never knew that, and don't have a modem card, so I
couldn't test it.
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___

"TP" <tperson.knowspamn@mailandnews.com> wrote on 27 okt 2007 in
microsoft.public.windows.terminal_services:

> Yes, it works.
>
> You don't need TAPI to have an attached modem dial.
> It is as simple as sending ATDT<phone number> to the
> modem.
>
> Give it a try yourself:
>
> From a machine with a modem card installed, examine
> the properties to determine the COM port it is using.
>
> Plug it in to a phone line. :-)
>
> Connect to a 2003 server via TS with serial port mapping
> enabled.
>
> Open up Hyperterminal on the server, set the port to
> correspond to the correct one you found above.
>
> Enter the following and press enter to make sure the modem
> is there:
>
> AT
>
> You should get an OK response or similar.
>
> Enter the following and then press enter to make a phone call
> to your mobile phone, substitute your mobile phone number
> for <phone number>, use commas to insert pauses if needed:
>
> ATDT<phone number>
>
> Now, your mobile phone should begin ringing at this point.
>
> -TP
>
> Vera Noest [MVP] wrote:
>> Does that work? MS thinks it doesn't :-)
>>
>> 308405 - TAPI Is Not Terminal Services Aware
>> http://support.microsoft.com/?kbid=308405
>> _________________________________________________________
>> Vera Noest
>> MCSE, CCEA, Microsoft MVP - Terminal Server
>> TS troubleshooting: http://ts.veranoest.net
>> ___ please respond in newsgroup, NOT by private email ___
 
Re: [ Dial phone number by modem port COM2 ]

Re: [ Dial phone number by modem port COM2 ]

Hi,

Have them open up device manager on their local machine
and check the properties of the modem, Advanced tab,
Advanced Port Settings button.

The other alternative is to have your program query each
port until you get a response.

-TP

manuelforero@gmail.com wrote:
> Hello, thank by your answers. my client access by internet explorer,
> please how do for know wich port (COM4 or COM?) are attach the modem
> (client) for dial number ?
 
Re: [ Dial phone number by modem port COM2 ]

Re: [ Dial phone number by modem port COM2 ]

"TP" wrote:

>
> ATDT<phone number>
>
> Now, your mobile phone should begin ringing at this point.
>
> -TP


This fails if you dial a very long number, or at least it fails for me.
Suppose you want to dial a phone number, with pauses, account numbers,
options, etc... I can't get this to work over 83 bytes.

The phone dialer app doesn't seem to support RDP either. That consistently
fails without even dialing.

Any tips?
 
Back
Top