Wed Feb 11 14:51:48 CST 2009 Pekka Pessi <first.last@nokia.com>

* nua_i_network_changed: use NUTAG_DETECT_NETWORK_UPDATES() preference



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11941 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-02-12 21:07:50 +00:00
parent dded4ad263
commit c27cb514a9
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
Thu Feb 12 15:07:01 CST 2009
Thu Feb 12 15:07:42 CST 2009

View File

@ -1232,7 +1232,9 @@ static
void nua_network_changed_cb(nua_t *nua, su_root_t *root)
{
uint32_t nw_updates = NUA_NW_DETECT_TRY_FULL;
uint32_t nw_updates;
nw_updates = nua->nua_prefs->ngp_detect_network_updates;
switch (nw_updates) {
case NUA_NW_DETECT_ONLY_INFO: