mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
try this crazy idea to make callerid work with no name
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1216 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -206,11 +206,8 @@ int MyH323EndPoint::MakeCall(const PString & dest, PString & token,
|
||||
*callReference = connection->GetCallReference();
|
||||
|
||||
if (strlen(callerid)) {
|
||||
cout << "Setting callerid: [" << callerid << "]" << endl;
|
||||
connection->SetLocalPartyName(PString(callerid));
|
||||
} else {
|
||||
cout << "Callerid NOT SET!" << endl;
|
||||
}
|
||||
}
|
||||
connection->Unlock();
|
||||
|
||||
if (h323debug) {
|
||||
|
||||
Reference in New Issue
Block a user