-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
PBXAPI does not seem to apply changes to extensions e.g Outbound CID setting:
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
Metadata
Metadata
Assignees
Labels
No labels