Mike's PBX Cookbook

Change a Pilot DN

Pilot DNs are defined as PLDN Flexible Feature Codes (FFC) in LD 57. Pilot DNs are used in two ways:

  1. If USE = GPHT, the Pilot DN will activate a Group Hunt list, eg: a Voicemail agent queue
  2. If USE = SCLC or SCLU (Speed Call List Controller/User), the Pilot DN wil access a Speed Call list

Print the pilot numbers (PLDN) in LD 57 to find the associated list number's:

>ld 57
FFC000
MEM AVAIL: (U/P): 94495652    USED U P: 8754176 385113    TOT: 103634941
DISK SPACE NEEDED: 504 KBYTES
REQ  prt
TYPE ffc
CUST 0
CODE pldn

CUST 00
FFCT YES
PLDN 3300              Pilot number
 USE  GPHT             ← Group Pilot HunTing
 LSNO 101              List number 101
 HTYP RRB
 CFWI NO
 MQUE ALL
 

Then print the list in LD 20 to find the members:

>ld 20

PT0000
REQ: prt
TYPE: ght
LSNO 101
SIZE 16
RNGE

GHLN 0101
TYPE GHT
CUST 0

PLDN 3300
DNSZ 4
SIZE 16
STOR 00 5200           this looks like it
STOR 01 5201           could be a list of 
STOR 02 5202           voicemail agents!
STOR 03 5203
STOR 04 5204
STOR 05 5205
STOR 06 5206
STOR 07 5207
STOR 08 5208
STOR 09 5209
STOR 10 5210
STOR 11 5211
STOR 12 5212
STOR 13 5213
STOR 14 5214
STOR 15 5215

REQ:

Change the lists pilot number in LD 57 by first OUTing the old PLDN, then adding the new:

REQ  out
TYPE ffc
CUST 0
ALL  no                ← very important!
CODE pldn
PLDN 3300              pilot DN to remove, this doesn't touch the list
PLDN
CODE

MEM AVAIL: (U/P): 94494352    USED U P: 8755305 385284    TOT: 103634941
DISK SPACE NEEDED: 505 KBYTES
REQ  chg               change FFC data
TYPE ffc 
CUST 0 
FFCT
CODE pldn 
PLDN 5555              enter new pilot DN
USE  gpht 
LSNO 101               assign to list number
HTYP lin               hunt type, lin or rrb
CFWI no 
MQUE all 
PLDN
CODE

MEM AVAIL: (U/P): 94494299    USED U P: 8755305 385337    TOT: 103634941
DISK SPACE NEEDED: 505 KBYTES
REQ