summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-07-24 17:58:23 +0000
committerJeremy McNamara <jj@nufone.net>2003-07-24 17:58:23 +0000
commitd218619e350bd682708445c5ce5a4e584cbf81c7 (patch)
tree48f934bdf5f3de896a58812b4079054f02281e5d /channels
parent4a2a281c326e98f5910ccc2a31e17933494e0a03 (diff)
add more debug
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1215 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-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) {