aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-12 22:20:12 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-12 22:20:12 +0000
commitae0c417bab71d03310039150ef8563c1b8f89f63 (patch)
tree81054a1c9c220c3f5a784b2d8376b026049a343a /channels/h323/ast_h323.cpp
parentfbbe897bf7fe4841d0ef5d569ab8af363260ff4d (diff)
something is crazy here
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1303 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.cpp')
-rwxr-xr-xchannels/h323/ast_h323.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index 7f50b3613..84ea8f8be 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -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;