Commit Graph

3108 Commits (40caf0ad9bef07bdfb568a88192c157dd1840100)

Author SHA1 Message Date
Joshua Colp c12ace3ab3 Merge "res_sorcery_realtime: Fix leak of sorcery object type."
10 years ago
Mark Michelson 58d18324f0 res_sorcery_realtime: Fix leak of sorcery object type.
10 years ago
Matt Jordan 598a5f0d15 Merge "res_pjsip_nat: Adjust when contact should be rewritten."
10 years ago
Matt Jordan 80d97290bb res/res_corosync: Always decline module load, instead of failing
10 years ago
Mark Michelson e18b22a806 res_pjsip_nat: Adjust when contact should be rewritten.
10 years ago
Richard Mudgett 99b1aa6d26 res_pjsip_outbound_registration.c: Add a serializer shutdown group.
10 years ago
Matt Jordan c0194b55b5 Merge "threadpool, res_pjsip: Add serializer group shutdown API calls."
10 years ago
Matt Jordan 8c1161a268 Merge "res_pjsip_outbound_registration.c: Fix handle_client_state_destruction() refs"
10 years ago
Matt Jordan 4208fe6ba7 Merge "res_pjsip_outbound_registration.c: Use ast_sorcery_object_unregister() API"
10 years ago
Matt Jordan d568177d7d Merge "res_pjsip_refer: Prevent sending duplicate headers."
10 years ago
Matt Jordan 8a9628dce5 Merge "res_pjsip_outbound_registration.c: Reorder load_module() and unload_module()."
10 years ago
Matt Jordan 05dbfedb43 Merge "res_pjsip_nat: Rewrite route set when required."
10 years ago
Mark Michelson f536e9b59c res_pjsip_refer: Prevent sending duplicate headers.
10 years ago
Mark Michelson 700606a659 res_pjsip_nat: Rewrite route set when required.
10 years ago
Richard Mudgett af4ae3095e threadpool, res_pjsip: Add serializer group shutdown API calls.
10 years ago
Richard Mudgett 4c133d81cd res_pjsip_outbound_registration.c: Fix handle_client_state_destruction() refs
10 years ago
Richard Mudgett dc63377c60 res_pjsip_outbound_registration.c: Use ast_sorcery_object_unregister() API
10 years ago
Richard Mudgett 77ff7325a2 res_pjsip_outbound_registration.c: Reorder load_module() and unload_module().
10 years ago
Mark Michelson 3f1fe83633 Merge "res_pjsip_mwi: Set up unsolicited MWI upon registration."
10 years ago
Richard Mudgett 71a4d1a033 Unit tests: Fix more unit test description strings.
10 years ago
Richard Mudgett af66b0f3f7 res_pjsip_outbound_registration.c: Add missing line endings to CLI commands
11 years ago
Richard Mudgett 3f0708e5fe res_pjsip_outbound_registration.c: Eliminate simple RAII_VAR() usage.
11 years ago
Richard Mudgett 9ceb848242 res_pjsip_outbound_registration.c: Misc code cleanups.
11 years ago
Joshua Colp 7846f73432 res_pjsip_mwi: Set up unsolicited MWI upon registration.
11 years ago
Richard Mudgett 096b27d9d2 res_pjsip_outbound_registration.c: Fix whitespace conflict potential.
11 years ago
Matt Jordan bd77ace25a Merge "Resolve race conditions involving Stasis bridges."
11 years ago
Mark Michelson d7a1e84a1e Resolve race conditions involving Stasis bridges.
11 years ago
Joshua Colp 9668a1acb5 res_sorcery_memory_cache: Remove 'prefetch' option.
11 years ago
Matt Jordan 8c0b917032 Merge "Parking: Add documentation for AMI ParkedCallSwap event."
11 years ago
Mark Michelson 59552c2d08 Parking: Add documentation for AMI ParkedCallSwap event.
11 years ago
Kevin Harwell 93ac45d3bd res_pjsip: Add option to force G.726 to be treated as AAL2 packed.
11 years ago
Richard Mudgett 30cd559345 DNS: Need to use the same serializer for a pjproject SIP transaction.
11 years ago
Richard Mudgett b23f33e7e5 DNS: Fix some corner cases.
11 years ago
Richard Mudgett ae589da466 DNS: Remove trailing newline from summary and descriptions.
11 years ago
Richard Mudgett 83bc9d366d pjsip_resolver.c: Fix debug code to only execute at acceptable debug level.
11 years ago
Ivan Poddubny 07f5f45e5a res_pjsip_transport_websocket: Fix use-after-free bugs.
11 years ago
Matt Jordan 8785d0ccbf Merge "test_sorcery_memory_cache_thrash: Add unit tests for thrashing the memory cache."
11 years ago
Matt Jordan 5788c6db67 Merge "res_sorcery_memory_cache: Implement expire_on_reload option."
11 years ago
David M. Lee 9fca378b36 Fixes for OS X
11 years ago
Joshua Colp 128fe4cee8 res_sorcery_memory_cache: Implement expire_on_reload option.
11 years ago
Joshua Colp 028edae82e test_sorcery_memory_cache_thrash: Add unit tests for thrashing the memory cache.
11 years ago
Mark Michelson 86c79314f1 Merge "res_sorcery_memory_cache: Add test event when a refresh occurs."
11 years ago
Matt Jordan 269fbff366 Merge "Remove const cast from leaf functions."
11 years ago
Joshua Colp 19de2bbc5f res_sorcery_memory_cache: Add test event when a refresh occurs.
11 years ago
Mark Michelson 92ccffd9e6 res_pjsip: Prevent access of NULL channels.
11 years ago
George Joseph d355ee7ff3 res_pjsip/location: Fix ref leak in contact_apply_handler
11 years ago
Richard Mudgett 6d8dc9bb5c res_pjsip: Remove outgoing authentication code no longer needed.
11 years ago
Richard Mudgett 00a47ffc7e res_pjsip_session: Fix cherry pick to master compile error.
11 years ago
Joerg Sonnenberger 9472bbaa95 Remove const cast from leaf functions.
11 years ago
Matt Jordan af420ba4ae Merge "res_pjsip_session: Fix in-dialog authentication."
11 years ago
Mark Michelson 3906175426 Merge "res_sorcery_memory_cache: Add CLI commands and AMI actions."
11 years ago
Joshua Colp 34bb5ca97c Merge "res_sorcery_memory_cache: Add support for refreshing stale objects."
11 years ago
Richard Mudgett 5cdcae5240 res_pjsip_session: Fix in-dialog authentication.
11 years ago
Corey Farrell 9f1939ee27 pjsip_configuration: Fix leak in persistent_endpoint_update_state.
11 years ago
George Joseph bef000dd7c res_pjsip/location: Fix memory leak in permanent_uri_handler
11 years ago
Joshua Colp dfc45254d1 res_sorcery_memory_cache: Add CLI commands and AMI actions.
11 years ago
Matt Jordan 9159abb158 Merge "res/res_config_pgsql.c: Use PQescapeStringConn for escaping names."
11 years ago
Mark Michelson 2e54e7227c res_sorcery_memory_cache: Add support for refreshing stale objects.
11 years ago
George Joseph b8ac683822 res_pjsip: Add AMI events for chan_pjsip contact lifecycle changes
11 years ago
Rodrigo Ramírez Norambuena 95b186a174 res/res_config_pgsql.c: Use PQescapeStringConn for escaping names.
11 years ago
Matt Jordan e1a64e021b Merge "Stasis: Fix unsafe use of stasis_unsubscribe in modules."
11 years ago
Ivan Poddubny 70d54ab6c4 res_pjsip_transport_websocket: Fix crash on receiving large SIP packets
11 years ago
Corey Farrell 50044fdc15 Stasis: Fix unsafe use of stasis_unsubscribe in modules.
11 years ago
Matt Jordan f66c41e668 res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS
11 years ago
Matt Jordan ad7192a8fd res/res_pjsip_exten_state: Fix confusing NOTICE message
11 years ago
Mark Michelson f7dc49b1f0 Merge "res_sorcery_memory_cache: Add support for object_lifetime_maximum."
11 years ago
Matt Jordan 9cffcca5f9 res/ari: Register Stasis application on WebSocket attempt
11 years ago
Matt Jordan d7086a27b4 Merge "res_sorcery_memory_cache: Add support for maximum_objects."
11 years ago
Joshua Colp 5aa1c30b31 Merge "res_pjsip: Refactor endpt_send_transaction (qualify_timeout)"
11 years ago
Mark Michelson 242306ade3 Merge "res_pjsip_outbound_registration: Check request URI for line."
11 years ago
George Joseph 29ef6571cb res_pjsip: Refactor endpt_send_transaction (qualify_timeout)
11 years ago
Joshua Colp 81d375baad res_sorcery_memory_cache: Add support for object_lifetime_maximum.
11 years ago
demon-ru 9e2a582d2d res_pjsip_outbound_registration: Check request URI for line.
11 years ago
Mark Michelson 071b3d43cb res_sorcery_memory_cache: Add support for maximum_objects.
11 years ago
Joshua Colp f2cc766d81 res_sorcery_memory_cache: Add basic module implementation.
11 years ago
Corey Farrell 36e5402885 res_mwi_external_ami: Use module version of AMI registration.
11 years ago
Matt Jordan 5ce54ed74a res/res_http_websocket: Add a pre-session established callback
11 years ago
John Bigelow ddb7cbef8e res/res_resolver_unbound.c: Add missing include of signal.h
11 years ago
Matt Jordan d8698b7f3f doxygen: Fix doxygen errors
11 years ago
George Joseph 5d93928175 res_pjsip_config_wizard/config: Fix template processing
11 years ago
Joshua Colp e092a89694 Merge "MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC."
11 years ago
Joshua Colp 35ff01823b Merge "AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro."
11 years ago
Corey Farrell 478fb4a388 MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.
11 years ago
Rodrigo Ramírez Norambuena eec010829a AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.
11 years ago
Joshua Colp 74165b9d6c Merge "res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS."
11 years ago
Joshua Colp 7b7bef722c Merge "Fix error's produced by astmm.h when standard allocators are used."
11 years ago
Yousf Ateya 2ab5d22c0d res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.
11 years ago
Corey Farrell 2d4dc0c963 Fix error's produced by astmm.h when standard allocators are used.
11 years ago
Sean Bright 63c71c9f4a res_rtp_asterisk: Issue ERROR if res_srtp is not found.
11 years ago
Joshua Colp e33682cae2 res_pjsip_exten_state: Fix race condition between sending NOTIFY and termination
11 years ago
Matt Jordan f451af65c4 Merge topics 'ASTERISK-25049', 'ASTERISK-25056'
11 years ago
Kevin Harwell 1f5db1c7e3 res_stasis_snoop: Spying on a single direction continually increases CPU
11 years ago
Matt Jordan b2a77db74a Merge "res_ari_bridges: Add missing dependencies."
11 years ago
Joshua Colp f45833c9ad Merge "Restrict functionality when ACLs are misconfigured."
11 years ago
Corey Farrell c541923ac3 res_ari_bridges: Add missing dependencies.
11 years ago
Corey Farrell df6c1d755f CLI: Enable automatic references to modules.
11 years ago
Corey Farrell a8bfa9e104 Modules: Make ast_module_info->self available to auxiliary sources.
11 years ago
Matt Jordan 07bcaf5288 Merge "res_odbc: Use negative connection cache for all connections"
11 years ago
Martin Tomec ebe371357e res_odbc: Use negative connection cache for all connections
11 years ago
Corey Farrell 44bbdbe3a4 res_pjsip_dlg_options: Fix MODULEINFO section.
11 years ago