summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2015-03-28clang compiler warnings: Fix -Wparantheses-equality warningsMatthew Jordan
2015-03-28clang compiler warnings: Fix -Winitializer-overridesMatthew Jordan
2015-03-27res_pjsip_registrar_expire.c: Made use ao2 container template routines and el...Richard Mudgett
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
2015-03-27res_pjsip_registrar_expire.c: Cleanup scheduler leaks on unload/shutdown.Richard Mudgett
2015-03-27res/res_timing_kqueue: Update the module to conform to current timer APIMatthew Jordan
2015-03-26res_pjsip: Enable unload of all modules at shutdown.Corey Farrell
2015-03-25A couple minor cleanup tweaks.Richard Mudgett
2015-03-25res_xmpp: Buddies are always auto-registered when processing the rosterMatthew Jordan
2015-03-25dns: Add core DNS API + unit tests and res_resolver_unbound module + unit tests.Joshua Colp
2015-03-24chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" ...Richard Mudgett
2015-03-20Audit ast_pjsip_rdata_get_endpoint() usage for ref leaks.Richard Mudgett
2015-03-20res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.Richard Mudgett
2015-03-18res_pjsip_session: Fix off-nominal extra unref of session.Richard Mudgett
2015-03-17Reverting accidental ci of wrong change in r433061Scott Griepentrog
2015-03-17various: cleanup issues found during leak huntScott Griepentrog
2015-03-17Audit ast_sockaddr_resolve() usage for memory leaks.Richard Mudgett
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-17res_pjsip: Add reason comment.Richard Mudgett
2015-03-13chan_pjsip: AMI action PJSIPShowEndpoint closes AMI connection on error.Richard Mudgett
2015-03-13chan_pjsip/res_pjsip_callerid: Make Party ID handling simpler and consistent.Richard Mudgett
2015-03-13Revert - res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-03-11res_pjsip: Move internal init/destroy prototypes to private header file.Richard Mudgett
2015-03-11res_pjsip: Fix pjsip.conf type=global object default value handling.Richard Mudgett
2015-03-11res_pjsip: Fixed invalid empty Server and User-Agent SIP headers.Richard Mudgett
2015-03-10res/res_config_odbc: Fix improper escaping of backslashes with MySQLMatthew Jordan
2015-03-10res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.Richard Mudgett
2015-03-09res_pjsip: allow configuration of endpoint identifier query orderKevin Harwell
2015-03-08res_rtp_asterisk: Fix wrongful use of USE_PJPROJECT define.Joshua Colp
2015-03-06res_pjsip_refer: Make safely get the context for a blind transfer.Richard Mudgett
2015-03-06res_pjsip_refer: Made refer_attended_alloc() not create the ao2 object with a...Richard Mudgett
2015-03-02res/res_pjsip_sdp_rtp: Revert portion of r432195Matthew Jordan
2015-02-27ARI: Fix crash if integer values used in JSON payload 'variables' object.Richard Mudgett
2015-02-25Increase WebSocket frame size and improve large read handlingDavid M. Lee
2015-02-24ARI/PJSIP: Apply requesting channel's format cap to created channelsMatthew Jordan
2015-02-21res_ari_channels: Return a 404 response when a requested channel variable doe...Joshua Colp
2015-02-21res_pjsip_registrar: Add Expires header to 200 OK if present in REGISTER.Joshua Colp
2015-02-21res_pjsip: Add a log message when creating a UAC dialog to a target URI that ...Joshua Colp
2015-02-20ASTERISK-24811: Add ast_sorcery_apply_config() to res_pjsip_publish_asterisk.George Joseph
2015-02-19res_pjsip_refer: Handle INVITE with Replaces failure after answer.Richard Mudgett
2015-02-17res_pjsip_refer: Fix crash from a REFER and BYE collision.Richard Mudgett
2015-02-16res/res_rtp_asterisk: Fix crash in debug from RTCP reports without report blockMatthew Jordan
2015-02-15res_sorcery_config: Improve object lookup times.Joshua Colp
2015-02-15res_pjsip: Add "pjsip show version" CLI command.Joshua Colp
2015-02-15res_timing_pthread: Fix leaky pipes.Joshua Colp
2015-02-14res_pjsip_exten_state: Improve log message when a subscription is attempted t...Joshua Colp
2015-02-13res_pjsip_session: Fix double re-INVITE collision crash.Richard Mudgett
2015-02-12ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis appMatthew Jordan