Open SamKr opened 2 days ago
Update: I manually edited config.py to add the follow entry to the array (note that the 30000 is my arbitrarily picked port):
'SERVER_PORT': int(os.environ.get('SERVER_PORT', '30000')),
And that solved the issue.
Hello , happy to hear that you solved your issue.
The bug is exactly where you point it, feel free to submit a PR
Thx , next version will bring some more features
I'll start working on some PRs in the coming days :)
quick question, do you have any other grafana dashboards apart from the basic default one?
Created the first PRs, let me know if something not up to your standards.
If you want, I can also work on your wiki, to add troubleshooting/info that I would've found useful. Easiest way is if you grant me editor access to them since they're not cloned with the rest.
I sent you an invite to collaborate to repo and wiki
I will have a look AT you pr on weekend
Describe the bug When
SERVER_TYPE
is configured asTCP
, even when setting theSERVER_PORT
variable,3cxcdrserver-1
keeps crashing with the following error:Additional context I'm running through Docker on Debian 12. Been tweaking the configs all day (if I get this working, I'll create some PR's for you with extra troubleshooting / readme info if you want). I have everything working except this part.
Something that may be relevant:
In
config.py
, I don't see theSERVER_PORT
variable in theenv_vars
array:https://github.com/dorel14/3CX-Cdr-Server/blob/master/myhelpers/config.py
Yet it tries to grab it from that array:
Perhaps this is the issue?
Thanks for sharing this great project, and thanks in advance for your help!