I have a SCCS 5.0 FP 1 SU4 on a Windows 2003 server (co), I had on multiple sites the folowing symptom:
Clients(web and fat) could not connect to the sccs-server, after a second reboot the client can connect without any problem. Is there something I can do about this? (Registry?, other config?)
thx
Card slot 1 has allways been available on opt11. Couldn't it be that there is a PRI card (NTBK50) in slot 1..., status should then be queried in LD 60.
regards,
Frda
Hi Knob,
Thanks for your reply.
I tried what you sugested, but as there is nothing changing in the active window titlebar, this is not working, is there a way to retrieve the Convertion status messages?
Regards
Frank
Hi,
I'm trying to write a script that automatically converts dialing directory's from pw2.11 to pw4.8, using the connection directory conversion tool.
Is there a way to detect when the tool has finished the conversion?
Thx.
Frank
Hi Mannas,
Thanks for your reply, I'll test it in our lab today, but there is another problem. In our country, the protocol used by the NT1 is 4B3T. Since the UILC only supports 2B1Q, we have to order these NT1's somewhere else. Can you tell me what brand you are using?
Best regards
Frank
Hi,
I'm looking to install a UILC card in my OPT 11C. If I understood well this card only supports 2B1Q NT1's.
Is there anyone who has experience using these cards and what brand of NT1 can I use?
Regards
I'm not aware of special setting io to connect to M1's with procomm except for Meridian Mail, there you should use the correct terminal emulation to use the softkeys.
Are you experiencing any problems?
Hi,
I had the same problem, and I solved it with a workaround, here it comes:
proc MAIN
set modem acceptcall data ON
set aspect rxdata ON
LUS:
when ELAPSED 0 180 call SCRNSVR
while $CARRIER < 1
yield
endwhile
call GETRPT
goto LUS
endproc
proc GETRPT
.
.
.
termreset
sendkey ALT 'U'...
This is a script that activates/deactivates DCH monitoring on nortel's Meridian1 PABX.
integer BA_MON
string STRT
string STP
integer COUNTER
integer UNT0
integer UNT7
string CARD
string UNIT
proc main
set txpace 100
USRINFO:
transmit "****^M"
transmit "LD 48^M"...
I encountered the same problem and I did find a work around that works fine in my case!
run "program.exe" progID
while $pwactive == 1
yield
endwhile
This pauses script execution as long as the procomm window running the script is active.
Here you go!
PROC MAIN
integer retval, id
long timeval1, timeval2
string exeDATE, exeTIME
TIMEVAL1 = TIMEVAL2 = 0
if dllload "ASPTIME.DLL" ID
dllcall id "ASPLTIME" $pwmainwin 2 RETVAL TIMEVAL1 "Select TIME and DATE" " Please select execution DATE: "...
Hello ...,
If the following lines are ment to go into modem command mode and disconnect the call,
transmit "+++"
waitfor "K^M^J"
transmit "athn^M"
then you can replace them with hangup
waitfor "Username: "
transmit "doej^M"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.