summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2014-11-19ast_str: Fix improper member access to struct ast_str members.Richard Mudgett
2014-11-19res_pjsip_sdp_rtp: Add support for optimistic SRTP.Joshua Colp
2014-11-19res_pjsip_refer: Ensure Refer-To is NULL terminated and parse it as a URI.Joshua Colp
2014-11-18parking_tests.c: Add missing newline on a unit test message.Richard Mudgett
2014-11-15res_pjsip: Enforce requirements for session timer minimum expiration period a...Joshua Colp
2014-11-14Fix race condition that could result in ARI transfer messages not being sent.Mark Michelson
2014-11-14Fix race condition where duplicated requests may be handled by multiple threads.Mark Michelson
2014-11-13res_pjsip_exten_state: PJSIPShowSubscriptionsInbound causes crashKevin Harwell
2014-11-13Stasis: Fix StasisEnd message orderingKinsey Moore
2014-11-06res_pjsip: Ensure in-dialog responses have an endpoint associated.Joshua Colp
2014-11-06res_hep: fix major leak that occurs when config is missing or enabled=no.Corey Farrell
2014-11-05Make the disable_tcp_switch PJSIP system object enabled by default.Mark Michelson
2014-11-05res_pjsip_multihomed: Add logging during startup to aid debugging if local DN...Joshua Colp
2014-11-04res_pjsip: Apply the 'user_eq_phone' setting to the To header as well.Joshua Colp
2014-11-04res_pjsip: Allow + at the beginning of a phone number when user_eq_phone is e...Joshua Colp
2014-11-04res_http_websockets: Fix extra unref of moduleCorey Farrell
2014-11-04res_pjsip_outbound_registration: Add virtual line support.Joshua Colp
2014-11-03res_pjsip: Add disable_tcp_switch option.Richard Mudgett
2014-11-03chan_pjsip: Add support for passing hold and unhold requests through.Joshua Colp
2014-11-02res/res_stasis: Fix crash on module unload while performing operationMatthew Jordan
2014-10-31pjsip: clarify tls cert and key file usageScott Griepentrog
2014-10-31pjsip: Handle outbound unregister correctlyScott Griepentrog
2014-10-30res_pjsip_exten_state: PJSIPShowSubscriptionsInbound causes crashKevin Harwell
2014-10-30res_pjsip: incorrect qualify statistics after disabling for contactKevin Harwell
2014-10-28res_fax: Resolve T38 gateway frame leak.Corey Farrell
2014-10-28ASTERISK-24323, fix bug in documentation of AGI STREAM FILE CONTROLMalcolm Davenport
2014-10-27res/res_http_websocket: Fix minor nits found by wdoekes on r409681Matthew Jordan
2014-10-27res/res_phoneprov: Fix crash on shutdown caused by container cleanupMatthew Jordan
2014-10-27res/res_srtp: Fix include issue for libsrtp 1.5.0Matthew Jordan
2014-10-20AST-2014-011: Fix POODLE security issuesMatthew Jordan
2014-10-19res/res_pjsip_sdp_rtp: Revert 425924Matthew Jordan
2014-10-19res/res_pjsip_sdp_rtp: Remove left over reference to override_prefsMatthew Jordan
2014-10-17res_pjsip_session/res_pjsip_sdp_rtp: Be more tolerant of offersMatthew Jordan
2014-10-17res_pjsip_keepalive: Add runtime configurable keepalive module for connection...Joshua Colp
2014-10-17res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when ap...Joshua Colp
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-10-16res_rtp_asterisk: Fix a bug where ICE state would get reset when it shouldn't.Joshua Colp
2014-10-15parking_tests: Fix assertions and possibly crashes in res_parking unit testsJonathan Rose
2014-10-14res_phoneprov: Create accessor for ast_phoneprov_std_variable_lookupGeorge Joseph
2014-10-14res_fax: Fix reference leak caused by gateway sessionsCorey Farrell
2014-10-14res_fax: Resolve module reference leak caused by reserved sessionsCorey Farrell
2014-10-13manager/config: Support templates and non-unique category names via AMIGeorge Joseph
2014-10-12res_rtp_asterisk: Make the ICE transport check case insensitive as some imple...Joshua Colp
2014-10-12res_calendar_ews: Relax neon version check to work with 0.30 too.Walter Doekes
2014-10-11res_phoneprov: Cleanup module load error handlingGeorge Joseph
2014-10-10res/res_phoneprov: Bail on registration if res_phoneprov didn't loadMatthew Jordan
2014-10-10res_pjsip_phoneprov_provider: Add missing dependency on pjproject.Joshua Colp
2014-10-10res_pjsip_nat: Place source port into rport of responses if 'force_rport' is on.Joshua Colp
2014-10-09res_pjsip_phoneprov_provider: fix compile breakage on AST_VECTORGeorge Joseph
2014-10-09res_rtp_asterisk: Crash if no candidates received for componentKevin Harwell