mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3130 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user