Server Management (Insight Manager 7)
1828249 Members
3263 Online
109975 Solutions
New Discussion

Modem Init Strings

 
Ayman Altounji
Valued Contributor

Modem Init Strings

Hello
I have this problem:
Opening COM1... Successful
--> Sending to modem: ATE0V1Q0
<-- Reply from modem: OK
--> Sending to modem: AT &F \V8
<-- Reply from modem: OK
--> Sending to modem: ATE0V1Q0
<-- Reply from modem: ATE0V1Q0


OK
--> Sending to modem: AT&C1&D2
<-- Reply from modem: OK
--> Sending to modem: AT&M0
<-- Reply from modem: OK
--> Sending to modem: AT&K0
<-- Reply from modem: OK

Sending Alphanumeric Page to User
--> Sending to modem: ATDT01712092522
<-- Reply from modem: NO DIALTONE

Error: No dial tone on local modem phone line

The modem hang on a key telephone system. In the Windows NT System the modem is correct installed, and the modem won`t wait for a dialtone. This is set in the advanced settings under Windows NT Modem. To get a dialtone, the modem must send an NULL.

From where get the Inside Manager XE the init strings for the modem?
2 REPLIES 2
Ayman Altounji
Valued Contributor

Re: Modem Init Strings

CIM XE gets the modem init strings from the registry. If you setup the modem in WinNT/2K right it should work in CIM XE.
Ayman Altounji
Valued Contributor

Re: Modem Init Strings

I found the init string in the registry from NT. And I found the registry key for the advanced settings from the modem dialog. In the field extra settings I set the parameter X3 for dialing without an dialtone. But in the Paging Status Log File there is no X3 to see. So the extra settings in the modem configuration will be ignored. To resolve this problem I wrote my special modem configuration in the standard configuration registry key.

Why will the extra settings registry key be ignored?