Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.Cached --+ | object --+ | | | DeviceMixin --+ | Call
Instance Methods | |||
|
|||
|
|||
bool |
|
||
|
|||
|
|||
|
|||
Conference |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Properties | |
int |
ConferenceId Conference Id. |
datetime.datetime |
Datetime Date and time of the call. |
str |
DTMF Set this property to send DTMF codes. |
int |
Duration Duration of the call in seconds. |
enums.cfr* |
FailureReason Call failure reason. |
str |
ForwardedBy Skypename of the user who forwarded a call. |
int |
Id Call Id. |
bool |
InputStatus True if call voice input is enabled. |
ParticipantCollection |
Participants Participants of a conference call not hosted by the user. |
unicode |
PartnerDisplayName The DisplayName of the remote caller. |
str |
PartnerHandle The Skypename of the remote caller. |
str |
PstnNumber PSTN number of the call. |
unicode |
PstnStatus PSTN number status. |
int |
Rate Call rate. |
unicode |
RateCurrency Call rate currency. |
int |
RatePrecision Call rate precision. |
unicode |
RateToText Returns the call rate as a text with currency and properly formatted value. |
float |
RateValue Call rate value. |
bool |
Seen Queries/sets the seen status of the call. |
enums.cls* |
Status The call status. |
unicode |
Subject Call subject. |
str |
TargetIdentity Target number for incoming SkypeIn calls. |
float |
Timestamp Call date and time expressed as a timestamp. |
bool |
TransferActive Returns True if the call has been transferred. |
str |
TransferredBy Returns the Skypename of the user who transferred the call. |
str |
TransferredTo Returns the Skypename of the user or phone number the call has been transferred to. |
enums.cls* |
TransferStatus Returns the call transfer status. |
enums.clt* |
Type Call type. |
enums.vss* |
VideoReceiveStatus Call video receive status. |
enums.vss* |
VideoSendStatus Call video send status. |
enums.cvs* |
VideoStatus Call video status. |
int |
VmAllowedDuration Returns the permitted duration of a voicemail in seconds. |
int |
VmDuration Returns the duration of a voicemail. |
Inherited from |
Method Details |
repr(x)
|
|
|
Note: You can transfer an incoming call to a group by specifying more than one target, first one of the group to answer will get the call. See Also: CanTransfer |
Property Details |
ConferenceIdConference Id.
|
DatetimeDate and time of the call.
See Also: Timestamp |
DTMFSet this property to send DTMF codes. Permitted symbols are: [0..9, #, *].
Note: This command functions for active calls only. |
DurationDuration of the call in seconds.
|
FailureReasonCall failure reason. Read if Status == enums.clsFailed.
|
ForwardedBySkypename of the user who forwarded a call.
|
IdCall Id.
|
InputStatusTrue if call voice input is enabled.
|
ParticipantsParticipants of a conference call not hosted by the user.
|
PartnerDisplayNameThe DisplayName of the remote caller.
|
PartnerHandleThe Skypename of the remote caller.
|
PstnNumberPSTN number of the call.
|
PstnStatusPSTN number status.
|
RateCall rate. Expressed using RatePrecision. If you're just interested in the call rate expressed in current currency, use RateValue instead.
See Also: RateCurrency, RatePrecision, RateToText, RateValue |
RateCurrencyCall rate currency.
See Also: Rate, RatePrecision, RateToText, RateValue |
RatePrecisionCall rate precision. Expressed as a number of times the call rate has to be divided by 10.
See Also: Rate, RateCurrency, RateToText, RateValue |
RateToTextReturns the call rate as a text with currency and properly formatted value.
See Also: Rate, RateCurrency, RatePrecision, RateValue |
RateValueCall rate value. Expressed in current currency.
See Also: Rate, RateCurrency, RatePrecision, RateToText |
SeenQueries/sets the seen status of the call. True if the call was seen, False otherwise.Note: You cannot alter the call seen status from seen to unseen. |
StatusThe call status.
|
SubjectCall subject.
|
TargetIdentityTarget number for incoming SkypeIn calls.
|
TimestampCall date and time expressed as a timestamp.
See Also: Datetime |
TransferActiveReturns True if the call has been transferred.
|
TransferredByReturns the Skypename of the user who transferred the call.
|
TransferredToReturns the Skypename of the user or phone number the call has been transferred to.
|
TransferStatusReturns the call transfer status.
|
VideoReceiveStatusCall video receive status.
|
VideoSendStatusCall video send status.
|
VideoStatusCall video status.
|
VmAllowedDurationReturns the permitted duration of a voicemail in seconds.
|
VmDurationReturns the duration of a voicemail.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 26 16:13:04 2009 | http://epydoc.sourceforge.net |