aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-24 17:58:23 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-24 17:58:23 +0000
commit6ef012686bfae177baa732e0e502a403f5386c76 (patch)
tree48f934bdf5f3de896a58812b4079054f02281e5d /channels/h323/ast_h323.cpp
parent878af534597d337d7ae94f9ba0672a5fcacf7c02 (diff)
add more debug
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1215 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/ast_h323.cpp')
-rwxr-xr-xchannels/h323/ast_h323.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index d7aba8d19..0e8d86d95 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -205,12 +205,12 @@ int MyH323EndPoint::MakeCall(const PString & dest, PString & token,
*callReference = connection->GetCallReference();
-
- cout << "Callerid looks like [" << callerid << "]" << endl;
-
- if (strlen(callerid))
+ if (strlen(callerid)) {
+ cout << "Setting callerid: [" << callerid << "]" << endl;
connection->SetLocalPartyName(PString(callerid));
-
+ } else {
+ cout << "Callerid NOT SET!" << endl;
+ }
connection->Unlock();
if (h323debug) {