Copilot
Copilot
The `res_pjsip_message.so` module was not being built, preventing SIP MESSAGE text messaging between endpoints. ## Changes - **Dockerfile**: Added explicit `--enable res_pjsip_message` to menuselect during Asterisk compilation The module will...
Updates the `app_rtsp_sip` module to v3.1, which includes fixes for camera audio socket handling and significant code improvements from v3.0. ## Changes - **Dockerfile**: Updated `APP_RTSP_SIP_VERSION` to commit `42299f029638eb832654939a66786b1803131d7d` (v3.1...
This PR implements a new voicemail status entity that provides real-time monitoring of voicemail messages for each configured extension, addressing the feature request for voicemail functionality using Asterisk's AMI interface....
## Description OpenAPI 3.1 adopts JSON Schema, which uses `examples` (array) instead of `example` (singular) in schema objects. This implements the conversion per the [OpenAPI 3.1 upgrade guide](https://learn.openapis.org/upgrading/v3.0-to-v3.1.html). **Changes:** -...
- [x] Understand repository structure and build system - [x] Design particle system architecture - [x] Create compute shaders for particle seeding - [x] Create compute shaders for particle advection...
Consolidates windowing and file dialog dependencies from GLFW + nativefiledialog into SDL3, reducing dependency footprint and leveraging SDL3's native cross-platform file dialogs. Additionally refactors all rendering code into a layered...
# Add Polars Lecture to Complement Existing Pandas Lecture This PR adds a comprehensive Polars lecture as Chapter 15 to complement the existing Pandas lecture, providing users with an alternative...
This PR adds a comprehensive new lecture on Python static typing to the "Advanced Python Programming" section of the lecture series. The lecture covers Python type hints syntax and their...
This PR migrates deprecated `np.dot()` and `.dot()` method usage in the test suite to the modern `@` operator for matrix multiplication, following NumPy best practices. ## Changes Made Updated 7...
Plan for adding datafusion-rocksdb crate: - [x] Explore repository structure and understand existing crate patterns - [x] Verify build and test process works - [x] Create datafusion-rocksdb crate directory structure...