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' 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 %}