git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3130 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-10-21 01:20:46 +00:00
parent 4770a54d37
commit 59f3204d61
2 changed files with 10 additions and 3 deletions
+4 -2
View File
@@ -2127,8 +2127,10 @@ static void sip_i_message(int status,
const char *subject = "n/a";
char *msg = NULL;
if (strstr((char*)sip->sip_content_type->c_subtype, "composing")) {
return;
if (sip->sip_content_type) {
if (strstr((char*)sip->sip_content_type->c_subtype, "composing")) {
return;
}
}
if (from) {