summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323')
-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 9f6f7f9ae..d7aba8d19 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -205,6 +205,9 @@ int MyH323EndPoint::MakeCall(const PString & dest, PString & token,
*callReference = connection->GetCallReference();
+
+ cout << "Callerid looks like [" << callerid << "]" << endl;
+
if (strlen(callerid))
connection->SetLocalPartyName(PString(callerid));