We just got OTM and have it hooked into our 81 PII (Succession 3.0) over ethernet.
We're populating the OTM database but the download over ethernet is painfully slow.. like 1200 baud slow.
We have a VT220 terminal hooked up to a tty on the PBX but tried disabling it - didn't help.
Any other...
How can I get the directory entry index for an entry whose name I know?
The dialfind manual states this: "Finds the entry name and/or index associated with a specified name in the specified class."
However, I can't figure out how to have it return the index rather than the entry name.
Anyone...
Ok, nevermind.. just spoke with the boss and apparently we don't have pdt level 2 access, only the Nortel people have it. Lame :/ Just another way for them to extort cash out of us for OTM software.
Just out of curiosity, could you still post the instructions on how to do it? I'd really...
Is it possible to maintain the corporate directory without using Nortel's OTM software?
Could I manually create the directory file and upload it to the PBX?
Thanks.
I've fixed it. I used dialcount, dialname, dial, and a for loop. I can pause for a few seconds between iterations of the loop. There are some good examples in the Procomm Aspect documentation.
The script works great now :)
Thanks for all your help!
proc main
string Input
sdlginput "Specify site" "'All' or site name (ex: 'Main PBX')" Input
if stricmp Input "All"
dial DATA GROUP "PBX" CONNECTALL
else
dial DATA Input
endif
while $DIALQUEUE
while $DIALING
yield
endwhile
if $CARRIER
pause 2
waitquiet 2 FOREVER...
I'm using "dial DATA GROUP PBX CONNECTALL" to dial the list of entries (with a single script.)
I tried pause 5, but I could tell it wasn't pausing at all. It seems like as soon as the port is hung up, the next entry is dialed immediately.
Awesome, that did the trick, thanks a lot!
But now I'm encountering another problem - I'm dialing by directory group and as soon as my script issues the hangup command the dialing dialog comes back up and tries the next site. But it picks up the line too soon and the previous site is still on...
Hi, I'm trying to write an Aspect script to print reports on available DNs and TNs (2000 and 500) on a Nortel PBX.
Here's the section of script in question:
transmit "LD 20^M"
waitfor "REQ: "
transmit "PRT^M"
waitfor "TYPE: "
transmit "LUDN^M"
waitfor "CUST "
transmit "^M"...
Usually when we have a problem with the message waiting light, one of the following work:
Unplugging the phone from the jack and plugging it back in, or in our Octel messaging system we disable message waiting, save the setting, then re-enable message waiting and save the setting.
You may have...
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.