Home | Register |    
 
Forums         |        Articles          |      Software          |      Portals          |      Resource          |      Wiki      |    White Papers         
 
Go Back   PBX Info :: Your Free PBX, PABX and Telephone Information Resource > PBX SYSTEMS > NORTEL > DMS Systems
   SEARCH  
     
User Name Password      
Save ?
DMS Systems Support Q and A for DMS Systems

Tags: , , ,

MerAssistant

Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 07-23-2005, 09:55 PM   #1 (permalink)
dmsman
Junior Member

Activity Longevity
3/20 11/20
Today Posts
0/0 sssssss68
Rep Power: 4dmsman is on a distinguished road

Total Points:
Donate
Gender:
Country:

Okay everyone, I have one that no one has been able to figure out.

Here goes.

I have an SL100 and was wanting to add a feature to ALL phones in the switch. Are there any ideas on how to do this without having to do each phone one at a time?
dmsman is online now   sendpm.gif Reply With Quote
Old 07-23-2005, 10:16 PM   #2 (permalink)
Guest

Activity Longevity
0/20 0/20
Today Posts
0/0 sssssssss

Total Points:
Donate

Adding a feature globally to SL100

Procomm script. Search the Meridian Section.
  Reply With Quote
Old 07-24-2005, 07:51 PM   #3 (permalink)
dmsman
Junior Member

Activity Longevity
3/20 11/20
Today Posts
0/0 sssssss68
Rep Power: 4dmsman is on a distinguished road

Total Points:
Donate
Gender:
Country:

PRI T1 Installation

Ok I looked and was unable to find anything.

If you could be more specific it would be great. Does it work by DN or LEN?

This is something that will be helpful in the future, I have just finished manually adding the required feature to all phone today. It was just over 7k phones.

Thanks for the help on this
dmsman is online now   sendpm.gif Reply With Quote
Old 07-25-2005, 04:39 AM   #4 (permalink)
imported_colin
Junior Member

Activity Longevity
0/20 20/20
Today Posts
0/0 ssssssss0
Location: Far away
Rep Power: 0imported_colin is on a distinguished road

Total Points:
Donate

maybe too late now but i have a script that may help you..

use PM to send me your email address
imported_colin is offline   sendpm.gif Reply With Quote
Old 07-25-2005, 12:50 PM   #5 (permalink)
rhack
Junior Member

Activity Longevity
2/20 20/20
Today Posts
0/0 ssssss163
Location: Chlt-NC
Rep Power: 6rhack is on a distinguished road

Total Points:
Donate
Country:

I use the inherent capabilities of store file frequently to make large numbers of changes. I usually extract all the LEN's that require the changes and then create single line entry of the change using a combination of MS Access and MS Word. Basically I download a table that contains all the LENS (IBNLINES for example for analog sets). Then import into Access. From Access I then merge to MS Word. This allows you to enter the commands, then insert the LEN. Once you complter the merge save as a text file, then ftp file to the DMS. Make sure you remove any file extensions before the ftp. Store file does not like the .txt for example.

The script may look something like this:
ADO $ 0 1 10 12 3wc $ Y
ADO $ 0 1 10 13 3wc $ Y
etc...

Once the file is in store file, go into servord then read the file. It moves pretty quick. Make sure you capture the output to go back and look for errors.

I also use procom for some tasks. Attached is an example Procom script.

It can be easily modified to make any changes. The CKLN.TXT file that is referenced in the script is simply a one line command:
CKLN $ <old len> <new len> $ Y

Put any single line command in the file and you are all set! Pretty easy. The nice thing about the script is it checks for success or failure of a command, so abort can be transmitted if need be. This prevents the script from completly bombing out.
rhack is offline   sendpm.gif Reply With Quote
Old 07-25-2005, 12:56 PM   #6 (permalink)
rhack
Junior Member

Activity Longevity
2/20 20/20
Today Posts
0/0 ssssss163
Location: Chlt-NC
Rep Power: 6rhack is on a distinguished road

Total Points:
Donate
Country:

Lets try attaching again.
rhack is offline   sendpm.gif Reply With Quote
Old 07-25-2005, 02:34 PM   #7 (permalink)
dmsman
Junior Member

