an MR enhancement related to user busylist ASAI event. this was delivered starting in CM 6.3.6
defsw132171 - AES/CM FP4: AES CTI event ASAI/TSAPI user busy 162834-8014
As per the MR, The original ASAI busy event only included the call ID, the called number, and a cause value. Note that the called number often was not the actual busy
number. The new busy event will also now include the calling number and the actual busy number (sent in the connected number IE). The evnt_busy structure
defined in isg_calls.h already had the members to contain this information, so it did not need to change. However, two of the members were not currently
populated - the busy_uid and the orig_uid. The busy_uid will now contain the UID of the actual busy endpoint, and the orig_uid will contain the UID
of the calling party.. It has been enhanced to provide the calling number and the connected number (which will be the actual busy endpoint).
CONNECTED NUMBER of busylist event for call to agent could be Null, it is working as design, which would result in AES send Failed event with FailedConnection<Null> to JTAPI client.
JTAPI client should has ablity to hanlde this event and convey this FailEvent.FailedConnection<Null> to application like AESconnector. but now the problem is JTAPI client drops the event.