[This is preliminary documentation and subject to change.]
Creates a new call object that can be used to make an outgoing call. Upon creation, the call is in the IDLE state and has no media or terminals selected.
HRESULT CreateCall(
BSTR pDestAddress,
ITBasicCallControl **ppCall
);
TBD