Eliminating Trunker / Etrunker Status Codes

Status
Not open for further replies.

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Reaction score
110
Location
Virginia
Was wondering if someone has come across how to disable the display of the status codes at the bottom of the frequencies in Trunker / Etrunker.

I have the source code as well .. so if someone could lead me to the right place in the code that would help also.

For example in Etrunker ...

1a or LCN 26 is DOWN LINK CHANNEL
1b or LCN 27 is RESERVED
1c or LCN 28 is CONVERT TO CALLEE
1d or LCN 29 is CALL QEUED
1e or LCN 30 is SYSTEM BUSY
1f or LCN 31 is CALL DENIED
(Thanks 92B for the above info ..)

But I dont want this info to ever show up ... and I havent found where it is in the source code to disable it.

Any help would be appreciated.

Thanks
 
D

DaveNF2G

Guest
ETrunker interprets those codes as LCN assignments, so there is probably no way to disable them unless you can include an instruction to ignore LCNs above 20, or whatever is the maximum number of actual LCN numbers available for an EDACS site.

Rather than disable them, why not label them so they mean something? I have the following lines in my ETrunker sys files:

s DOWNLINK,1a,ffff,0
s RESERVED,1b,ffff,0
s CONVERTc,1c,ffff,0
s QUEUEDid,1d,ffff,0
s SYS-BUSY,1e,ffff,0
s DENIEDid,1f,ffff,0
 
Last edited:
Status
Not open for further replies.
Top