Comment 1 for bug 1189945

Revision history for this message
Seth Forshee (sforshee) wrote :

<awe> there's no direct signal
<awe> however if you monitor the call list
<awe> I think the data you need is conveyed in the Call properties
<sforshee> awe, so we'd have to poll it?
<awe> you'd need to monitor the call list, and once you have an associated call ID, you can monitor signals everytime the properties for that Call change
<awe> sforshee, I haven't looked at it too closely, you may be able to monitor the call list in a similar manner
<awe> so step 1 is figure out if a call has been created
<awe> and step 2 is watch for PropertyChanged events for any calls and if the status is active, you have an active call