reset rtpip index on reload
This commit is contained in:
parent
4baec06540
commit
3595c528ae
|
@ -3597,6 +3597,7 @@ switch_status_t config_sofia(sofia_config_t reload, char *profile_name)
|
||||||
profile->ib_failed_calls = 0;
|
profile->ib_failed_calls = 0;
|
||||||
profile->ob_failed_calls = 0;
|
profile->ob_failed_calls = 0;
|
||||||
profile->shutdown_type = "false";
|
profile->shutdown_type = "false";
|
||||||
|
profile->rtpip_index = 0;
|
||||||
|
|
||||||
if (xprofiledomain) {
|
if (xprofiledomain) {
|
||||||
profile->domain_name = switch_core_strdup(profile->pool, xprofiledomain);
|
profile->domain_name = switch_core_strdup(profile->pool, xprofiledomain);
|
||||||
|
|
Loading…
Reference in New Issue