Skip to content
Snippets Groups Projects
Commit 062327c9 authored by Russell Bryant's avatar Russell Bryant
Browse files

remove a duplicate manager event

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89710 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d2b29df4
Branches
Tags
No related merge requests found
...@@ -4743,10 +4743,6 @@ static struct ast_channel *sip_new(struct sip_pvt *i, int state, const char *tit ...@@ -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", "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); 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; return tmp;
} }
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment