Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use ProComm to get past a SEB

Status
Not open for further replies.

Creekio

Vendor
Aug 11, 2003
10
0
0
US
I am trying to see if anyone can tell me how I can use PCPLUS for Windows to dial into a PBX through a SEB/modem?

In the past I used the DOS version of PCPLUS to dial into the SEB. I would enter the SEB's password and select a few screen options, then I would enter ALT+X. It would ask me if I wanted to exit to DOS? I would enter "Y". Then it would ask if I wanted to hangup the line? I would enter "N". This would leave me back at my desktop where I would launch the proprietary PBX software and I was off and running.

When I have tried this with PCPLUS for Windows I have been unable to find a way to exit out of PCPLUS but not hangup the line and then launch the PBX software.

I do not use PCPLUS very much so if there is anyone that could shed some light on this issue, I would greatly appreciate it.

Thanks for your time,
Creekio
 
i have a script at work that does the dial into seb without fail, it's fairly simple.
mostly just set txtpace 20 (command?)
wait quite 4,
transmit "xxxxxxx^"
pause 3
trnasmit "7^M 1^M"
from their i call the logi script for the switch.. like i say i'll post the exact copy, i think slowing the text was the step that i was missing

john poole
bellsouth business
columbia,sc
 
here's the script i use to dial through an seb

Code:
proc main
   set txpace 30
   waitquiet 4
   transmit "4xxxxxx^M"
   waitfor "Command: "
   pause 1
   transmit "7^M"
   waitfor "Which host port? (1,2,^H) "
   pause 1
   transmit "1^M"
  pause 3
   transmit "^M"
   waitfor ">"
   transmit "logi^M"
   waitfor "PASS?"
   transmit "4178^M"
   waitfor ">"
   transmit "ld 20^M"
endproc

john poole
bellsouth business
columbia,sc
 
Thanks for the input but, I think you are probably logging
into a Nortel product or something similar. I have seen this type of usage for that before and it does work.

I have to get past the SEB steps, then...keep the line connected while I launch the proprietary NEC software which runs seperately from the Procomm.
If I get out of the Procomm...it drops the line.
If I just launch the NEC software with Procomm minimized, the NEC software can't communicate because it sees the line as already being in use.

I think the steps that "knob" posted sounded pretty good. Unfortunately I am using Windows 2000 which is the ONE system that the steps say this will not work for.......lucky ME!
 
Hi There,

What version of Nec Mat program and version of Nec Pabx you are tring to connect to

Regards,

Neax
 
Knob - I have not been able to try it yet as I am out of town in training. I will give it a try the first part of April when I return.

mitelsx2000 - I have a couple of old DOS versions of the MAT program for NEC 2400's and I have an older DOS version for the NEC IVS 2000.
The one 2400 software version is used for a couple of old IMS machines that we still maintain. The other 2400 software is used on an ICS machine. I cannot tell you for sure what the versions are at this time.

I have MATWorx Studio and 32 but, have had no luck using it when an SEB is involved. I am currently forced to carry an old Compaq laptop that's running Windows 95 and a DOS version of Procomm Plus.

I am hoping to find a way to put the Compaq aside and use my newer Dell laptop running Windows 2000 and Procomm Plus for Windows.

 
Hi there,

I have Mat 1.04 operating on my compaq laptop, operating XP sp2 without a problem.

Mat for the Nec sds and ICS 110/120 had all ways had the function to dial and connect to remote pabx`s via modem. This was never advertised.

Select the com port your modem is on.
Go into MOC mode and use standard hayes commamds to dial out, ie ATDT4954444 ETC.

A trick I discovered with my laptop Com 1 direct serial port, internal modem on com 3.
Nec Mat only can access com 1 & 2.

If you go into the control panel, select modem, advanced and advanced settings, I changed the com port setting from com 3 to com 2 and save setting

You can access the internal modem for the Nec Mat program to dial to remote sites.

The rest of my programs function OK for the modem, (I use Procom 4.8, Matworks 32, Nec Mat for the IMX/IPX and standard Microsoft programs for email/internet.

Regards

Mitelsx2000
 
i see what your running into, i had the same problem with simmons mmi software, i opened a dos window and lanched the software in the local mode, worked but liked to hang, of course mmi loved to hang anyway. haven't played with nec in years, i did go through the 2 weeks basic back during the mmg-2400 days. i do know our tech support (bell south) had seb's on the 1200's we used to support, but i never needed to remote in to those. and your right, that script is for a nortel product. if knob can't find the path, then it hasn't been done...

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top