Archived
14
0
Fork 0

remove a duplicate manager event

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89710 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-11-27 20:17:36 +00:00
parent d0bcdac211
commit 663c870286

View file

@ -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;
}