We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add information about profiles?
getting names and types of profile:
(opensips-cli): mi list_all_profiles { "Profiles": [ { "name": "call", "has value": false }, { "name": "incoming", "has value": true } ] }
if profiles without values - publish only count:
(opensips-cli): mi profile_get_size call { "Profile": { "name": "call", "value": null, "count": 100, "shared": "no", "replicated": "no" } }
if profile with values - publush values with count:
(opensips-cli): mi profile_get_values incoming [ { "value": "5550001", "count": 1 }, { "value": "5550002", "count": 2 } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can you add information about profiles?
getting names and types of profile:
if profiles without values - publish only count:
if profile with values - publush values with count:
The text was updated successfully, but these errors were encountered: