GraphQL API query sipsecret

at manual the request is as follows:

{
fetchAllExtensions {
extension {
user {
sipsecret
}
}
}
}

but in my version there is no vulture sipsecret field
“version”: “15.0.17.34”

how can i get a sipsecret field?

We are just updating a bit of code to improve this functionality as well.

PR is underway - https://git.freepbx.org/projects/FREEPBX/repos/core/pull-requests/392/overview if you like to know more about the fixes.

documentation/wiki will update after we push code to edge.

thanks.
Kapil

1 Like

I need to get the secret, not update, but even so I don’t have fields extPassword and umPassword%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9

that is, I still cannot get a secret in any way other than a direct appeal to MySQL

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.