public class CallControlResult : IDisposable| FinalStatus | see CallControlResultCallRequestStatus |
| NotificationExpected | CallManager has notification about this transaction if true, then the request will be finished by the notification, |
| Reason | Explanation for FinalStatus |
| ReasonText | CallManager may add text explanantion of the reason of the rejection/failure |
| Result |
the connection which was created/connected/modified by the call control request. ActiveConnection object is the hint which depends on the concrete request implementation. The exact value of this property should be documented separately for each of the call control request. |
| Dispose | Disposes Result object |
| ToString |
Scring presentation of call control result
(Overrides ObjectToString) |