Opened 7 weeks ago

Closed 10 days ago

Last modified 10 days ago

#395 closed defect (fixed)

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 (3)

comment:1 by Eric Swenson, 7 weeks ago

Status: newassigned

comment:3 by Eric Swenson, 10 days ago

Resolution: fixed
Status: assignedclosed

Fixed with MR12.9-1041.

Last edited 10 days ago by Eric Swenson (previous) (diff)
Note: See TracTickets for help on using tickets.