More extension creation research

This commit is contained in:
crt 2022-09-09 15:44:52 +02:00
parent 7ffc9fa60e
commit 14e882cfef
3 changed files with 7 additions and 0 deletions

4
api-stuff.txt Normal file
View File

@ -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

View File

@ -354,6 +354,8 @@
}
}
//Hmm I mean this seems to be easier to implement
//create token
$object = new token;
$token = $object->create($_SERVER['PHP_SELF']);

1
design-changes.txt Normal file
View File

@ -0,0 +1 @@
linear-gradient(to bottom, #ff6102 0%, #6c49ea 100%)