Once active, this module will configure your trunks, routes and DIDs and provide diagnostic tools to configure and monitor your service."),'SIPSTATION™','https://store.freepbx.com') ?>


" tabindex="">


   
"$('#".$error['id']."').addClass('validation-error');\n", 'div' => $error['message'], ); } return $error_display; } /************ AJAX FUNCTIONS ***********/ function ajax_get($post) { include_once("sipstation.html.php"); return true; } function dest_post($post) { include_once("destinations.html.php"); return true; } function route_post($post) { include_once("routes.html.php"); return true; } function reset_trunk($post) { include_once("edittrunk.html.php"); return true; } function refresh_display($post) { include_once("refresh.html.php"); return true; } ?>