Open AlphaJosh opened 2 years ago
Regarding the WS Waiting for socket
- it is expected, but maybe a little noisy. This message indicates that the Asterisk ARI client is waiting for the Asterisk server to start. That is, dongleman_daemon
is already running, but asterisk
(the last line of run.sh
) didn't open it's ARI port. Likely it is because it had no chance to start at all.
Regarding the TDLIB api settings let me think..
Aha, this message comes from tg2sip
https://github.com/Infactum/tg2sip/blob/6e081025593e2891b8ceeb743b140ef2733e3438/tg2sip/settings.cpp#L80
I think this problem is related to #5
Your secrets.nix should contain something like
{
...
tg2sip_api_id=2634546;
...
}
note that it should be just a number, without double quotes. For me it has the same value as telegram_api_id
I am see I am almost there...
When I execute ./run.sh I get an error: "TDLib api settings must be set!"
But I have no idea where what should be. Also "<WS Waiting for socket" repeats, I dont know what the next steps should be