summaryrefslogtreecommitdiffstats
path: root/tinySIP/src/dialogs/tsip_dialog_layer.c
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2016-02-25 00:20:49 +0100
committerMamadou DIOP <bossiel@yahoo.fr>2016-02-25 00:20:49 +0100
commit40a8a15df631bbfd55736ba1f521f95fdc4a7e8d (patch)
tree94206303ab43ce92138a5246b0f03d38e73deeb9 /tinySIP/src/dialogs/tsip_dialog_layer.c
parent50dfb4359619563012997bc3ddafb7667741066c (diff)
downloaddoubango-40a8a15df631bbfd55736ba1f521f95fdc4a7e8d.zip
doubango-40a8a15df631bbfd55736ba1f521f95fdc4a7e8d.tar.gz
Update QoS report rate
Set Weight(Q4) to zero
Diffstat (limited to 'tinySIP/src/dialogs/tsip_dialog_layer.c')
-rwxr-xr-xtinySIP/src/dialogs/tsip_dialog_layer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinySIP/src/dialogs/tsip_dialog_layer.c b/tinySIP/src/dialogs/tsip_dialog_layer.c
index f91dd33..7177507 100755
--- a/tinySIP/src/dialogs/tsip_dialog_layer.c
+++ b/tinySIP/src/dialogs/tsip_dialog_layer.c
@@ -230,11 +230,11 @@ int tsip_dialog_layer_shutdownAll(tsip_dialog_layer_t *self)
tsk_safeobj_lock(self);
if(tsk_list_count(self->dialogs, pred_find_dialog_by_not_type, &regtype)) {
- /* There are non-register dialogs ==> phase-1 */
+ /* There is no register dialogs ==> phase-1 */
goto phase1;
}
else if(tsk_list_count(self->dialogs, pred_find_dialog_by_type, &regtype)) {
- /* There are one or more register dialogs ==> phase-2 */
+ /* There is at least one or more register dialogs ==> phase-2 */
goto phase2;
}
else {
OpenPOWER on IntegriCloud