More extension creation research
This commit is contained in:
parent
7ffc9fa60e
commit
14e882cfef
|
@ -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
|
|
@ -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']);
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
linear-gradient(to bottom, #ff6102 0%, #6c49ea 100%)
|
Loading…
Reference in New Issue