Opened 5 days ago

Last modified 5 days ago

#395 assigned defect

Initializer route, reroute, and deroute commands limit message coordinator source to 8 characters

Reported by: Eric Swenson Owned by: Eric Swenson
Priority: minor Milestone: MR12.9
Component: Answering Service Version: MR12.5
Keywords: Cc:

Description

Message coordinator source names can be up to 32 characters long. The data structures and subroutines all work just fine with up to 32-character long source names, but the route, deroute, and reroute operator command implementation arbitrarily limits source names to 8 characters. Simply changing the declaration of source from char(8) to char(32) allows source names to be up to 32-character names.

Change History (2)

comment:1 by Eric Swenson, 5 days ago

Status: newassigned
Note: See TracTickets for help on using tickets.