summaryrefslogtreecommitdiff
path: root/res/res_pjsip_session.c
AgeCommit message (Expand)Author
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