Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use tp_channel_dispatch_operation_claim_async() (#650386) | Guillaume Desmottes | 2011-05-30 | 1 | -2/+3 |
| | |||||
* | display a debug message if we can't get the TpContact | Guillaume Desmottes | 2011-03-09 | 1 | -1/+4 |
| | |||||
* | call-observer: display a notification when rejecting a call (#644127) | Guillaume Desmottes | 2011-03-09 | 1 | -8/+91 |
| | |||||
* | call-observer: set the Recover flag | Guillaume Desmottes | 2011-03-09 | 1 | -1/+1 |
| | | | | We want to know about existing calls when starting. | ||||
* | call-observer: reject all the channels we claimed | Guillaume Desmottes | 2011-03-08 | 1 | -7/+74 |
| | | | | | | Once we have claimed the ChannelDispatchOperation, we are now the handler of all its channels. So, we should close them all as we are not going to do anything with them. (#644210) | ||||
* | return from ObserveChannels() after having called Claim() | Guillaume Desmottes | 2011-03-08 | 1 | -0/+2 |
| | |||||
* | call-observer: return from ObserveChannels() if the channel was already ↵ | Guillaume Desmottes | 2011-03-08 | 1 | -0/+2 |
| | | | | invalidated | ||||
* | call-observer: set debug domain to 'voip' and add 2 debug messages | Guillaume Desmottes | 2011-03-08 | 1 | -1/+6 |
| | |||||
* | Don't look for Call channels | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -27/+4 |
| | | | | We don't support them on master yet. | ||||
* | Delay the approvers | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -0/+2 |
| | |||||
* | Autoreject incoming calls if there are others in progress | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -0/+287 |
https://bugzilla.gnome.org/show_bug.cgi?id=643656 |