mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Fake display name by called number on incoming calls (until passing connected number/connected name is not implemented)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44034 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -779,6 +779,8 @@ void MyH323Connection::SetCallDetails(void *callDetails, const H323SignalPDU &se
|
||||
}
|
||||
else
|
||||
cd->redirect_reason = -1;
|
||||
|
||||
SetDisplayName(cd->call_dest_e164);
|
||||
}
|
||||
|
||||
/* Convert complex strings */
|
||||
|
Reference in New Issue
Block a user