]> git.ipfire.org Git - ipfire.org.git/commit
asterisk: Don't keep a permanent connection
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Nov 2024 11:20:05 +0000 (11:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Nov 2024 11:20:05 +0000 (11:20 +0000)
commit45f11e513c6f6faedc333a8bb55c0d5f8c213ddb
treec4773a5ce0eeb7e415f2ec783745359cf56290db
parent9d5172de415524985d0119d22ee8b6072118566a
asterisk: Don't keep a permanent connection

This was not very stable and caused that we sometimes could not render
the user pages.

Now, we establish a new connection with every request which is still
fast enough.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/asterisk.py