Cort Buffington
ccfd862a0a
Fixed Private Call Bridging when BOTH_SLOTS selected
...
This is the problem where bridge.py is told to send private calls marked with EITHER timeslot over openbridge. Packets weren't assembled correctly when the BOTH_SLOTS option was set True in the hblink configuraiton file.
d:
# modified: bridge.py
# modified: hblink.py
#
# Changes not staged for commit:
# modified: .gitattributes
# modified: Dockerfile
# modified: voice_lib.py
#
6 years ago
n0mjs710
24dca2e6ad
Fixed assignment typos
...
[_stream_id]['ACTIVE']: False
to
[_stream_id]['ACTIVE'] = False
Thanks, Steve!
6 years ago
Cort Buffington
8c1e9e5185
update coypright years
6 years ago
Cort Buffington
a2c0bb54c6
Fixed typo in call state tracking.
6 years ago
Cort Buffington
03f9c81d3a
Merge branch 'private-call-dev' of https://github.com/n0mjs710/hblink3 into private-call-dev
6 years ago
Cort Buffington
fdbfbf2362
READY FOR TESTING
...
unit calls should be working on HBP and OBP systems. Also adds the ability to send TS data in OBP for unit calls to preserve timeslot routing for unit calls.
6 years ago
Cort Buffington
b48e522f85
Now working version of private call routing, on a per-system basis, with the ability to overload OBP with TS information for unit calls.
6 years ago
Cort Buffington
f00d29e8a0
Update to sync dev system
...
message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch private-call-dev
# Your branch is ahead of 'origin/private-call-dev' by 1 commit.
# (use "git push" to publish your local commits)
#
6 years ago
Cort Buffington
21c6bf9281
save of incremental work
6 years ago
Cort Buffington
4e3a13daaf
fixing typos on obp call tracking
6 years ago
Cort Buffington
9e2876dfae
update
6 years ago
Cort Buffington
c246f3e5db
Merge branch 'private-call-dev' of https://github.com/n0mjs710/hblink3 into private-call-dev
6 years ago
Cort Buffington
21f9c680be
update sample config
6 years ago
Cort Buffington
50387c2133
update
6 years ago
n0mjs710
41f04dc28b
Skeleton App for Data Development
6 years ago
n0mjs710
d44a181c06
create blank app template
6 years ago
Cort Buffington
7fc4ce0495
Merge branch 'private-call-dev' of https://github.com/n0mjs710/hblink3 into private-call-dev
...
As a result of rebasing.
6 years ago
Cort Buffington
4aa5210f5b
Update bridge.py
6 years ago
Cort Buffington
3d9aa41fcb
Update bridge.py
6 years ago
Cort Buffington
2fa615dd37
Update bridge.py
6 years ago
Cort Buffington
35ba251e71
Update bridge.py
6 years ago
Cort Buffington
30ed93aa30
Update bridge.py
6 years ago
Cort Buffington
508b9c7197
Update bridge.py
6 years ago
Cort Buffington
ed2a1ca549
Update bridge.py
6 years ago
Cort Buffington
e6949e65ec
Revert "Update bridge.py"
...
This reverts commit ab1a536147 .
6 years ago
Cort Buffington
9ac426aa2d
Revert "Update bridge.py"
...
This reverts commit 0a2edc09a5 .
6 years ago
Cort Buffington
94afc15d7a
Update bridge.py
6 years ago
Cort Buffington
b5e77e64b1
Update bridge.py
6 years ago
Cort Buffington
8c2b35ece0
Update bridge.py
6 years ago
Cort Buffington
bb4356e027
Update bridge.py
6 years ago
Cort Buffington
63604a5b38
inbound OBP Unit calls
6 years ago
Cort Buffington
4643ea47b7
Inbound OBP Unit calls
6 years ago
Cort Buffington
877e1c6c65
Adding inbound OBP Processing
6 years ago
n0mjs710
364ead81ec
Working Code - REPORT ERRORS!
6 years ago
Cort Buffington
717e802b9b
fixed missing ) on logging line
6 years ago
n0mjs710
857c4d09d0
untested OBP support added
...
Push is just to sync with a test system.
6 years ago
n0mjs710
2e09350ad2
OBP Support Added -- CURRENTLY UNTESTED
...
OpenBridge support added, but not yet tested. This push is so that I can pick up my updates on another computer to test.
6 years ago
Cort Buffington
836c655739
add configuration to enable unit routing
6 years ago
Cort Buffington
281860db0b
unit to unit calls, with contention working - HBSystems only
...
This appears to work, but no openbridge support yet.
6 years ago
Cort Buffington
0f38427f2f
Works, but no contention handler
...
Private call forwarding works, with destionation routing cache, but no contention handler yet.
6 years ago
Cort Buffington
112143ec05
incremental update - Not Working
...
the program runs at ths point, logging is updated for group calls, no errors in unit sectinon, but no contention handler and send routines not yet built.
6 years ago
Cort Buffington
887657aa16
Track subscribers
...
this is not yet really useable, just getting the mechanics started
6 years ago
Cort Buffington
7bf0a77e16
Separate UNIT from GROUP Calls
...
Initial framework for processing UNIT calls
6 years ago
Cort Buffington
28f006b493
Update bridge.py
6 years ago
Cort Buffington
99c76b44de
Update bridge.py
6 years ago
Cort Buffington
b9dc33dae5
Update README.md
6 years ago
Cort Buffington
58c84cf43a
Changed initial state values for some reporting variables. Cosmetic, but avoids unecessary tracabacks.
6 years ago
Cort Buffington
ef4514b8e0
updated commented debugging message at line #355 to remove unnecessary type conversion for _seq
6 years ago
Cort Buffington
96514de5cc
Fixed unecessary type conversion in commended debug logging at line #355
6 years ago
Cort Buffington
cdae79e0ee
Merge pull request #11 from kc1awv/patch-1
...
fix typo
6 years ago