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
1.6.0
Olle Johansson 19 years ago
parent 7928888ecd
commit 5059be57bf

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

Loading…
Cancel
Save