From: Michael Jerris Date: Thu, 22 Nov 2007 02:42:42 +0000 (+0000) Subject: remove grouchy debug message. X-Git-Tag: v1.0-beta2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34addf8d265f236e25c7291c8b53b1e088d15223;p=thirdparty%2Ffreeswitch.git remove grouchy debug message. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6372 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 495b44ded5..28df47893c 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -327,7 +327,7 @@ static switch_status_t sofia_answer_channel(switch_core_session_t *session) session_timeout = v_session_timeout; } } - printf("GRRXXXXXXXXXXXXX\n%s\n", tech_pvt->local_sdp_str); + nua_respond(tech_pvt->nh, SIP_200_OK, NUTAG_SESSION_TIMER(session_timeout), SIPTAG_CONTACT_STR(tech_pvt->reply_contact),