]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
process reinvite
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 30 Sep 2006 19:22:53 +0000 (19:22 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 30 Sep 2006 19:22:53 +0000 (19:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2903 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index b3735ac77a4775f8c689746a250b5d2101d38c30..6b66858f4a551065e6b0d8b30f4ec364a875b54a 100644 (file)
@@ -1795,7 +1795,7 @@ static void sip_i_state(int status,
                        set_local_sdp(tech_pvt);
                        tech_set_codec(tech_pvt);
                        switch_set_flag_locked(tech_pvt, TFLAG_REINVITE);
-                       printf("WOOHOO REINVITE!\n");
+                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Processing Reinvite\n");
                }
                break;
        case nua_callstate_ready: