From 5d69b3bb6bb5fbf732203dfa5fc755bb5a9548e6 Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Sat, 22 Jul 2017 11:48:41 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=83=D1=82=D1=8C=20=D1=83=20=D0=B7=D0=B2=D0=BF?= =?UTF-8?q?=D0=B8=D1=81=D1=8F=D0=BC=20asterisk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dialing_app/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialing_app/models.py b/dialing_app/models.py index 0e60f4f..ff6c720 100644 --- a/dialing_app/models.py +++ b/dialing_app/models.py @@ -57,7 +57,7 @@ class AsteriskCDR(models.Model): return "%s/recording/request" % path elif self.userfield == 'report': return "%s/recording/bug" % path - return path + return "%s/monitor" % path class Meta: db_table = 'cdr' From 8501ffb5b84f53eb88a099b9a8d5a1fe568738ef Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Sat, 22 Jul 2017 11:50:44 +0300 Subject: [PATCH 2/4] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D1=80=D0=B0=D1=81=D1=82=D1=8F=D0=B3=D0=B8=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=BB=D1=8F=20=D1=80=D1=83=D0=BF=D0=BF?= =?UTF-8?q?=D1=8B=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dialing_app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialing_app/templates/index.html b/dialing_app/templates/index.html index ed89478..adc5061 100644 --- a/dialing_app/templates/index.html +++ b/dialing_app/templates/index.html @@ -21,7 +21,7 @@ {% for log in logs %} - +