From: Anthony Minessale Date: Fri, 3 Feb 2012 02:00:46 +0000 (-0600) Subject: FS-3864 --resolve no philosophical constraint here. Just saying since FS is a b2bua... X-Git-Tag: v1.2-rc1~19^2^2~68^2~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e07f8af1953193dbe513baad99ee9f9df48abe;p=thirdparty%2Ffreeswitch.git FS-3864 --resolve no philosophical constraint here. Just saying since FS is a b2bua the message really does terminate at US but its find to do 202 per this patch --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 62e7104097..a34b15f042 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3972,7 +3972,7 @@ void sofia_presence_handle_sip_i_message(int status, end: - nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS_MSG(de->data->e_msg), TAG_END()); + nua_respond(nh, SIP_202_ACCEPTED, NUTAG_WITH_THIS_MSG(de->data->e_msg), TAG_END()); }