Commit Graph

5584 Commits (08a588e200e179593edd174f7bb7a831970fc978)

Author SHA1 Message Date
George Joseph a1b0d3492a docs: Add version information to AGI command XML elements.
9 months ago
George Joseph 29167b00dc res_pjsip_authenticator_digest: Make correct error messages appear again.
9 months ago
Sean Bright 174006fcaa docs: Indent <since> tags.
9 months ago
George Joseph ec22c1dd4d res_pjsip: Fix startup/reload memory leak in config_auth.
9 months ago
George Joseph 54d67711f8 docs: Add version information to application and function XML elements
9 months ago
George Joseph 2897d87a99 docs: Add version information to manager event instance XML elements
9 months ago
Sean Bright 9107cdb3e0 res_prometheus.c: Set Content-Type header on /metrics response.
9 months ago
George Joseph f70670841b docs: Add version information to configObject and configOption XML elements
9 months ago
George Joseph 0c272429e6 res_pjsip_authenticator_digest: Fix issue with missing auth and DONT_OPTIMIZE
9 months ago
George Joseph 4a314c5db3 docs: Various XML fixes
10 months ago
George Joseph c010fd4689 docs: Enable since/version handling for XML, CLI and ARI documentation
10 months ago
Artem Umerov 4c8c37b21b logger.h: Fix build when AST_DEVMODE is not defined.
10 months ago
Sean Bright cede8a3e15 manager: Add `<since>` tags for all AMI actions.
10 months ago
Abdelkader Boudih ddd6d64ea8 res_config_pgsql: normalize database connection option with cel and cdr by supporting new options name
10 months ago
Stanislav Abramenkov 6bafbfc570 res_pjproject: Fix typo (OpenmSSL->OpenSSL)
10 months ago
George Joseph a0987672f0 Add SHA-256 and SHA-512-256 as authentication digest algorithms
10 months ago
Kent 0b30f546ba res_pjsip: Add new AOR option "qualify_2xx_only"
10 months ago
Jaco Kroon 1e2ee5dff9 res_odbc: release threads from potential starvation.
11 months ago
Viktor Litvinov 8cad9f2420 res_rtp_asterisk.c: Set Mark on rtp when timestamp skew is too big
11 months ago
Alexey Vasilyev 1b4dbd88b6 res_rtp_asterisk.c: Fix bridged_payload matching with sample rate for DTMF
11 months ago
George Joseph 9e5cac457f res_stir_shaken: Allow sending Identity headers for unknown TNs
11 months ago
George Joseph 85a9bce879 res_pjsip: Change suppress_moh_on_sendonly to OPT_BOOL_T
11 months ago
George Joseph 98510d4c75 res_pjsip: Add new endpoint option "suppress_moh_on_sendonly"
12 months ago
Sean Bright e2b4133a45 res_pjsip.c: Fix Contact header rendering for IPv6 addresses.
12 months ago
George Joseph 3dfac27ef2 res_pjsip: Move tenantid to end of ast_sip_endpoint
12 months ago
Thomas Guebels d1ed1018c4 pjsip_transport_events: handle multiple addresses for a domain
12 months ago
George Joseph 39ed13940b res_srtp: Change Unsupported crypto suite msg from verbose to debug
12 months ago
Ben Ford 4f1987f21e Add res_pjsip_config_sangoma external module.
12 months ago
Thomas Guebels 03e08d5c33 pjsip_transport_events: Avoid monitor destruction
12 months ago
Sean Bright e6ad08bb74 Revert "res_rtp_asterisk: Count a roll-over of the sequence number even on lost packets."
1 year ago
Sean Bright 750333ae03 res_agi.c: Ensure SIGCHLD handler functions are properly balanced.
1 year ago
Naveen Albert c807f39267 main, res, tests: Fix compilation errors on FreeBSD.
1 year ago
George Joseph 8f82b8cfc1 res_rtp_asterisk: Fix dtls timer issues causing FRACKs and SEGVs
1 year ago
jiangxc 5bd7403fed res_agi.c: Prevent possible double free during `SPEECH RECOGNIZE`
1 year ago
George Joseph ebf141f996 stir_shaken: Fix propagation of attest_level and a few other values
1 year ago
George Joseph 43d157a5ef res_stir_shaken: Remove stale include for jansson.h in verification.c
1 year ago
George Joseph 195eda9d39 res_stir_shaken.c: Fix crash when stir_shaken.conf is invalid
1 year ago
George Joseph 7c485ad9dc res_stir_shaken: Check for disabled before param validation
1 year ago
George Joseph af3113d5c8 res_resolver_unbound: Test for NULL ub_result in unbound_resolver_callback
1 year ago
Mike Bradeen a8567b92f0 res_pjsip_sdp_rtp: Use negotiated DTMF Payload types on bitrate mismatch
1 year ago
George Joseph 1872abe672 security_agreements.c: Refactor the to_str functions and fix a few other bugs
1 year ago
Alexei Gradinari 3e2bb5a01a res_pjsip_sdp_rtp fix leaking astobj2 ast_format
1 year ago
Sean Bright 6cb92cd4cf res_pjsip_logger.c: Fix 'OPTIONS' tab completion.
1 year ago
Mike Bradeen f763810447 res_pjsip_notify: add dialplan application
1 year ago
Ben Ford 7990f6b589 channel: Add multi-tenant identifier.
1 year ago
Mike Bradeen 11effc785a res_stasis: fix intermittent delays on adding channel to bridge
1 year ago
Tinet-mucw 7f8391e9ff res_pjsip_sdp_rtp.c: Fix DTMF Handling in Re-INVITE with dtmf_mode set to auto
1 year ago
George Joseph d7343d2ba7 stir_shaken: CRL fixes and a new CLI command
1 year ago
George Joseph 7b99462959 res_pjsip_config_wizard.c: Refactor load process
1 year ago
Igor Goncharovsky 606df57b64 res_pjsip_path.c: Fix path when dialing using PJSIP_DIAL_CONTACTS()
1 year ago
Mike Bradeen d59f1a0c44 res_pjsip_sdp_rtp: Add support for default/mismatched 8K RFC 4733/2833 digits
1 year ago
George Joseph a45e5ebf8d security_agreement.c: Always add the Require and Proxy-Require headers
1 year ago
Sean Bright 21e3f84e56 xml.c: Update deprecated libxml2 API usage.
1 year ago
George Joseph 80839ce954 Revert "res_pjsip_endpoint_identifier_ip: Add endpoint identifier transport address."
1 year ago
Mike Bradeen 182ea91fc5 rtp_engine: add support for multirate RFC2833 digits
1 year ago
Fabrice Fontaine d452db3853 res/stasis/control.c: include signal.h
2 years ago
Naveen Albert 001176c239 res_pjsip_logger: Preserve logging state on reloads.
2 years ago
Henrik Liljedahl 9cf8678112 res_pjsip_sdp_rtp.c: Initial RTP inactivity check must consider the rtp_timeout setting.
2 years ago
George Joseph 9c1b98e577 stir_shaken: Fix memory leak, typo in config, tn canonicalization
2 years ago
Sperl Viktor 7c3e2cfda9 res_pjsip_endpoint_identifier_ip: Add endpoint identifier transport address.
2 years ago
George Joseph af6002564b res_stir_shaken: Fix compilation for CentOS7 (openssl 1.0.2)
2 years ago
George Joseph 3fb9d89586 Fix incorrect application and function documentation references
2 years ago
Sperl Viktor 136bd5c892 res_pjsip_endpoint_identifier_ip: Endpoint identifier request URI
2 years ago
Joshua Elson 3d40d34271 Implement Configurable TCP Keepalive Settings in PJSIP Transports
2 years ago
Martin Tomec f3de77f91f res_pjsip_refer.c: Allow GET_TRANSFERRER_DATA
2 years ago
Martin Nystroem 15f68a836e res_ari.c: Add additional output to ARI requests when debug is enabled
2 years ago
Holger Hans Peter Freyther d11eba69a6 res_prometheus: Fix duplicate output of metric and help text
2 years ago
Naveen Albert b05865d8e9 res_parking: Fail gracefully if parking lot is full.
2 years ago
Maximilian Fridrich 3d71b494d8 res_pjsip_session: Reset pending_media_state->read_callbacks
2 years ago
Sean Bright 6938b7f962 res_monitor.c: Don't emit a warning about 'X' being unrecognized.
2 years ago
George Joseph 755bf72329 res_pjsip_stir_shaken.c: Add checks for missing parameters
2 years ago
George Joseph 267348bee3 attestation_config.c: Use ast_free instead of ast_std_free
2 years ago
George Joseph e6c7f1aee0 Stir/Shaken Refactor
2 years ago
romryz 335b925fac res_rtp_asterisk.c: Correct coefficient in MOS calculation.
2 years ago
George Joseph a433ed0d5a Reduce startup/shutdown verbose logging
2 years ago
Sean Bright 103a6dc987 res_pjsip_t38.c: Permit IPv6 SDP connection addresses.
2 years ago
Sean Bright 0fdaf7fc80 res_pjsip_session.c: Correctly format SDP connection addresses.
2 years ago
Naveen Albert 8eb6a329d6 res_calendar_icalendar: Print iCalendar error on parsing failure.
2 years ago
George Joseph 4715c1b11c Revert "core & res_pjsip: Improve topology change handling."
2 years ago
Maximilian Fridrich 3e069f3274 res_pjsip_nat: Fix potential use of uninitialized transport details
2 years ago
George Joseph b074c97f00 res_rtp_asterisk: Fix regression issues with DTLS client check
2 years ago
Gitea 5e168ebcd8 res_pjsip_header_funcs: Duplicate new header value, don't copy.
2 years ago
Mike Bradeen 5de9d317c7 res_pjsip: disable raw bad packet logging
2 years ago
George Joseph 00921cecda res_rtp_asterisk.c: Check DTLS packets against ICE candidate list
2 years ago
Naveen Albert 8f5581b0d0 general: Fix broken links.
2 years ago
Matthew Fredrickson bfac3945f6 res_odbc.c: Allow concurrent access to request odbc connections
2 years ago
Sean Bright a2f0d99d9d res_pjsip_header_funcs.c: Check URI parameter length before copying.
2 years ago
Sean Bright 3859b630a7 res_rtp_asterisk.c: Update for OpenSSL 3+.
2 years ago
Sean Bright f2961f048d res_http_websocket.c: Set hostname on client for certificate validation.
2 years ago
Sean Bright a83c761c95 resource_channels.c: Explicit codec request when creating UnicastRTP.
2 years ago
Sean Bright 26918d05f4 doc: Update IP Quality of Service links.
2 years ago
George Joseph cd77953172 chan_pjsip: Add PJSIPHangup dialplan app and manager action
2 years ago
Holger Hans Peter Freyther 157389bc59 ari: Provide the caller ID RDNIS for the channels
2 years ago
Brad Smith 65d38c8104 res_rtp_asterisk.c: Fix runtime issue with LibreSSL
2 years ago
Naveen Albert 8d9d0d3738 res_pjsip: Include cipher limit in config error message.
2 years ago
Mike Bradeen c3e2bff36e res_speech: allow speech to translate input channel
2 years ago
Sean Bright deeb1acffe res_rtp_asterisk.c: Fix memory leak in ephemeral certificate creation.
2 years ago
Sean Bright d4e4942cf5 res_pjsip_dtmf_info.c: Add 'INFO' to Allow header.
2 years ago
Sean Bright 9d329da346 pjsip_configuration.c: Disable DTLS renegotiation if WebRTC is enabled.
2 years ago
George Joseph 9efc4bdfbc res_pjsip_exten_state,res_pjsip_mwi: Allow unload on shutdown
2 years ago