Skip to content
Snippets Groups Projects
Commit 5059be57 authored by Olle Johansson's avatar Olle Johansson
Browse files

Removing code that wasn't supposed to be there at all, only at an experimental stage

before I found another solution. Thanks Kevin, for reminding me.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100741 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7928888e
No related branches found
No related tags found
No related merge requests found
......@@ -14400,10 +14400,6 @@ static void handle_response_invite(struct sip_pvt *p, int resp, char *rest, stru
manager_event(EVENT_FLAG_SYSTEM, "ChannelUpdate",
"Channel: %s\r\nChanneltype: %s\r\nUniqueid: %s\r\nSIPcallid: %s\r\nSIPfullcontact: %s\r\nPeername: %s\r\n",
p->owner->name, p->owner->uniqueid, "SIP", p->callid, p->fullcontact, p->peername);
/* Set bridged channel variable */
bridgepeer = ast_bridged_channel(p->owner);
if (bridgepeer)
pbx_builtin_setvar_helper(bridgepeer, "SIP_BRIDGED_CALLID", p->callid);
} else { /* RE-invite */
ast_queue_frame(p->owner, &ast_null_frame);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment