From: Paul Cadach Date: Fri, 29 Sep 2006 20:43:13 +0000 (+0000) Subject: Fake display name by called number on incoming calls (until passing connected number... X-Git-Tag: 1.4.0-beta3~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ecb66c6b4977ff8da1dd1da37e58ced2b9d28cf;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx index 17d8619b89..dfad8518f8 100644 --- a/channels/h323/ast_h323.cxx +++ b/channels/h323/ast_h323.cxx @@ -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 */