Skip to content
New issue

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

dispatcher: add ds_list full mi command, update documentation #748

Merged
merged 2 commits into from Jan 11, 2016

Conversation

ionel-cerghit
Copy link
Contributor

optional parameter 'full' added for ds_list full, which will display
the weight, priority and description of a destination
role of weight and priority briefly explained in documentation, FAQ section

optional parameter 'full' added for ds_list full, which will display
the weight, priority and description of a destination
role of weight and priority briefly explained in documentation, FAQ section
@@ -2110,6 +2123,27 @@ int ds_print_mi_list(struct mi_node* rpl, ds_partition_t *partition)
if(node1 == NULL)
goto error;
}

if (flags & 1) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please define the flag "1" as a macro with the meaning of "full listing"

@ionel-cerghit
Copy link
Contributor Author

Thank you for the comments Bogdan! I made the changes.

bogdan-iancu added a commit that referenced this pull request Jan 11, 2016
dispatcher: add ds_list full mi command, update documentation
@bogdan-iancu bogdan-iancu merged commit 48023d7 into OpenSIPS:master Jan 11, 2016
@ionel-cerghit ionel-cerghit deleted the ds_list_explicit branch June 16, 2016 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants