Add the profile to the sip registrations.

This commit is contained in:
Mark Crane
2014-01-11 06:07:24 +00:00
parent 554402fddf
commit 0e0ba91c09

View File

@@ -132,7 +132,7 @@ require_once "resources/check_auth.php";
echo " <b>Registrations: ".count($registrations)."</b>\n";
echo "</td>\n";
echo "<td colspan='1' align='right'>\n";
echo " <input type='button' class='btn' value='".$text['button-refresh']."' onclick=\"window.location='status_registrations.php'\" />\n";
echo " <input type='button' class='btn' value='".$text['button-refresh']."' onclick=\"window.location='status_registrations.php?profile=".$sip_profile_name."'\" />\n";
echo " <input type='button' class='btn' value='".$text['button-back']."' onclick=\"history.back();\" />\n";
echo "</td>\n";
echo "</tr>\n";