aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-24 17:39:32 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-24 17:39:32 +0000
commit1fbade3675243c84068d233057f2909785d9786f (patch)
tree7a65aa75cefafba1952f5f5a547ffbb40a7b7777 /channels/h323/ast_h323.cpp
parentc0f7f1412b1dc966f29d4034c52f5d50aeaec543 (diff)
add some debug to see what callerid is doing
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1212 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 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));