Aller au contenu

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é
Répondre à ce sujet…

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.

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.