For your other sites, use the Nortel Time Syncronization feature. This is a very simple process that allows connected PBX's syncronize time with a main PBX using D-Channel communications. We have an 81C and 80 Option 11C's, all time sync'ed using this feature. All you need is a DN within your dialing plan. There are six commands to set this up, all in LD 2.
See code:
Code:
. SLDN xxxx <-- This is the DN you will use for Time Sync
. STSS (STDA), MAST, SLAV <-- This sets which will be master and slave (You only should have one master in your network) STDA is for Stand alone, not sure how this would be helpful. All non-master sites must be set to SLAV in order to communicate
. STSC (0), x <-- Customer number in charge of Time Sync
. SMDN xxxx <-- If the system is a slave, this is where you input the master DN
. SMOD (BKGD), DSVC <-- This sets whether the service runs in the background or at midnight.
. SDEL (sign) (hr) (min) <-- This is where you set the difference between the local switch and the master location. (sign = 0 or 1, 0=master is behind local time, 1=master is ahead of local time) (hr = number of hours difference) (min=Number of minutes difference)
Once this is set, you can replace the leading
S with a
T to print your input. Keep in mind the DN structure of the Master DN MUST BE the same as your diaing scheme, and the numbers must all be included in your dialing plan. You can also print the DN in LD 20, and it will show a type as
TIME. You should also remember that this will use a DN at every location, so if you are running out of DN's in your dialing plan, this could be tricky. It is also possible to use just a group of non DID numbers and build the routing for them in your CDP.
This option is available as long as ISDN is available in your system. The process uses no B-Channels, only through the D-Channel do the systems communicate.
I recommend leaving the process run in the background, that way if a T1 drops or a system reloads, time sync will happen as soon as the T1 is re-established. The documentation for this feature is buried in the ISDN Features Guide.
Hope this helps. If anyone thinks this is good stuff, I can post as a tip.
Scott M.