Activity Longevity
3/20 11/20
Today Posts
0/0 sssssss68
Rep Power: 4dmsman is on a distinguished road

Total Points:
Donate
Gender:
Country:

Thanks for the info, I didn't think to put it a word file. I manually did all phones one at a time--what a joy that was.

The way I workied it was a QLENWRK ALL ALL IBN $ D and then just imported it into a word doc to use while adding the command. It was a pain but Nortel nor my tech support could figure out another way of doing it.

I will have to figure out another way due to not being able to FTP into my switch.

Thanks again rhack for the help and ideas.
dmsman is online now   sendpm.gif Reply With Quote
Old 07-25-2005, 03:22 PM   #8 (permalink)
rhack
Junior Member

Activity Longevity
2/20 20/20
Today Posts
0/0 ssssss163
Location: Chlt-NC
Rep Power: 6rhack is on a distinguished road

Total Points:
Donate
Country:

Discounting ftp, you can still use Procomm. It works very well. To get all of the analog lines, try going into IBNLINES next time:

TABLE: IBNLINES
>FORMAT PACK
<line length>: 76 columns can be output per line.
<pack mode>: Pack mode is ON.
<indent column>: Indented lines will begin in column 1.
<first column>: The first column of output is column 1.
>LIS 10
TOPs 10
LEN DNNO RESULT
---------------
HOST 00 0 02 00 0 DT MDN IBN 5557474 NOV 0 11 704 MCA 0 Y Y (LNR) $
HOST 00 0 02 01 0 DT STN IBN 5557477 NOV 0 12 704 (LNR) $
HOST 00 0 02 02 0 DT STN IBN 5557451 NOV 0 11 704 (3WC) (LNR) $
HOST 00 0 02 03 0 DT STN IBN 5557455 NOV 0 11 704 (3WC) (LNR) $
HOST 00 0 02 04 0 DT STN IBN 5557473 NOV 0 11 704 (LNR) $

You can then easily import into excel. Delete the LENS you don't want to change, then delete all columns except the LEN. Next insert a column before the LEN. In the first cell of the new column enter ADO $, then either copy and paste or just drag the cell to all the cells below to auto fill the column. Do the same with the column after the LEN, add your feature, CFD N 5551234 $ Y for example. You will end up with a spreadsheet with all of the changes you need to make. Next save the sheet as a text file. If you rename the file to CKLN.TXT you can use the script I sent to you as is. Just make sure the text file is in the same folder as the script. The file I attached previously will need to be opened in procom with the Aspect editor and compiled.
rhack is offline   sendpm.gif Reply With Quote
Old 07-25-2005, 04:25 PM   #9 (permalink)
Chas2002
Admin
 
Chas2002's Avatar

Activity Longevity
0/20 19/20
Today Posts
0/0 sssss1598
Location: Gulf Coast
Rep Power: 5Chas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond reputeChas2002 has a reputation beyond repute

Total Points:
Donate
Country:

Take a look at this one:

http://nortel.pbxinfo.com/index.php?...igh light=ttl

Tera Term is free, highly reliable and really straight forward.

Chas2002
Chas2002 is offline   sendpm.gif Reply With Quote
Old 07-25-2005, 07:26 PM   #10 (permalink)
dmsman
Junior Member

Activity Longevity
3/20 11/20
Today Posts
0/0 sssssss68
Rep Power: 4dmsman is on a distinguished road

Total Points:
Donate
Gender:
Country:

The program seems interesting, i will play with it more later.

This site is great. I just wish there were more DMS guys in here.

But I currently work on both 61 and sl100 (DMS 100) and both have mermail.
dmsman is online now   sendpm.gif Reply With Quote
Post New Thread  Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the number a set is forwarded to from off site. pcutler Meridian Systems 7 11-28-2007 10:56 AM
SPRE codes ycoder Meridian Systems 11 12-11-2006 12:29 AM
FFC's not working switch Meridian Systems 4 04-17-2003 07:51 AM
Attn. SL100 guru's renegade Technology Chat 1 03-27-2003 09:20 PM
Trunk to Trunk connection woes... Hi-Tech Meridian Systems 2 02-05-2003 07:25 PM

Tags   |   Advertise    |    Media Partners   |    Admin   |   About us   |   Contact Us   |   RSS   


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
Copyright PBXINFO LLC 2006