summaryrefslogtreecommitdiff
path: root/res/res_pjsip_t38.c
AgeCommit message (Expand)Author
2016-08-25ast_framehook_attach() must be called with the channel locked.Richard Mudgett
2016-07-07chan_sip/res_pjsip_t38: Handle a request to negotiate T.38 after it is enabled.Joshua Colp
2016-02-29res_pjsip_t38.c: Back out part of an earlier fix attempt.Richard Mudgett
2016-02-08res_pjsip: Fix infinite recursion when loading transports from realtimeGeorge Joseph
2015-11-22chan_pjsip: Handle T.38 faxes with direct media bridgesMatt Jordan
2015-11-21res/res_pjsip_t38: Add debug statementsMatt Jordan
2015-08-25res_pjsip: Add common ast_sip_get_host_ip API.Joshua Colp
2015-07-07Merge "PJSIP FAX: Fix T.38 automatic reject timer NULL channel pointer derefe...Joshua Colp
2015-07-06res_pjsip_t38.c: Fix always false if test.Richard Mudgett
2015-07-06PJSIP FAX: Fix T.38 automatic reject timer NULL channel pointer dereferences.Richard Mudgett
2015-04-23res_pjsip_t38: Don't crash on authenticated reinvite after originated T.38 FAX.Mark Michelson
2015-04-11res/res_pjsip_t38: Add missing initialization of t38faxmaxdatagramMatthew Jordan
2015-04-08res_pjsip_t38: Fix FAX failures when using PJSIP with authenticationJonathan Rose
2015-03-17Audit ast_sockaddr_resolve() usage for memory leaks.Richard Mudgett
2015-01-28Fix file descriptor leak in RTP code.Mark Michelson
2014-12-16res_pjsip_t38: Fix T.38 failure when peer reinvites immediately.Joshua Colp
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-09-19PJSIP: Prevent T38 framehook being put on wrong channelKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-28res_pjsip_session: Fix leaked video RTP ports.Richard Mudgett
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-01-15PJSIP: Add Path header supportKinsey Moore
2013-12-11func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsipMatthew Jordan
2013-12-04res_pjsip_t38: Don't pass T.38 control frames through to other hooks.Joshua Colp
2013-12-01res_pjsip_t38: Add the framehook to the channel only on first INVITE.Joshua Colp
2013-10-03Fix crashes in res_pjsip_sdp_rtp and res_pjsip_t38 when a stream is rejected ...Joshua Colp
2013-10-02Fix a crash in res_pjsip_t38 caused by the wrong assumption that a session wi...Joshua Colp
2013-09-17Change the "external_media_address" PJSIP endpoint option to "media_address".Mark Michelson
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson