]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 17 Nov 2006 18:22:32 +0000 (18:22 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 17 Nov 2006 18:22:32 +0000 (18:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3396 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 162fe5ea98b8296642b127f639a4f18d68b6f21b..c668711fe837324e2cdaa4913097429acb747189 100644 (file)
@@ -982,7 +982,7 @@ static void do_invite(switch_core_session_t *session)
                        tech_pvt->chat_to = tech_pvt->dest;
                        tech_pvt->hash_key = switch_core_session_strdup(tech_pvt->session, hash_key);
                        switch_core_hash_insert(tech_pvt->profile->chat_hash, tech_pvt->hash_key, tech_pvt);
-                       
+                       free(e_dest);                   
                }
 
                holdstr = switch_test_flag(tech_pvt, TFLAG_SIP_HOLD) ? "*" : "";
@@ -4165,11 +4165,14 @@ static void sip_r_register(int status,
                                        break;
                                }
                        }
+                       if (!oreg) {
+                               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No Match for Scheme [%s] Realm [%s]\n", scheme, realm);
+                       }
+
                }
        }
 
        if (!oreg) {
-               //switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No Register handle to associate!\n");
                return;
        }