git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12978 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-04-09 22:43:00 +00:00
parent ccd22e8029
commit bfd074ca1c
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ void sofia_handle_sip_i_notify(switch_core_session_t *session, int status,
error:
if (sip->sip_event && sip->sip_event->o_type && !strcasecmp(sip->sip_event->o_type, "message-summary")) {
if (sip && sip->sip_event && sip->sip_event->o_type && !strcasecmp(sip->sip_event->o_type, "message-summary")) {
/* unsolicited mwi, just say ok */
nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS(nua), TAG_END());
} else {