- Joined
- Aug 25, 2009
- Messages
- 568
- Reaction score
- 699
Edited: I see you upgrade the 3CX system, then apt upgrade the SBC and that should create the trunk in the 3CX.
However, I get this when doing the upt update then the testing upgrade
Bash:Reading package lists... Done E: The value 'testing' is invalid for APT::Default-Release as such a release is not available in the sources
It seems that you do not have testing repository so this is why its failing to install.
Add the following;
Incase you have Rasberry build:
Code:
echo "deb [arch=armhf] http://downloads-global.3cx.com/downloads/debian stretch-testing main" | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.list
Incase you have Debian build:
Code:
echo "deb [arch=amd64] http://downloads-global.3cx.com/downloads/debian stretch-testing main" | sudo tee /etc/apt/sources.list.d/3cxpbx-testing.list