1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 03, 2024 — Nov 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:AdaHeads/call-flow-control More... over 11 years ago
Added the call_lock and call_unlock events for #129 Also cleaned the notifications and added peer_state events. More... over 11 years ago
Added the call_lock and call_unlock events for #119 Also cleaned the notifications and added peer_state events. More... over 11 years ago
Added user id tagging of calls. #128 #130 More... over 11 years ago
Renamed alice to call-flow-control. More... over 11 years ago
Archived disabled tests. More... over 11 years ago
Added Outbound-Call event. This marks the channel as a call, to later on notify agents about the state changes. More... over 11 years ago
Added Originate as per #118. More... over 11 years ago
Originate now works with both arbitrary extensions and with pho...@contact@reception lookups. More... over 11 years ago
Removed overly-verbose logging. More... over 11 years ago
Changed identifications (reception, phone and contact) to use a subtype of natural instead of a derived type. This removes some tedious casting the usages. More... over 11 years ago
Removed the transient token from standard config and updated the standard port for the main contact server. More... over 11 years ago
Rearranged the order of state variables updates. More... over 11 years ago
Fixed parking. More... over 11 years ago
More event work. More... over 11 years ago
More bugfixing, and trimming of states. More... over 11 years ago
General bugfixing. More... over 11 years ago
Bugfixes to the pickup handler. More... over 11 years ago
Added missing body to Server_Error responses. More... over 11 years ago
Changed the body of Get() to a more generic form. More... over 11 years ago
Fixed a bug in the state machine. More... over 11 years ago
Apparently not all channels spawn CHANNEL_CREATE and CHANNEL_DESTROY events and thus, channels that are created when entering our pre-queue are not removed by the global CHANNEL_DESTROY observer. By reaping them upon a state change to hungup, we can make sure that no inactive calls are haunting our call list. More... over 11 years ago
We need to make a clean close or upgrade failed to tell clients that they are not allowed to access the websocket with their current (possibly missing) token. So. For now we have a nice TODO :-| More... over 11 years ago
Minor cleanup. More... over 11 years ago
Re-implemented CORS. More... over 11 years ago
Moved handlers out into separate packages and added comments. More... over 11 years ago
Comment anchors. More... over 11 years ago
Re-added the create observer. This will hopefully fix bug #124 More... almost 12 years ago
Apparently, originate and uud_transfer needs it user extension in separate formats. More... almost 12 years ago
Removed redundant lookup. More... almost 12 years ago