summaryrefslogtreecommitdiff
path: root/examples/call.py
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Update codecs so it works nicely on SIP a nd when calling a Nokia N8x0Sjoerd Simons1-1/+20
2009-04-29Disable theora, its not usable with SIPOlivier Crête1-0/+8
2009-04-29Add various converters before the sinksOlivier Crête1-2/+2
2009-04-29Remove request-resourceOlivier Crête1-6/+0
2009-04-29Add threads_init callOlivier Crête1-0/+2
2009-04-29In case capabilities are not support, start the call right awaySjoerd Simons1-12/+21
2009-04-29Port to tpfarsightSjoerd Simons1-18/+59
2009-04-29Wait for media capabilitiesSjoerd Simons1-11/+24
2009-02-17call.py: make ^C clean up connection in incoming mode.Will Thompson1-0/+1
2007-10-26call.py: remove unused variableDafydd Harries1-1/+0
2007-10-26call.py: close channel on StreamError signalDafydd Harries1-0/+6
2007-10-26when incoming call ends, wait for another callDafydd Harries1-0/+4
2007-09-29call.py: Fix the definition of run_main_loopSjoerd Simons1-1/+1
2007-09-26Update call-gtk.py to use new call.py APIXavier Claessens1-3/+5
2007-06-01Fix call examplesSimon McVittie1-41/+37
2007-06-01call: remove the _valid_interfaces hackSimon McVittie1-1/+0
2007-06-01call, call-gtk: take out the --directed hackSimon McVittie1-30/+12
2007-05-23Fix cut & paste errorSimon McVittie1-1/+1
2007-05-23Make examples more exemplary: stop using private API of both telepathy-python...Simon McVittie1-18/+4
2007-02-28Merge with upstreamSimon McVittie1-5/+12
2007-02-28examples/call.py, examples/call-gtk.py: Accept option --directed to use the s...Simon McVittie1-12/+24
2007-02-07call.py: Work correctly with dbus-python 0.80 (_object_path is now a publicSimon McVittie1-5/+23
2006-12-18examples/call.py: use connection_from_file1-5/+2
2006-12-18examples/call.py: don't pass in contact handle when requesting channel1-1/+1
2006-12-18examples/call.py: call AdvertiseCapabilities when we're connected1-1/+5
2006-12-18examples/call.py: remove gtk code1-37/+0
2006-12-13call.py: s/conn/self.conn/ in Call methods1-2/+2
2006-09-10catch error when making audio-only streams request1-2/+8
2006-09-10call.py: add member to channel after creating it1-4/+6
2006-09-10add gtk hack to call.py1-0/+37
2006-09-09refactor Call into OutgoingCall and IncomingCall1-46/+62
2006-09-05refactor stream engine handling1-4/+7
2006-09-05call.py: takes at most 3 arguments1-1/+1
2006-09-05call.py: enhance debug messages1-2/+5
2006-08-29VoipEngine -> StreamEngine1-2/+2
2006-09-03examples/call.py: add calls to RequestStreams for outgoing calls1-1/+16
2006-08-30examples/call.py: support listening for calls and auto-accepting when a conta...1-2/+14
2006-08-30examples/call.py: use the new stream-engine name/path1-2/+2
2006-08-29revert to two-arg form of channel readiness callback1-3/+4
2006-08-29ignore DBus exception when calling Disconnect1-1/+6
2006-08-29Close() is on channel interface1-1/+1
2006-08-29port examples to spec 0.131-6/+8
2006-08-17Alter example code to use new ready_handler on Channel proxiesSimon McVittie1-11/+2
2006-08-09make call.py take contact to call as argument1-5/+4
2006-08-09increase sleep from 2 to 51-1/+1
2006-08-09wait for channel to inspect its own interfaces before attempting to use it1-7/+18
2006-08-02add call example and account loading helper code1-0/+117