carpenox wrote:you can put a request in development area for a paid feature addition
And suggest it in the Issue Tracker (top of this page). Best if you modify the non-agent-api to allow this field to be changed just like any other, then post your updated code in the issue tracker.
Or just make a php page that takes user/pass/remote_agent_id/conf_exten and runs this script IF the user/pass are valid and the associated user has api permissions (ie: make a new simple/quick non-agent-api). Then that single value could be changed in a new non-agent-api call (request in the issue tracker, supply the code ... it may land in the core). If you make your own file: It survives upgrades. If you edit the non-agent-api, it'll get overwritten during upgrades.