]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3864 --resolve no philosophical constraint here. Just saying since FS is a b2bua...
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 3 Feb 2012 02:00:46 +0000 (20:00 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 3 Feb 2012 02:00:46 +0000 (20:00 -0600)
src/mod/endpoints/mod_sofia/sofia_presence.c

index 62e7104097c79ab985a0a06b84a1b59475809b61..a34b15f04218df115612698e54fac8bd77173a0d 100644 (file)
@@ -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());
 
 }