FS-3422 --resolve typo

This commit is contained in:
Jeff Lenk 2011-07-14 09:42:33 -05:00
parent 2932c1fa17
commit 6925af68e0
1 changed files with 1 additions and 1 deletions

View File

@ -3636,7 +3636,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
profile->client_rport_level = 1;
} else if (val && !strcasecmp(val, "server-only")) {
profile->client_rport_level = 0;
profile->client_rport_level = 1;
profile->server_rport_level = 1;
} else if (switch_true(val)) {
profile->server_rport_level = 2;
profile->client_rport_level = 1;