summaryrefslogtreecommitdiff
path: root/src/sip-media-session.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02sip-media-session: use TpsipBaseConnectionPekka Pessi1-3/+4
2010-11-18fd.o #31720: use TpDBusDaemon to export media streamsSimon McVittie1-0/+1
2010-11-18fd.o #31720: use TpDBusDaemon to export media sessionsSimon McVittie1-5/+22
2010-04-01Don't remove the local pending send flag when holding the callMikhail Zabaluev1-2/+3
2010-02-15Updated Nokia copyright years in source filesMikhail Zabaluev1-1/+1
2010-02-08Implemented DBus properties for Media.StreamHandlerMikhail Zabaluev1-0/+47
2010-02-08Changed a parameter in tpsip_media_session_add_stream()Mikhail Zabaluev1-8/+12
2010-02-08Merge branch 'total-immutability'Mikhail Zabaluev1-0/+12
2010-02-02Add a new MESSAGE macro and use it instead of g_message.Jonny Lamb1-4/+4
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb1-5/+5
2010-02-02Replace tpsip_debug with tpsip_log, but keep DEBUG doing the same thing.Jonny Lamb1-3/+2
2010-01-29Disable locally-originated re-INVITES when 'immutable-streams' parameter is setMikhail Zabaluev1-0/+12
2010-01-29Fix the condition for initial emit of StreamDirectionChangedMikhail Zabaluev1-1/+1
2010-01-22Create remotely added streams with the direction they have as per SDPMikhail Zabaluev1-15/+10
2010-01-22More renaming for pending direction stuffMikhail Zabaluev1-9/+9
2010-01-22Block the stream from sending until negotiated with the remote partyMikhail Zabaluev1-1/+1
2010-01-21I don't think Pending_Remote_Send means what this code thinks it meansMikhail Zabaluev1-11/+17
2010-01-08Merge branch 'initial-av'Mikhail Zabaluev1-11/+7
2010-01-04Regard per-media ptime attributes as wellMikhail Zabaluev1-21/+20
2009-12-18Create initial streams accordingly to the media channel propertiesMikhail Zabaluev1-11/+7
2009-12-01Turned the ptime properties into stringsMikhail Zabaluev1-10/+12
2009-12-01Implemented TpsipMediaSession properties 'remote-ptime' and 'remote-max-ptime'Mikhail Zabaluev1-2/+46
2009-09-04Restore the code to follow unexpected hold changes, and make it work for realMikhail Zabaluev1-8/+31
2009-09-02Removed some race conditions in call holdingMikhail Zabaluev1-18/+8
2008-10-20Pretty-formatted and optimized SESSION_DEBUGMikhail Zabaluev1-17/+17
2008-10-16Removed the idle catcher for a missing nua_i_state eventMikhail Zabaluev1-48/+11
2008-10-16The hardcoded request timeout is bad, removedMikhail Zabaluev1-57/+7
2008-10-15Renamed tpsip_media_session_reject to tpsip_media_session_respondMikhail Zabaluev1-5/+5
2008-07-08Reformatted the rest of param specs.Mikhail Zabaluev1-59/+30
2008-06-03Ported the glare fix to trunkMikhail Zabaluev1-21/+101
2008-06-03Introduced a new session state, 'reinvite-pending', as the way to resolve gla...Mikhail Zabaluev1-26/+25
2008-05-21TpsipMediaSession: added debug tracing for remote hold status updateMikhail Zabaluev1-0/+2
2008-05-20Ported the pending offer/pending remote send state interaction fix to the trunkMikhail Zabaluev1-8/+34
2008-05-20Don't remove or apply the remote pending send flag if there is a pending SDP ...Mikhail Zabaluev1-21/+6
2008-05-19TpsipMediaSession: renamed the label epilog to finally, to align with a conve...Mikhail Zabaluev1-2/+2
2008-05-19TpsipMediaSession: SDP media line loop condition beautifiedMikhail Zabaluev1-1/+1
2008-05-19TpsipMediaSession: make sure state transitions after a remote media update ar...Mikhail Zabaluev1-10/+13
2008-05-16Trying to cover all RTCP-related bells and whistles we may meet in remote SDPMikhail Zabaluev1-0/+44
2008-05-13TpsipMediaSession: added a comment questioning the necessity of a large part ...Mikhail Zabaluev1-0/+2
2008-05-13TpsipMediaSession: ported the NUA handle disposal patchMikhail Zabaluev1-3/+2
2008-05-13SIPMediaSession: make sure to destroy the NUA handle on session endMikhail Zabaluev1-1/+2
2008-05-12SIPMediaSession: restored priv_local_media_changed() in sip_media_session_req...Mikhail Zabaluev1-0/+2
2008-05-08TpsipMediaSession: tracing for hold implementation functionsMikhail Zabaluev1-0/+4
2008-05-09Use tp-glib 0.7.8 for Hold in TpsipMediaSession tooSimon McVittie1-39/+34
2008-04-29TpsipMediaSession: don't use an adapter callback for 'local-media-updated', u...Mikhail Zabaluev1-10/+3
2008-04-29TpsipMediaSession: fix remote hold state updates for incoming streamsMikhail Zabaluev1-4/+2
2008-04-29Corrected hold implementation up to the recent direction fixMikhail Zabaluev1-11/+4
2008-04-29Ported direction and pending send changes to the trunkMikhail Zabaluev1-21/+108
2008-04-28Reworked behavior of direction and pending send flags to match the specificationMikhail Zabaluev1-82/+30
2008-04-22TpsipMediaSession: a remotely requested stream is always created with pending...Mikhail Zabaluev1-2/+1