summaryrefslogtreecommitdiff
path: root/res/res_pjsip_t38.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-11-07res_pjsip_t38: Better error checking for t38_create_media_state.Corey Farrell
2017-09-10res/res_pjsip: Fix localnet checks in pjsip, part 2.Walter Doekes
2017-09-06Merge "res/res_pjsip: Standardize/fix localnet checks across pjsip."Jenkins2
2017-09-05res/res_pjsip: Standardize/fix localnet checks across pjsip.Walter Doekes
2017-09-05res_pjsip_t38: Make t38_reinvite_response_cb tolerant of NULL channelGeorge Joseph
2017-08-01res_pjsip: Add support for dnsmgr to external_media_address.Joshua Colp
2017-07-14Merge "res/res_pjsip_t38 ensure t38 requests get rejected quickly"George Joseph
2017-07-13res_rtp_asterisk / res_pjsip: Add support for BUNDLE.Joshua Colp
2017-07-13res/res_pjsip_t38 ensure t38 requests get rejected quicklyTorrey Searle
2017-06-28chan_pjsip: Add support for multiple streams of the same type.Mark Michelson
2017-06-27res/res_pjsip_t38: fix incorrect increment of media_countTorrey Searle
2017-04-29res_pjsip_t38.c: Fix deadlock in T.38 framehook.Richard Mudgett
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-16res/res_pjsip_session: Only check localnet if it is definedMatt Jordan
2016-11-30res_rtp: Fix regression when IPv6 is not available.Guido Falsi
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-23pjsip: Support dual stack automatically.Joshua Colp
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-20res/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-06PJSIP FAX: Fix T.38 automatic reject timer NULL channel pointer dereferences.Richard Mudgett
2015-07-06res_pjsip_t38.c: Fix always false if test.Richard Mudgett
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-23res_pjsip_t38: Don't crash on authenticated reinvite after originated T.38 FAX.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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