]> git.ipfire.org Git - ipfire.org.git/commit - src/backend/talk.py
Integrate talk.ipfire.org with Asterisk
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Mar 2017 17:31:17 +0000 (17:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Mar 2017 17:32:36 +0000 (17:32 +0000)
commit5ac74b02acb671ba1b32af78deb1a3d8eb891473
treec8f78147fb5a540381753abb53c10999919493d6
parente7c9ed3cc22f028750a6433a830eab585b9c32fc
Integrate talk.ipfire.org with Asterisk

The webapp will now connect to Asterisk to find out about
any open channels, etc.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
templates/talk/diagnosis.html
templates/talk/index.html
templates/talk/modules/contact.html [new file with mode: 0644]
templates/talk/modules/ongoing-calls.html
webapp/__init__.py
webapp/backend/asterisk.py [new file with mode: 0644]
webapp/backend/talk.py
webapp/backend/util.py
webapp/handlers_talk.py
webapp/ui_modules.py