- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
• dan committed rSYLK8cd3c12b420b: Do not warn about missing session (it might have been destroyed elsewhere) (authored by • dan).
Do not warn about missing session (it might have been destroyed elsewhere)
Do session cleanup after all processing
• dan committed rSYLK0df57245463b: Do not warn about missing session (it might have been destroyed elsewhere) (authored by • dan).
Do not warn about missing session (it might have been destroyed elsewhere)
• dan committed rSYLK5cf52c3bd427: Automatically adjust participant bitrate based on number of participants (authored by • dan).
Automatically adjust participant bitrate based on number of participants
• dan committed rSYLKa335cae7c421: Changed default max_bitrate value from 4Mb/s to 2Mb/s (authored by • dan).
Changed default max_bitrate value from 4Mb/s to 2Mb/s
Added missing debug statement
• dan committed rSYLKb1046cd0283d: Provide more context in log messages to identify where they were generated (authored by • dan).
Provide more context in log messages to identify where they were generated
• dan committed rSYLKc6cffad99fd3: Use SessionContainer to hold SIP sessions instead of using 2 mappings (authored by • dan).
Use SessionContainer to hold SIP sessions instead of using 2 mappings
• dan committed rSYLK466af7048556: Added PublisherFeedContainer class for holding videoroom publisher feeds (authored by • dan).
Added PublisherFeedContainer class for holding videoroom publisher feeds
• dan committed rSYLK1051080475fc: Fixed order of operations during ConnectionHandler cleanup (authored by • dan).
Fixed order of operations during ConnectionHandler cleanup
Updated comments
• dan committed rSYLK85b60bf1d77d: Renamed VideoRoomSessionContainer to SessionContainer (authored by • dan).
Renamed VideoRoomSessionContainer to SessionContainer
• dan committed rSYLKca419d09008a: Rewrote VideoRoomSessionContainer to not use weak references (authored by • dan).
Rewrote VideoRoomSessionContainer to not use weak references
• dan committed rSYLKb7396c75c8fc: Simplified getting the session with the handle_id (authored by • dan).
Simplified getting the session with the handle_id
• dan committed rSYLKdc5e8319c22d: Added bitrate and video_codec configuration options for video rooms (authored by • dan).
Added bitrate and video_codec configuration options for video rooms
Removed unused import
• dan committed rSYLK8fd536bfbbc7: Fully cleanup the connection handler resources when the client disconnects (authored by • dan).
Fully cleanup the connection handler resources when the client disconnects
Simplified condition
Refactored logging
Fixed spacing
Removed unused import
• dan committed rSYLKc6271069f31b: Made policy matching logic consistent and simplified code (authored by • dan).
Made policy matching logic consistent and simplified code
• dan committed rSYLK25df70c44d95: The __init__ method should not return any value (authored by • dan).
The __init__ method should not return any value
• dan committed rSYLK195ee3c73ea8: Fixed spurious SIPApplicationWillStart post and handling early stop (authored by • dan).
Fixed spurious SIPApplicationWillStart post and handling early stop
• dan committed rSYLKb4cbb823c3ba: Simplified and enhanced application loading/accessing code (authored by • dan).
Simplified and enhanced application loading/accessing code
• dan committed rSYLK96e31ccac53d: Register atexit handler to dump memory debug info (authored by • dan).
Register atexit handler to dump memory debug info
• dan committed rSYLK7ece20486493: Added API call to allow a client to update session paramaters on the fly (authored by • dan).
Added API call to allow a client to update session paramaters on the fly
Keep imports sorted
• dan committed rSYLKc31d4b2313ec: Set videoroom bitrate to overwrite janus' low default of 256Kb/s (authored by • dan).
Set videoroom bitrate to overwrite janus' low default of 256Kb/s
Order imports alphabetically
Removed unused import
Reformatted text
• dan committed rSYLK40eaa1ddfb6f: Added ability to toggle between configured log level and debug at runtime (authored by • dan).
Added ability to toggle between configured log level and debug at runtime
Added debug_level setting to ServerConfig
• dan committed rSYLK80767e84094d: Use python3 compatible form for except statements (authored by • dan).
Use python3 compatible form for except statements
• dan committed rSYLK2a55886f4817: Avoid duplicate indexing when getting the data (authored by • dan).
Avoid duplicate indexing when getting the data
• dan committed rSYLKe5cdea96199a: Avoid unnecessary attach/detach in janus if DNS lookup fails (authored by • dan).
Avoid unnecessary attach/detach in janus if DNS lookup fails
Removed unnecessary default value
Generalized sylkrtc json model mapping
Removed redundant comment
• dan committed rSYLK763e5f539fd1: Simplified and fixed DNS lookup when no outbound proxy is involved (authored by • dan).
Simplified and fixed DNS lookup when no outbound proxy is involved
• dan committed rSYLKfd8b76921128: Simplified building the result of the DNS lookup (authored by • dan).
Simplified building the result of the DNS lookup
Removed superfluous attribute
Fixed argument types
Moved DNS lookup log message to debug level
• dan committed rSYLKa6d4b8594c3c: Removed data duplication and inconsistent attributes (authored by • dan).
Removed data duplication and inconsistent attributes
• dan committed rSYLKc1962f597bf0: Removed extra empty lines and additional whitespaces (authored by • dan).
Removed extra empty lines and additional whitespaces
[webrtcgateway] Removed spurious empty line
• dan committed rSYLK68174faa452f: [webrtcgateway] Added comment as to why we cleanup on account removal (authored by • dan).
[webrtcgateway] Added comment as to why we cleanup on account removal
• dan committed rSYLK7f54a0774ace: [webrtcgateway] Cleanup accounts when the client connection is lost (authored by • dan).
[webrtcgateway] Cleanup accounts when the client connection is lost
[webrtcgateway] Removed bogus attributes
• dan committed rSYLK1e9cc46d82db: [webrtcgateway] Fixed exception handling when creating/validating json model (authored by • dan).
[webrtcgateway] Fixed exception handling when creating/validating json model
• dan committed rSYLKe94d168f9802: [webrtcgateway] Fixed syntax error and bad reference from incomplete cleanup (authored by • dan).
[webrtcgateway] Fixed syntax error and bad reference from incomplete cleanup
adigeo committed rSYLK88096729902e: [webrtcgateway] Capture exception if SDP is empty (authored by adigeo).
[webrtcgateway] Capture exception if SDP is empty
[webrtcgateway] Refactor some log lines
adigeo committed rSYLKc3e951ba5de7: [webrtcgateway] Remove duplicate storage of mobile token (authored by adigeo).
[webrtcgateway] Remove duplicate storage of mobile token
adigeo committed rSYLKce5611d7c07a: [webrtcgateway] Delegate account removal function to the client (authored by adigeo).
[webrtcgateway] Delegate account removal function to the client
adigeo committed rSYLKb1ca02ae1a3f: [webrtcgateway] Save janus handle id in each video room (authored by adigeo).
[webrtcgateway] Save janus handle id in each video room
adigeo committed rSYLK974a9693adbe: [webrtcgateway] Store end-point address for each videoroom participant (authored by adigeo).
[webrtcgateway] Store end-point address for each videoroom participant
[webrtcgateway] Save session start time
adigeo committed rSYLK2d4c5c25f75b: [webrtcgateway] Save media type for each session (authored by adigeo).
[webrtcgateway] Save media type for each session
adigeo committed rSYLKd955c713e3c0: [webrtcgateway] Remove redundant storage for usage data (authored by adigeo).
[webrtcgateway] Remove redundant storage for usage data
adigeo committed rSYLK5f411845635b: [webrtcgateway] Don't call remove account twice (authored by adigeo).
[webrtcgateway] Don't call remove account twice
adigeo committed rSYLK4aa55f91cabd: [webrtcgateway] Always delete janus account in the same thread (authored by adigeo).
[webrtcgateway] Always delete janus account in the same thread
adigeo committed rSYLK41753464af06: [webrtcgateway] Fixed DNS lookup for outbound sessions (authored by adigeo).
[webrtcgateway] Fixed DNS lookup for outbound sessions
adigeo committed rSYLK0ea7e730fb84: [webrtcgateway] Purge accounts from memory when connection closes (authored by adigeo).
[webrtcgateway] Purge accounts from memory when connection closes
[webrtcgateway] Log chosen SIP route
adigeo committed rSYLK9aa15ff483b6: [webrtcgateway] Keep track of accounts and devices usage (authored by adigeo).
[webrtcgateway] Keep track of accounts and devices usage
adigeo committed rSYLK97d7d4784043: [webrtcgateway] Remove account if registration failed (authored by adigeo).
[webrtcgateway] Remove account if registration failed
adigeo committed rSYLKd09fb17d55b5: [webrtcgateway] Purge unused accounts from memory (authored by adigeo).
[webrtcgateway] Purge unused accounts from memory
adigeo committed rSYLKfe061161934a: [webrtcgateway] Store mobile token in each account (authored by adigeo).
[webrtcgateway] Store mobile token in each account
adigeo committed rSYLK115e8a64c214: [webrtcgateway] Keep track per room of each video publisher and subscriber feeds (authored by adigeo).
[webrtcgateway] Keep track per room of each video publisher and subscriber feeds
adigeo committed rSYLK444bb8fee026: [webrtcgateway] Added sound to mobile wakeup notification (authored by adigeo).
[webrtcgateway] Added sound to mobile wakeup notification
[webrtcgateway] Capture exception
Updated changelog
Fixed log line
• dan committed rSYLKb3df05d3816f: Added extra logging to help debug device token handling (authored by • dan).
Added extra logging to help debug device token handling
• dan committed rSYLKacb57048a2b0: The new_token field is not required for the account-devicetoken request (authored by • dan).
The new_token field is not required for the account-devicetoken request
• dan committed rSYLK34b39c234ed8: Capture validation errors when building requests (authored by • dan).
Capture validation errors when building requests
Updated changelog
• dan committed rSYLK141647b71395: ROLLBACK: Use a local copy of bootstrap.min.css (authored by • dan).
ROLLBACK: Use a local copy of bootstrap.min.css
Use a local copy of bootstrap.min.css
• dan committed rSYLKc2cf148485cf: Increased version number and updated changelog (authored by • dan).
Increased version number and updated changelog
Adjusted package's descriptions
Added debian dependency on lsb-base
Updated boring file
Updated debian package maintainer
Increased debian standards version
Increased debian compatibility level to 9
saghul committed rSYLK70857b4dfe6a: webrtcgw: set content_available to True for FCM notifications (authored by saghul).
webrtcgw: set content_available to True for FCM notifications
webrtcgw: add TODO notes
webrtcgw: uncomment log lines
webrtcgw: simplify ICE state flags
webrtcgw: fix for AutoBahn API change
webrtcgw: reorganized package
webrtcgw: fix sample configuration file
saghul committed rSYLKb9e351c66a03: webrtcgw: initial implementation of push notifications framework (authored by saghul).
webrtcgw: initial implementation of push notifications framework