From: Anthony Minessale Date: Tue, 30 Oct 2012 19:22:31 +0000 (-0500) Subject: reset rtpip index on reload X-Git-Tag: v1.3.1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3595c528aeae748cb98dbfc24d41ee71cd7ed6c3;p=thirdparty%2Ffreeswitch.git reset rtpip index on reload --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index a6e22653f5..9118c874e2 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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);