summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Don't log sofia messages to syslog ourselves.debugJonny Lamb3-44/+7
2010-02-02Add a new MESSAGE macro and use it instead of g_message.Jonny Lamb8-12/+16
2010-02-02Use tpsip_log instead of g_critical.Jonny Lamb1-1/+2
2010-02-02Add a WARNING macro and use that instead of g_warning.Jonny Lamb8-24/+28
2010-02-02Replace tpsip_debug with tpsip_log, but keep DEBUG doing the same thing.Jonny Lamb3-12/+14
2010-02-02Replace g_debug calls with DEBUG.Jonny Lamb3-5/+5
2010-02-02Use TpDebugSender to publish messages.Jonny Lamb3-6/+82
2010-02-02Set G_LOG_DOMAIN.Jonny Lamb1-1/+2
2010-01-29Merge branch 'pending-send-fixes'Mikhail Zabaluev5-79/+122
2010-01-29Merge branch 'codecs-updated'Mikhail Zabaluev1-0/+40
2010-01-29Don't need remote approval when clearing local pending sendMikhail Zabaluev1-1/+5
2010-01-29Fix the condition for initial emit of StreamDirectionChangedMikhail Zabaluev1-1/+1
2010-01-29Don't dup the codec name stringMikhail Zabaluev1-1/+1
2010-01-24Regularized the compiler flag variables in makefilesMikhail Zabaluev2-2/+5
2010-01-24Fix compiler warningsMikhail Zabaluev2-2/+4
2010-01-22Create remotely added streams with the direction they have as per SDPMikhail Zabaluev5-20/+23
2010-01-22Removed a redundant parameter from stream helper priv_update_sending()Mikhail Zabaluev1-9/+6
2010-01-22Eliminate a now-redundant check against sending mediaMikhail Zabaluev1-17/+23
2010-01-22Disable calls to selfMikhail Zabaluev1-0/+11
2010-01-22More renaming for pending direction stuffMikhail Zabaluev1-9/+9
2010-01-22Block the stream from sending until negotiated with the remote partyMikhail Zabaluev3-15/+34
2010-01-21I don't think Pending_Remote_Send means what this code thinks it meansMikhail Zabaluev2-23/+37
2010-01-20Merge branch 'master' into codecs-updatedMikhail Zabaluev31-360/+1487
2010-01-08Merge branch 'initial-av'Mikhail Zabaluev9-32/+221
2010-01-04Merge branch 'ptime'Mikhail Zabaluev3-5/+79
2010-01-04Don't clobber ptime parameters if they are specified for the codecMikhail Zabaluev1-3/+3
2010-01-04Regard per-media ptime attributes as wellMikhail Zabaluev3-25/+37
2009-12-22Disallow using InitialAudio and InitialVideo with old style anon channelsMikhail Zabaluev1-11/+9
2009-12-18Disable hold if the media channel contents are not mutableMikhail Zabaluev1-1/+11
2009-12-18Implemented ImmutableStreams property on media channelsMikhail Zabaluev5-1/+62
2009-12-18Create initial streams accordingly to the media channel propertiesMikhail Zabaluev6-11/+37
2009-12-18Added properties InitialAudio and InitialVideo to media streamMikhail Zabaluev2-4/+113
2009-12-18Removed code for a 'peer' property which was never implementedMikhail Zabaluev1-15/+0
2009-12-02Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOLMikhail Zabaluev1-1/+1
2009-12-01Pass ptime and maxptime properties from the session to codec parametersMikhail Zabaluev1-0/+16
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-11-30Development nano version 0.5.19.1Mikhail Zabaluev1-1/+1
2009-11-30Version 0.5.19telepathy-sofiasip-0.5.19Mikhail Zabaluev1-2/+2
2009-11-30Require Automake 1.9Mikhail Zabaluev1-1/+1
2009-11-30Merge branch 'custom-fmtp'Mikhail Zabaluev7-167/+625
2009-11-23Properly fixed a quick patchMikhail Zabaluev1-3/+2
2009-11-23Addressed Will's comments on codec parameter parsers and quoting utilitiesMikhail Zabaluev2-3/+9
2009-11-23Staticized tpsip_codec_param_formats_init()Mikhail Zabaluev3-6/+10
2009-11-23Addressed some of Simon's review comments for codec parameter formattingMikhail Zabaluev2-2/+3
2009-11-17Added missing default values to keepalive parametersMikhail Zabaluev1-2/+4
2009-11-13Guard against a null fmtp parameter for codec parserMikhail Zabaluev1-1/+4
2009-11-10Anchor the match for DTMF events list at the beginning of the stringMikhail Zabaluev1-1/+1
2009-11-10Use the new codec parameter formatting systemMikhail Zabaluev1-150/+9
2009-11-10Plug in the audio/telephone-event formatting routinesMikhail Zabaluev1-0/+5