#!/usr/bin/bash
# -*- sh; sh-shell: bash; -*-

# Script to export CSV file from linphone database
# Tested with linphone v5.2.0

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/linphone-contacts-library

linphone-contacts-export-csv-file

exit 0
