From d218619e350bd682708445c5ce5a4e584cbf81c7 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Thu, 24 Jul 2003 17:58:23 +0000 Subject: [PATCH] add more debug git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1215 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/ast_h323.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp index d7aba8d19b..0e8d86d954 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) {