summaryrefslogtreecommitdiff
path: root/res/res_pjsip_transport_websocket.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-11-16res_pjsip_transport_websocket: Give transport a meaningful descriptionSean Bright
2017-11-14pjsip / hep: Provide correct local address for Websockets.Joshua Colp
2017-08-10res_pjsip: Remove ephemeral registered contacts on transport shutdown.Richard Mudgett
2017-08-03res_pjsip_transport_websocket.c: Fix serializer ref leak.Richard Mudgett
2017-06-09res_pjsip_transport_websocket: Add NULL check in get_write_timeoutJørgen H
2017-03-08res_pjsip_transport_websocket: Add support for IPv6.Joshua Colp
2017-03-01res_pjsip WebRTC/websockets: Fix usage of WS vs WSS.Jørgen H
2016-11-28res_pjsip/chan_sip: Advertise 'ws' in the SIP URI transport parameterMatt Jordan
2016-02-08res_pjsip: Fix infinite recursion when loading transports from realtimeGeorge Joseph
2016-01-08res_pjsip: Create human friendly serializer names.Richard Mudgett
2015-09-04res/pjsip: Mark WSS transport as secureMartin Tomec
2015-08-03res_http_websocket: Avoid passing strlen() to ast_websocket_write().Mark Michelson
2015-06-10res_pjsip_transport_websocket: Fix use-after-free bugs.Ivan Poddubny
2015-05-23res_pjsip_transport_websocket: Fix crash on receiving large SIP packetsIvan Poddubny
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-02-12ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis appMatthew Jordan
2014-12-10res_http_websocket: Fix crash due to double freeing memory when receiving a p...Joshua Colp
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-09-03res_pjsip_transport_websocket: Fix crash when the Contact header is not a URI.Joshua Colp
2014-08-24res_pjsip_transport_websocket: Attach the Websocket module on outgoing INVITEs.Joshua Colp
2014-08-24res_pjsip_transport_websocket: Fix a progressive memory growth.Joshua Colp
2014-08-24res_pjsip_transport_websocket: Ensure secure Websocket clients can be called.Joshua Colp
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2013-12-01res_pjsip_transport_websocket: Fix security events and simplify implementation.Joshua Colp
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson