PBXAPI does not seem to apply changes to extensions e.g Outbound CID setting:
https://github.com/IssabelFoundation/framework/blob/master/framework/html/pbxapi/controllers/extensions.php
Going to the PBX Web Interface and clicking "Save" then "Apply Changes" on the specific Extension makes the updates work.
Running /usr/bin/issabel-helper applychanges Manually does not seem to apply the changes either.
Example CURL Request to PBXAPI:
curl -X PUT -H 'Accept: /' -H 'Accept-Encoding: gzip, deflate' -H 'Authorization: Bearer..-' -H 'Connection: keep-alive' -H 'Content-Length: 32' -H 'Content-Type: application/json' -H 'User-Agent: python-requests/2.25.1' -d '{"outboundcid": "555123"}' https://issabel.local/pbxapi/extensions/1001
PBXAPI does not seem to apply changes to extensions e.g Outbound CID setting:
https://github.com/IssabelFoundation/framework/blob/master/framework/html/pbxapi/controllers/extensions.php
Going to the PBX Web Interface and clicking "Save" then "Apply Changes" on the specific Extension makes the updates work.
Running
/usr/bin/issabel-helper applychangesManually does not seem to apply the changes either.Example CURL Request to PBXAPI: