Commit Graph

2889 Commits (154ba47766e9195b777373af3bcf88137fac03f0)

Author SHA1 Message Date
Joshua Colp 39824e3d01 dns: Add support for SRV record parsing and sorting.
11 years ago
Matthew Jordan 7bc2345fb1 clang compiler warnings: Fix -Wabsolute-value warnings
11 years ago
Matthew Jordan ce59fabd5c clang compiler warnings: Fix invalid enum conversion
11 years ago
Matthew Jordan e9520dbe0d clang compiler warnings: Fix -Wparantheses-equality warnings
11 years ago
Matthew Jordan c747b3b12a clang compiler warnings: Fix -Winitializer-overrides
11 years ago
Richard Mudgett 2659e48d9d res_pjsip_registrar_expire.c: Made use ao2 container template routines and eliminated some RAII_VAR() usage.
11 years ago
Mark Michelson 0b62e41654 Add stateful PJSIP response API call, and use it for out-of-dialog responses.
11 years ago
Richard Mudgett a18da4eaf2 res_pjsip_registrar_expire.c: Cleanup scheduler leaks on unload/shutdown.
11 years ago
Matthew Jordan a024af1156 res/res_timing_kqueue: Update the module to conform to current timer API
11 years ago
Corey Farrell d7fc85e69d res_pjsip: Enable unload of all modules at shutdown.
11 years ago
Richard Mudgett e953d15223 A couple minor cleanup tweaks.
11 years ago
Matthew Jordan 47156aab92 res_xmpp: Buddies are always auto-registered when processing the roster
11 years ago
Joshua Colp abf3e40902 dns: Add core DNS API + unit tests and res_resolver_unbound module + unit tests.
11 years ago
Richard Mudgett 4c2fc5b811 chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" messages.
11 years ago
Richard Mudgett 7e097bce86 Audit ast_pjsip_rdata_get_endpoint() usage for ref leaks.
11 years ago
Richard Mudgett 148e8799fe res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.
11 years ago
Richard Mudgett e0ea490a11 res_pjsip_session: Fix off-nominal extra unref of session.
11 years ago
Scott Griepentrog 62cf2a2c02 Reverting accidental ci of wrong change in r433061
11 years ago
Scott Griepentrog cb6c7eecfd various: cleanup issues found during leak hunt
11 years ago
Richard Mudgett c41dd32b94 Audit ast_sockaddr_resolve() usage for memory leaks.
11 years ago
Kevin Harwell 803a916334 res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Kevin Harwell aef7278af6 res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Richard Mudgett 259e833e88 res_pjsip: Add reason comment.
11 years ago
Richard Mudgett c52adca396 chan_pjsip: AMI action PJSIPShowEndpoint closes AMI connection on error.
11 years ago
Richard Mudgett 636d82f4d8 chan_pjsip/res_pjsip_callerid: Make Party ID handling simpler and consistent.
11 years ago
Kevin Harwell d42c6adb1a Revert - res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Corey Farrell c08fd275bf Logger: Convert 'struct ast_callid' to unsigned int.
11 years ago
Richard Mudgett 4115e327ac res_pjsip: Move internal init/destroy prototypes to private header file.
11 years ago
Richard Mudgett 89b65f5dda res_pjsip: Fix pjsip.conf type=global object default value handling.
11 years ago
Richard Mudgett 185d2e082a res_pjsip: Fixed invalid empty Server and User-Agent SIP headers.
11 years ago
Matthew Jordan 15d266bf85 res/res_config_odbc: Fix improper escaping of backslashes with MySQL
11 years ago
Richard Mudgett e7ee83ea90 res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.
11 years ago
Kevin Harwell 1ce529d30e res_pjsip: allow configuration of endpoint identifier query order
11 years ago
Joshua Colp a5f80f1781 res_rtp_asterisk: Fix wrongful use of USE_PJPROJECT define.
11 years ago
Richard Mudgett affcf1d766 res_pjsip_refer: Make safely get the context for a blind transfer.
11 years ago
Richard Mudgett 090ab1735b res_pjsip_refer: Made refer_attended_alloc() not create the ao2 object with a lock.
11 years ago
Matthew Jordan 278ea2f468 res/res_pjsip_sdp_rtp: Revert portion of r432195
11 years ago
Richard Mudgett 9e841e4fb6 ARI: Fix crash if integer values used in JSON payload 'variables' object.
11 years ago
David M. Lee ff642289f4 Increase WebSocket frame size and improve large read handling
11 years ago
Matthew Jordan a528dfc9a7 ARI/PJSIP: Apply requesting channel's format cap to created channels
11 years ago
Joshua Colp bedf51b2ce res_ari_channels: Return a 404 response when a requested channel variable does not exist.
11 years ago
Joshua Colp 87b7060f36 res_pjsip_registrar: Add Expires header to 200 OK if present in REGISTER.
11 years ago
Joshua Colp 283bb15c16 res_pjsip: Add a log message when creating a UAC dialog to a target URI that is invalid.
11 years ago
George Joseph 340818ad12 ASTERISK-24811: Add ast_sorcery_apply_config() to res_pjsip_publish_asterisk.
11 years ago
Richard Mudgett 6992b2e8fa res_pjsip_refer: Handle INVITE with Replaces failure after answer.
11 years ago
Richard Mudgett 09bfe4b208 res_pjsip_refer: Fix crash from a REFER and BYE collision.
11 years ago
Matthew Jordan d808eace5c res/res_rtp_asterisk: Fix crash in debug from RTCP reports without report block
11 years ago
Joshua Colp e78dd39885 res_sorcery_config: Improve object lookup times.
11 years ago
Joshua Colp e6fe69b76c res_pjsip: Add "pjsip show version" CLI command.
11 years ago
Joshua Colp 17f9e0cacc res_timing_pthread: Fix leaky pipes.
11 years ago