aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323/ast_h323.cpp')
-rwxr-xr-xchannels/h323/ast_h323.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index da073d770..b5c4c47da 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -877,6 +877,11 @@ int h323_set_alias(struct oh323_alias *alias)
void h323_set_id(char *id)
{
PString h323id(id);
+
+ if (h323debug) {
+ cout << " == Using " << h323id << " as our H.323ID for this call" << endl;
+ }
+
/* EVIL HACK */
endPoint->SetLocalUserName(h323id);
}