aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-29 20:43:13 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-29 20:43:13 +0000
commit62fe7dade0fb212b13fd378252367115764bf654 (patch)
tree7c1017a802cc260439b0a2d5c0ff5bb059e0b524 /channels/h323
parente2d66d8fe4d2cd348dc8d408c3cc90a31a2aa83b (diff)
Fake display name by called number on incoming calls (until passing connected number/connected name is not implemented)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44034 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/ast_h323.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index 17d8619b8..dfad8518f 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 */