reset rtpip index on reload

This commit is contained in:
Anthony Minessale 2012-10-30 14:22:31 -05:00
parent 4baec06540
commit 3595c528ae
1 changed files with 1 additions and 0 deletions

View File

@ -3597,6 +3597,7 @@ switch_status_t config_sofia(sofia_config_t reload, char *profile_name)
profile->ib_failed_calls = 0;
profile->ob_failed_calls = 0;
profile->shutdown_type = "false";
profile->rtpip_index = 0;
if (xprofiledomain) {
profile->domain_name = switch_core_strdup(profile->pool, xprofiledomain);