Re: [OpenSIPS-Devel] [opensips] dispatcher: add ds_list full mi command, update documentation (#748)

2016-01-11 Thread Bogdan Andrei IANCU
> @@ -1365,7 +1377,7 @@ static struct mi_root* ds_mi_list(struct mi_root* > cmd_tree, void* param) > 9, part_it->name.s, part_it->name.len); > > if (part_node == NULL > - || ds_print_mi_list(part_node, part_it) < 0) { > +

Re: [OpenSIPS-Devel] [opensips] dispatcher: add ds_list full mi command, update documentation (#748)

2016-01-11 Thread Bogdan Andrei IANCU
> @@ -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) { Please define the flag "1"

Re: [OpenSIPS-Devel] [opensips] dispatcher: add ds_list full mi command, update documentation (#748)

2016-01-11 Thread Bogdan Andrei IANCU
Merged #748. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/748#event-511290683___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] dispatcher: add ds_list full mi command, update documentation (#748)

2016-01-11 Thread ionel-cerghit
Thank you for the comments Bogdan! I made the changes. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/748#issuecomment-170584084___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [opensips] dispatcher: add ds_list full mi command, update documentation (#748)

2016-01-08 Thread ionel-cerghit
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 You can view, comment on, or merge this pull request online at: