mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
something is crazy here
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1033,6 +1033,9 @@ void h323_native_bridge(const char *token, char *them, char *us)
|
||||
H323Channel *channel;
|
||||
H323Connection *connection = endPoint->FindConnectionWithLock(token);
|
||||
|
||||
|
||||
cout << "Native Bridge: them [" << them << "] us [" << us << "]" << endl;
|
||||
|
||||
if (!connection){
|
||||
cout << "ERROR: No connection active.\n";
|
||||
return;
|
||||
|
@@ -656,7 +656,7 @@ static struct ast_channel *oh323_new(struct oh323_pvt *i, int state, const char
|
||||
tmp->pvt->write = oh323_write;
|
||||
tmp->pvt->indicate = oh323_indicate;
|
||||
tmp->pvt->fixup = oh323_fixup;
|
||||
// tmp->pvt->bridge = ast_rtp_bridge;
|
||||
tmp->pvt->bridge = ast_rtp_bridge;
|
||||
|
||||
/* Set the owner of this channel */
|
||||
i->owner = tmp;
|
||||
|
Reference in New Issue
Block a user