Compare commits
2 Commits
6f1d0aaf33
...
14e882cfef
Author | SHA1 | Date |
---|---|---|
crt | 14e882cfef | |
crt | 7ffc9fa60e |
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
https://github.com/gruz/fusionpbx-api/wiki/02.Restful-API-docs#create-an-extension-sip-phone-number
|
||||||
|
|
||||||
|
This could make extension Creation very easy
|
|
@ -72,7 +72,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//get the http values and set them as php variables
|
//get the http values and set them as php variables
|
||||||
if (count($_POST) > 0) {
|
if (count($_POST) > 0) {
|
||||||
|
|
||||||
//get the values from the HTTP POST and save them as PHP variables
|
//get the values from the HTTP POST and save them as PHP variables
|
||||||
|
@ -818,7 +818,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//pre-populate the form
|
//pre-populate the form Hmmm this seems like something I will need
|
||||||
if (count($_GET) > 0 && $_POST["persistformvar"] != "true") {
|
if (count($_GET) > 0 && $_POST["persistformvar"] != "true") {
|
||||||
$extension_uuid = $_GET["id"];
|
$extension_uuid = $_GET["id"];
|
||||||
$sql = "select * from v_extensions ";
|
$sql = "select * from v_extensions ";
|
||||||
|
|
|
@ -354,6 +354,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Hmm I mean this seems to be easier to implement
|
||||||
|
|
||||||
//create token
|
//create token
|
||||||
$object = new token;
|
$object = new token;
|
||||||
$token = $object->create($_SERVER['PHP_SELF']);
|
$token = $object->create($_SERVER['PHP_SELF']);
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
linear-gradient(to bottom, #ff6102 0%, #6c49ea 100%)
|
Loading…
Reference in New Issue