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:
Jeremy McNamara
2003-08-12 22:20:12 +00:00
parent 4fbe072aa4
commit 71fd88b931
2 changed files with 4 additions and 1 deletions

View File

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

View File

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