Page MenuHomePhabricator
Feed All Stories

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)
Sep 2 2021, 6:23 PM
dan committed rSYLKe1022725eafb: Do session cleanup after all processing (authored by dan).
Do session cleanup after all processing
Sep 2 2021, 6:23 PM
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)
Sep 2 2021, 6:23 PM
dan committed rSYLK5cf52c3bd427: Automatically adjust participant bitrate based on number of participants (authored by dan).
Automatically adjust participant bitrate based on number of participants
Sep 2 2021, 6:23 PM
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
Sep 2 2021, 6:23 PM
dan committed rSYLKe9f2b502112e: Added missing debug statement (authored by dan).
Added missing debug statement
Sep 2 2021, 6:23 PM
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
Sep 2 2021, 6:23 PM
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
Sep 2 2021, 6:23 PM
dan committed rSYLK466af7048556: Added PublisherFeedContainer class for holding videoroom publisher feeds (authored by dan).
Added PublisherFeedContainer class for holding videoroom publisher feeds
Sep 2 2021, 6:23 PM
dan committed rSYLK1051080475fc: Fixed order of operations during ConnectionHandler cleanup (authored by dan).
Fixed order of operations during ConnectionHandler cleanup
Sep 2 2021, 6:23 PM
dan committed rSYLK82613b3363a3: Updated comments (authored by dan).
Updated comments
Sep 2 2021, 6:22 PM
dan committed rSYLK85b60bf1d77d: Renamed VideoRoomSessionContainer to SessionContainer (authored by dan).
Renamed VideoRoomSessionContainer to SessionContainer
Sep 2 2021, 6:22 PM
dan committed rSYLKca419d09008a: Rewrote VideoRoomSessionContainer to not use weak references (authored by dan).
Rewrote VideoRoomSessionContainer to not use weak references
Sep 2 2021, 6:22 PM
dan committed rSYLKb7396c75c8fc: Simplified getting the session with the handle_id (authored by dan).
Simplified getting the session with the handle_id
Sep 2 2021, 6:22 PM
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
Sep 2 2021, 6:22 PM
dan committed rSYLK5c9572769146: Removed unused import (authored by dan).
Removed unused import
Sep 2 2021, 6:22 PM
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
Sep 2 2021, 6:22 PM
dan committed rSYLKc9ba17241990: Simplified condition (authored by dan).
Simplified condition
Sep 2 2021, 6:22 PM
dan committed rSYLK0ae437fc82dc: Refactored logging (authored by dan).
Refactored logging
Sep 2 2021, 6:22 PM
dan committed rSYLK9a534eefed09: Fixed spacing (authored by dan).
Fixed spacing
Sep 2 2021, 6:22 PM
dan committed rSYLK6e9179c05a64: Removed unused import (authored by dan).
Removed unused import
Sep 2 2021, 6:22 PM
dan committed rSYLKc6271069f31b: Made policy matching logic consistent and simplified code (authored by dan).
Made policy matching logic consistent and simplified code
Sep 2 2021, 6:22 PM
dan committed rSYLK25df70c44d95: The __init__ method should not return any value (authored by dan).
The __init__ method should not return any value
Sep 2 2021, 6:22 PM
dan committed rSYLK195ee3c73ea8: Fixed spurious SIPApplicationWillStart post and handling early stop (authored by dan).
Fixed spurious SIPApplicationWillStart post and handling early stop
Sep 2 2021, 6:22 PM
dan committed rSYLKb4cbb823c3ba: Simplified and enhanced application loading/accessing code (authored by dan).
Simplified and enhanced application loading/accessing code
Sep 2 2021, 6:22 PM
dan committed rSYLK96e31ccac53d: Register atexit handler to dump memory debug info (authored by dan).
Register atexit handler to dump memory debug info
Sep 2 2021, 6:22 PM
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
Sep 2 2021, 6:21 PM
dan committed rSYLK51e5e783b41d: Keep imports sorted (authored by dan).
Keep imports sorted
Sep 2 2021, 6:21 PM
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
Sep 2 2021, 6:21 PM
dan committed rSYLK1697aec2129b: Order imports alphabetically (authored by dan).
Order imports alphabetically
Sep 2 2021, 6:21 PM
dan committed rSYLK1f7b85652008: Removed unused import (authored by dan).
Removed unused import
Sep 2 2021, 6:21 PM
dan committed rSYLK592590f721d1: Reformatted text (authored by dan).
Reformatted text
Sep 2 2021, 6:21 PM
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
Sep 2 2021, 6:21 PM
dan committed rSYLK4d32b16bea5f: Added debug_level setting to ServerConfig (authored by dan).
Added debug_level setting to ServerConfig
Sep 2 2021, 6:21 PM
dan committed rSYLK80767e84094d: Use python3 compatible form for except statements (authored by dan).
Use python3 compatible form for except statements
Sep 2 2021, 6:21 PM
dan committed rSYLKc588436b6566: Fixed typo (authored by dan).
Fixed typo
Sep 2 2021, 6:21 PM
dan committed rSYLK2a55886f4817: Avoid duplicate indexing when getting the data (authored by dan).
Avoid duplicate indexing when getting the data
Sep 2 2021, 6:21 PM
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
Sep 2 2021, 6:21 PM
dan committed rSYLK86b5b440c607: Removed unnecessary default value (authored by dan).
Removed unnecessary default value
Sep 2 2021, 6:20 PM
dan committed rSYLKcf44eeb45745: Generalized sylkrtc json model mapping (authored by dan).
Generalized sylkrtc json model mapping
Sep 2 2021, 6:20 PM
dan committed rSYLK6b3b9d497da8: Removed redundant comment (authored by dan).
Removed redundant comment
Sep 2 2021, 6:20 PM
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
Sep 2 2021, 6:20 PM
dan committed rSYLKfd8b76921128: Simplified building the result of the DNS lookup (authored by dan).
Simplified building the result of the DNS lookup
Sep 2 2021, 6:20 PM
dan committed rSYLKb50e5fd7f3eb: Removed superfluous attribute (authored by dan).
Removed superfluous attribute
Sep 2 2021, 6:20 PM
dan committed rSYLKa8127bfaeabc: Fixed argument types (authored by dan).
Fixed argument types
Sep 2 2021, 6:20 PM
dan committed rSYLK5d4402c3daf8: Moved DNS lookup log message to debug level (authored by dan).
Moved DNS lookup log message to debug level
Sep 2 2021, 6:20 PM
dan committed rSYLKa6d4b8594c3c: Removed data duplication and inconsistent attributes (authored by dan).
Removed data duplication and inconsistent attributes
Sep 2 2021, 6:20 PM
dan committed rSYLKc1962f597bf0: Removed extra empty lines and additional whitespaces (authored by dan).
Removed extra empty lines and additional whitespaces
Sep 2 2021, 6:20 PM
dan committed rSYLKec009720caba: [webrtcgateway] Removed spurious empty line (authored by dan).
[webrtcgateway] Removed spurious empty line
Sep 2 2021, 6:20 PM
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
Sep 2 2021, 6:20 PM
dan committed rSYLK7f54a0774ace: [webrtcgateway] Cleanup accounts when the client connection is lost (authored by dan).
[webrtcgateway] Cleanup accounts when the client connection is lost
Sep 2 2021, 6:19 PM
dan committed rSYLKaf991f3f9aa2: [webrtcgateway] Removed bogus attributes (authored by dan).
[webrtcgateway] Removed bogus attributes
Sep 2 2021, 6:19 PM
dan committed rSYLK1e9cc46d82db: [webrtcgateway] Fixed exception handling when creating/validating json model (authored by dan).
[webrtcgateway] Fixed exception handling when creating/validating json model
Sep 2 2021, 6:19 PM
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
Sep 2 2021, 6:19 PM
adigeo committed rSYLK88096729902e: [webrtcgateway] Capture exception if SDP is empty (authored by adigeo).
[webrtcgateway] Capture exception if SDP is empty
Sep 2 2021, 6:19 PM
adigeo committed rSYLK30dec5601bb3: [webrtcgateway] Refactor some log lines (authored by adigeo).
[webrtcgateway] Refactor some log lines
Sep 2 2021, 6:19 PM
adigeo committed rSYLKc3e951ba5de7: [webrtcgateway] Remove duplicate storage of mobile token (authored by adigeo).
[webrtcgateway] Remove duplicate storage of mobile token
Sep 2 2021, 6:19 PM
adigeo committed rSYLKce5611d7c07a: [webrtcgateway] Delegate account removal function to the client (authored by adigeo).
[webrtcgateway] Delegate account removal function to the client
Sep 2 2021, 6:19 PM
adigeo committed rSYLKb1ca02ae1a3f: [webrtcgateway] Save janus handle id in each video room (authored by adigeo).
[webrtcgateway] Save janus handle id in each video room
Sep 2 2021, 6:18 PM
adigeo committed rSYLK974a9693adbe: [webrtcgateway] Store end-point address for each videoroom participant (authored by adigeo).
[webrtcgateway] Store end-point address for each videoroom participant
Sep 2 2021, 6:18 PM
adigeo committed rSYLK16e33d4e8b29: [webrtcgateway] Save session start time (authored by adigeo).
[webrtcgateway] Save session start time
Sep 2 2021, 6:18 PM
adigeo committed rSYLK2d4c5c25f75b: [webrtcgateway] Save media type for each session (authored by adigeo).
[webrtcgateway] Save media type for each session
Sep 2 2021, 6:18 PM
adigeo committed rSYLKd955c713e3c0: [webrtcgateway] Remove redundant storage for usage data (authored by adigeo).
[webrtcgateway] Remove redundant storage for usage data
Sep 2 2021, 6:18 PM
adigeo committed rSYLK5f411845635b: [webrtcgateway] Don't call remove account twice (authored by adigeo).
[webrtcgateway] Don't call remove account twice
Sep 2 2021, 6:18 PM
adigeo committed rSYLK4aa55f91cabd: [webrtcgateway] Always delete janus account in the same thread (authored by adigeo).
[webrtcgateway] Always delete janus account in the same thread
Sep 2 2021, 6:18 PM
adigeo committed rSYLK41753464af06: [webrtcgateway] Fixed DNS lookup for outbound sessions (authored by adigeo).
[webrtcgateway] Fixed DNS lookup for outbound sessions
Sep 2 2021, 6:18 PM
adigeo committed rSYLK0ea7e730fb84: [webrtcgateway] Purge accounts from memory when connection closes (authored by adigeo).
[webrtcgateway] Purge accounts from memory when connection closes
Sep 2 2021, 6:18 PM
adigeo committed rSYLK3968f9eb0c9b: [webrtcgateway] Log chosen SIP route (authored by adigeo).
[webrtcgateway] Log chosen SIP route
Sep 2 2021, 6:18 PM
adigeo committed rSYLK9aa15ff483b6: [webrtcgateway] Keep track of accounts and devices usage (authored by adigeo).
[webrtcgateway] Keep track of accounts and devices usage
Sep 2 2021, 6:18 PM
adigeo committed rSYLK97d7d4784043: [webrtcgateway] Remove account if registration failed (authored by adigeo).
[webrtcgateway] Remove account if registration failed
Sep 2 2021, 6:18 PM
adigeo committed rSYLKd09fb17d55b5: [webrtcgateway] Purge unused accounts from memory (authored by adigeo).
[webrtcgateway] Purge unused accounts from memory
Sep 2 2021, 6:17 PM
adigeo committed rSYLKfe061161934a: [webrtcgateway] Store mobile token in each account (authored by adigeo).
[webrtcgateway] Store mobile token in each account
Sep 2 2021, 6:17 PM
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
Sep 2 2021, 6:17 PM
adigeo committed rSYLK444bb8fee026: [webrtcgateway] Added sound to mobile wakeup notification (authored by adigeo).
[webrtcgateway] Added sound to mobile wakeup notification
Sep 2 2021, 6:17 PM
adigeo committed rSYLKbdbeba5fd19b: [webrtcgateway] Capture exception (authored by adigeo).
[webrtcgateway] Capture exception
Sep 2 2021, 6:17 PM
dan committed rSYLK1dedaf457f56: Updated changelog (authored by dan).
Updated changelog
Sep 2 2021, 6:17 PM
dan committed rSYLK969318a7f196: Fixed log line (authored by dan).
Fixed log line
Sep 2 2021, 6:17 PM
dan committed rSYLKe206861ef3ea: Removed log (authored by dan).
Removed log
Sep 2 2021, 6:17 PM
dan committed rSYLKb3df05d3816f: Added extra logging to help debug device token handling (authored by dan).
Added extra logging to help debug device token handling
Sep 2 2021, 6:16 PM
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
Sep 2 2021, 6:16 PM
dan committed rSYLK34b39c234ed8: Capture validation errors when building requests (authored by dan).
Capture validation errors when building requests
Sep 2 2021, 6:16 PM
dan committed rSYLKbf95745741a9: Updated changelog (authored by dan).
Updated changelog
Sep 2 2021, 6:16 PM
dan committed rSYLK141647b71395: ROLLBACK: Use a local copy of bootstrap.min.css (authored by dan).
ROLLBACK: Use a local copy of bootstrap.min.css
Sep 2 2021, 6:16 PM
dan committed rSYLK732c8e9b1342: Use a local copy of bootstrap.min.css (authored by dan).
Use a local copy of bootstrap.min.css
Sep 2 2021, 6:16 PM
dan committed rSYLKc2cf148485cf: Increased version number and updated changelog (authored by dan).
Increased version number and updated changelog
Sep 2 2021, 6:16 PM
dan committed rSYLK0ccda928faa8: Adjusted package's descriptions (authored by dan).
Adjusted package's descriptions
Sep 2 2021, 6:16 PM
dan committed rSYLK54b44428d38c: Added debian dependency on lsb-base (authored by dan).
Added debian dependency on lsb-base
Sep 2 2021, 6:15 PM
dan committed rSYLK7d2301ebe299: Updated boring file (authored by dan).
Updated boring file
Sep 2 2021, 6:15 PM
dan committed rSYLK434cd85d3d08: Updated debian package maintainer (authored by dan).
Updated debian package maintainer
Sep 2 2021, 6:15 PM
dan committed rSYLK4f1d05daaeee: Increased debian standards version (authored by dan).
Increased debian standards version
Sep 2 2021, 6:15 PM
dan committed rSYLK380ca846078f: Increased debian compatibility level to 9 (authored by dan).
Increased debian compatibility level to 9
Sep 2 2021, 6:15 PM
saghul committed rSYLK70857b4dfe6a: webrtcgw: set content_available to True for FCM notifications (authored by saghul).
webrtcgw: set content_available to True for FCM notifications
Sep 2 2021, 6:15 PM
adigeo committed rSYLK3d1eacb134fa: Update TODO (authored by adigeo).
Update TODO
Sep 2 2021, 6:15 PM
saghul committed rSYLK58e50e7cfd5a: webrtcgw: add TODO notes (authored by saghul).
webrtcgw: add TODO notes
Sep 2 2021, 6:15 PM
saghul committed rSYLK01c9ae5cc9d7: webrtcgw: uncomment log lines (authored by saghul).
webrtcgw: uncomment log lines
Sep 2 2021, 6:15 PM
saghul committed rSYLK2eef567811da: webrtcgw: simplify ICE state flags (authored by saghul).
webrtcgw: simplify ICE state flags
Sep 2 2021, 6:15 PM
saghul committed rSYLKb91abfedc58f: webrtcgw: fix for AutoBahn API change (authored by saghul).
webrtcgw: fix for AutoBahn API change
Sep 2 2021, 6:15 PM
saghul committed rSYLK3b7f1a5f346a: webrtcgw: reorganized package (authored by saghul).
webrtcgw: reorganized package
Sep 2 2021, 6:15 PM
saghul committed rSYLKb84f0f2630af: webrtcgw: fix sample configuration file (authored by saghul).
webrtcgw: fix sample configuration file
Sep 2 2021, 6:14 PM
saghul committed rSYLKb9e351c66a03: webrtcgw: initial implementation of push notifications framework (authored by saghul).
webrtcgw: initial implementation of push notifications framework
Sep 2 2021, 6:14 PM