summaryrefslogtreecommitdiff
path: root/res/res_pjsip_session.c
AgeCommit message (Expand)Author
2015-07-06PJSIP FAX: Fix T.38 automatic reject timer NULL channel pointer dereferences.Richard Mudgett
2015-06-03res_pjsip: Prevent access of NULL channels.Mark Michelson
2015-05-27res_pjsip_session: Fix in-dialog authentication.Richard Mudgett
2015-04-10res_pjsip: Add an 'auto' option for DTMF ModeMatthew Jordan
2015-03-26res_pjsip: Enable unload of all modules at shutdown.Corey Farrell
2015-03-18res_pjsip_session: Fix off-nominal extra unref of session.Richard Mudgett
2015-03-10res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.Richard Mudgett
2015-02-13res_pjsip_session: Fix double re-INVITE collision crash.Richard Mudgett
2015-01-28Fix file descriptor leak in RTP code.Mark Michelson
2015-01-16Fix problem where a hung channel could occur on a failed blind transfer.Mark Michelson
2015-01-05pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.Joshua Colp
2014-12-12res_pjsip_session: Delay sending BYE if a re-INVITE transaction is in progress.Joshua Colp
2014-12-12res_pjsip_session: Fix issue where a declined media stream in a re-INVITE wou...Joshua Colp
2014-12-08Fix a crash that would occur when receiving a 491 response to a reinvite.Mark Michelson
2014-11-19res_pjsip_sdp_rtp: Add support for optimistic SRTP.Joshua Colp
2014-11-14Fix race condition where duplicated requests may be handled by multiple threads.Mark Michelson
2014-10-17res_pjsip_session/res_pjsip_sdp_rtp: Be more tolerant of offersMatthew Jordan
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-10-03res_pjsip_session: Reduce SDP size by removing duplicate connection lines.Joshua Colp
2014-09-29Simplify UUID generation in several places.Richard Mudgett
2014-09-27res_pjsip_session: Add additional checks for delaying session refreshes.Joshua Colp
2014-09-16res_pjsip_session: Fix usage of wrong memory pool when creating local SDP.Joshua Colp
2014-09-02Resolve race condition where channels enter dialplan application before media...Mark Michelson
2014-08-21Switch from hostname to an IP address in the SDP origin line.Mark Michelson
2014-08-19chan_pjsip: Fix attended transfer connected line name update.Richard Mudgett
2014-07-29res_pjsip_session: Fix race condition where redirecting information may not b...Joshua Colp
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-07CEL: Fix incorrect/missing extra field informationKinsey Moore
2014-06-04res_pjsip_session: Add debug statement for session refreshesMatthew Jordan
2014-05-28res_pjsip_session: Fix leaked video RTP ports.Richard Mudgett
2014-05-19Undo r414123Matthew Jordan
2014-05-18bridge_native_rtp/bridge_channel: Fix direct media issues due to frame hookMatthew Jordan
2014-04-30chan_pjsip: Add support for picking up calls in the configured pickup group.Joshua Colp
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-03-01res_pjsip_session: Set options (100rel, timers) on incoming sessions.Joshua Colp
2014-01-26res_pjsip_session: Be less strict with core requested outgoing capabilities.Joshua Colp
2014-01-15PJSIP: Add Path header supportKinsey Moore
2014-01-09PJSIP: Add unhold on reinvite without SDP behaviorJonathan Rose
2014-01-09astobj2: Correct ao2_iterator opacity violationsKinsey Moore
2013-12-31chan_pjsip: Handle hanging up before calling.Joshua Colp
2013-12-19res_pjsip_session: Fix SDP negotiation when resending an INVITE with authenti...Joshua Colp
2013-12-03res_pjsip_session: Add support for PJMEDIA_SDP_NEG_ALLOW_MEDIA_CHANGE flag.Joshua Colp
2013-12-01res_pjsip_session: Apply fromuser and fromdomain to all requests as documented.Joshua Colp
2013-11-28res_pjsip_session: Add configurable behavior for redirects.Joshua Colp
2013-11-21res_pjsip_session: Fix memory leak of direct media format capabilitiesMatthew Jordan
2013-10-13Fix a race condition in res_pjsip_session with rapidly terminating the session.Joshua Colp
2013-10-04Replace the connection address at the SDP level if altering the SDP with the ...Joshua Colp
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson