mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
only ignore events if you matched something on a cp
This commit is contained in:
parent
4feb26d3e8
commit
a14b20af28
@ -379,10 +379,8 @@ static switch_status_t chat_send(switch_event_t *message_event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch_event_destroy(&exten);
|
switch_event_destroy(&exten);
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
status = SWITCH_STATUS_BREAK;
|
status = SWITCH_STATUS_BREAK;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user