diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 16c2e18e84..358d4cf9d0 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -4743,10 +4743,6 @@ static struct ast_channel *sip_new(struct sip_pvt *i, int state, const char *tit "Channel: %s\r\nUniqueid: %s\r\nChanneltype: %s\r\nSIPcallid: %s\r\nSIPfullcontact: %s\r\n", tmp->name, tmp->uniqueid, "SIP", i->callid, i->fullcontact); - manager_event(EVENT_FLAG_SYSTEM, "ChannelUpdate", - "Channel: %s\r\nUniqueid: %s\r\nChanneltype: %s\r\nSIPcallid: %s\r\nSIPfullcontact: %s\r\n", - tmp->name, tmp->uniqueid, "SIP", i->callid, i->fullcontact); - return tmp; }