Aller au contenu

Call Details Records

Featured Replies

Posté(e)

pour le fonctionnement du cdr

editer le fichier /volume1/@appstore/Asterisk/var/lib/asterisk/scripts/mastercsvexists.

ensuite ajouter le chemin /volume1/@appstore/Asterisk sur tout les chemins,

Voici mon fichier :

#!/bin/bash

MASTERCSV="/volume1/@appstore/Asterisk/var/log/asterisk/cdr-csv/Master.csv"
STATICHTTP="/volume1/@appstore/Asterisk/var/lib/asterisk/static-http/"

if [ `whoami` != "root" ]; then
echo "Error: You must be root to run this script."
exit 1
fi

if [ -f /volume1/@appstore/Asterisk/var/log/asterisk/cdr-csv/Master.csv ]; then
if [ ! -f $STATICHTTP`basename $MASTERCSV` ]; then
ln -s $MASTERCSV /volume1/@appstore/Asterisk/var/lib/asterisk/static-http/config/`basename $MASTERCSV`
fi
fi

exit

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

Invité
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Répondre à ce sujet…

Qui est en ligne (Afficher la liste complète)

  • Il n’y a aucun utilisateur enregistré actuellement en ligne

Account

Navigation

Rechercher

Rechercher

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.