## These ConvSub micro traces show a live reply being done to a message that has an identified sender (should look at traces for an identified sender first). 08/05/2008 07:59:20.434 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Entering [LiveReply_OnEntry]| 08/05/2008 07:59:20.434 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,3,LiveReply_OnEntry: ICsNamedProps::GetPropBool() found property CosUseLiveReply = true. GetPropBool() returned 0x00000000 S_OK [Src/PlayMsg.cpp:2283]| 08/05/2008 07:59:20.434 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,3,LiveReply_OnEntry: ICsNamedProps::GetPropBool() found property UseLiveReplyUnidentifiedCallers = true. GetPropBool() returned 0x00000000 S_OK [Src/PlayMsg.cpp:2284]| ## In this case our message is from an outside caller. So the check is done to see if the sender is a subscriber, it is not. The check is done to see if the sender is a contact, it is not. This leaves the sender as an unidentified sender (an outside caller). 08/05/2008 07:59:20.439 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,5,LiveReply_OnEntry: LiveReply: Sending subscriber not found for msg...checking for sending contact. [Src/PlayMsg.cpp:2297]| 08/05/2008 07:59:20.443 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,5,LiveReply_OnEntry: LiveReply: Sending contact not found for msg...this is an unidentified caller. [Src/PlayMsg.cpp:2302]| 08/05/2008 07:59:20.443 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Entering [SetupLiveReply_UnidentifiedCallers]| ## The transfer will be to the caller id on the message, which in this case is 1011. 08/05/2008 07:59:20.472 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,MiuGeneral,25,Enter CAvMiuCall::TransferEx destAddr='1011' type=2=Release maxRings=0 mediaSwitch=''| 08/05/2008 07:59:21.532 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,MiuGeneral,25,Exit CAvMiuCall::TransferEx=0x00000000=S_OK| ## The release transfer succeeded. So the release transfer is reported and the call is torn down. 08/05/2008 07:59:21.532 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,1,SetupLiveReply_UnidentifiedCallers: ICsMiuCall::TransferEx() returned: 0x00000000 S_OK [Src/PlayMsg.cpp:2162]| 08/05/2008 07:59:21.532 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,5,SetupLiveReply_UnidentifiedCallers: ICsEventQueue::PushID(HANGUP_EVENT) returned 0x00000000 S_OK [Src/PlayMsg.cpp:2182]| 08/05/2008 07:59:21.532 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Entering [CCsConvReporter]| 08/05/2008 07:59:21.532 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Exiting [CCsConvReporter]| 08/05/2008 07:59:21.533 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Entering [ReportTransferBilling]| 08/05/2008 07:59:21.533 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Exiting [ReportTransferBilling]| 08/05/2008 07:59:21.533 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Exiting [SetupLiveReply_UnidentifiedCallers]| 08/05/2008 07:59:21.533 |22031,CCM-1-001,398D8D2745484E8B80E81786AF63ABF1,ConvSub,0,Exiting [LiveReply_OnEntry]|