'._("Follow Me").'
'._('Choose a user/extension:').'
'; } elseif ($action == 'delGRP') { echo '
'._("Follow Me").' '.$account.' '._("deleted").'!
'; } else { if ($extdisplay != "") { // We need to populate grplist with the existing extension list. $extdisplay = ltrim($extdisplay,'GRP-'); $thisgrp = findmefollow_get($extdisplay, 1); $grpliststr = isset($thisgrp['grplist']) ? $thisgrp['grplist'] : ''; $grplist = explode("-", $grpliststr); $strategy = isset($thisgrp['strategy']) ? $thisgrp['strategy'] : ''; $grppre = isset($thisgrp['grppre']) ? $thisgrp['grppre'] : ''; $grptime = isset($thisgrp['grptime']) ? $thisgrp['grptime'] : ''; $annmsg_id = isset($thisgrp['annmsg_id']) ? $thisgrp['annmsg_id'] : ''; $dring = isset($thisgrp['dring']) ? $thisgrp['dring'] : ''; $remotealert_id = isset($thisgrp['remotealert_id']) ? $thisgrp['remotealert_id'] : ''; $needsconf = isset($thisgrp['needsconf']) ? $thisgrp['needsconf'] : ''; $toolate_id = isset($thisgrp['toolate_id']) ? $thisgrp['toolate_id'] : ''; $ringing = isset($thisgrp['ringing']) ? $thisgrp['ringing'] : ''; $pre_ring = isset($thisgrp['pre_ring']) ? $thisgrp['pre_ring'] : ''; $ddial = isset($thisgrp['ddial']) ? $thisgrp['ddial'] : ''; $goto = isset($thisgrp['postdest'])?$thisgrp['postdest']:((isset($thisgrp['voicemail']) && $thisgrp['voicemail'] != 'novm')?"ext-local,vmu$extdisplay,1":''); unset($grpliststr); unset($thisgrp); $delButton = " "; echo "
"._("Follow Me").": ".$extdisplay."
"; // Copied straight out of old code,let's see if it works? // if (isset($amp_conf["AMPEXTENSIONS"]) && ($amp_conf["AMPEXTENSIONS"] == "deviceanduser")) { $editURL = $_SERVER['PHP_SELF'].'?display=users&extdisplay='.$extdisplay; $EXTorUSER = _("User"); } else { $editURL = $_SERVER['PHP_SELF'].'?display=extensions&extdisplay='.$extdisplay; $EXTorUSER = _("Extension"); } $label = '".$delButton."
"; } ?>