Skip to content

PBXAPI Not Applying Extension Changes #24

@Kirembu

Description

@Kirembu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions