handle multi contact register responses and register timeout better

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9885 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-10-07 22:15:51 +00:00
parent 7a9928f1c3
commit 2a00a3f58b
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -958,7 +958,7 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
gateway->freq, name);
gateway->freq = 3600;
}
gateway->freq -= 2;
gateway->next = profile->gateways;
profile->gateways = gateway;