summaryrefslogtreecommitdiff
path: root/res/res_pjsip_session.c
AgeCommit message (Expand)Author
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
2013-10-02Fix a random one way audio issue in PJSIP.Joshua Colp
2013-10-02Retrieve and store the hostname only once so multiple threads do not potentia...Joshua Colp
2013-09-27res_pjsip: crash when using localnet and external_signaling_address optionsKevin Harwell
2013-09-23Fix crash in res_pjsip on load if error occurs, and prevent unloading of res_...Joshua Colp
2013-09-13Create more accurate Contact headers for dialogs when we are the UAS.Mark Michelson
2013-08-29Fix a race condition where a canceled call was answered.Mark Michelson
2013-08-01Answer with multiple codecs if the underlying pjproject supports it.Joshua Colp
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson