diff options
author | Mamadou DIOP <bossiel@yahoo.fr> | 2016-02-25 00:20:49 +0100 |
---|---|---|
committer | Mamadou DIOP <bossiel@yahoo.fr> | 2016-02-25 00:20:49 +0100 |
commit | 40a8a15df631bbfd55736ba1f521f95fdc4a7e8d (patch) | |
tree | 94206303ab43ce92138a5246b0f03d38e73deeb9 /tinySIP | |
parent | 50dfb4359619563012997bc3ddafb7667741066c (diff) | |
download | doubango-40a8a15df631bbfd55736ba1f521f95fdc4a7e8d.zip doubango-40a8a15df631bbfd55736ba1f521f95fdc4a7e8d.tar.gz |
Update QoS report rate
Set Weight(Q4) to zero
Diffstat (limited to 'tinySIP')
-rwxr-xr-x | tinySIP/src/dialogs/tsip_dialog_layer.c | 4 |
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, ®type)) { - /* 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, ®type)) { - /* There are one or more register dialogs ==> phase-2 */ + /* There is at least one or more register dialogs ==> phase-2 */ goto phase2; } else { |