projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a2a281
)
add more debug
author
Jeremy McNamara
<jj@nufone.net>
Thu, 24 Jul 2003 17:58:23 +0000
(17:58 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Thu, 24 Jul 2003 17:58:23 +0000
(17:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1215
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/h323/ast_h323.cpp
patch
|
blob
|
history
diff --git
a/channels/h323/ast_h323.cpp
b/channels/h323/ast_h323.cpp
index
d7aba8d
..
0e8d86d
100755
(executable)
--- 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) {