Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ include "root.php"; require_once "resources/require.php"; require_once "resources/check_auth.php"; if (permission_exists('sip_profiles_edit')) { //access granted } else { echo "access denied"; exit; } $fd = fopen($_SESSION['switch']['conf']['dir']."/sip_profiles/".$_GET['f'], "r"); $v_content = fread($fd, filesize($_SESSION['switch']['conf']['dir']."/sip_profiles/".$_GET['f'])); fclose($fd); require_once "resources/header.php"; ?>
"; } ?>

Edit Profile
Use this to configure your SIP profiles.

Filename:


location: ".$_SESSION['switch']['conf']['dir']."/sip_profiles/".$_GET['f']." "; ?>