Compare commits
No commits in common. "14e882cfefd6b84a869187835493fad1af66df0d" and "6f1d0aaf339cb4129b50d2d2ff58b4ab88b93f68" have entirely different histories.
14e882cfef
...
6f1d0aaf33
|
@ -1,4 +0,0 @@
|
|||
|
||||
https://github.com/gruz/fusionpbx-api/wiki/02.Restful-API-docs#create-an-extension-sip-phone-number
|
||||
|
||||
This could make extension Creation very easy
|
|
@ -818,7 +818,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
//pre-populate the form Hmmm this seems like something I will need
|
||||
//pre-populate the form
|
||||
if (count($_GET) > 0 && $_POST["persistformvar"] != "true") {
|
||||
$extension_uuid = $_GET["id"];
|
||||
$sql = "select * from v_extensions ";
|
||||
|
|
|
@ -354,8 +354,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
//Hmm I mean this seems to be easier to implement
|
||||
|
||||
//create token
|
||||
$object = new token;
|
||||
$token = $object->create($_SERVER['PHP_SELF']);
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
linear-gradient(to bottom, #ff6102 0%, #6c49ea 100%)
|
Loading…
Reference in New Issue