<tt><font size=2>> Hi,</font></tt>
<br><tt><font size=2>> <br>
> does anyone have a recommendation for a SIP phone, which</font></tt>
<br><tt><font size=2>> allows dialing from a phonebook, and hiding the
dialed number</font></tt>
<br><tt><font size=2>> from the end users? Also from the call history
of course.</font></tt>
<br><tt><font size=2>> <br>
> It seems Mitel can do this, and I have a use case where this is</font></tt>
<br><tt><font size=2>> a requirement.</font></tt>
<br>
<br><tt><font size=2>I don't know about a phone that can do that, but I
can give you another possibility that might be an acceptable substitute.</font></tt>
<br>
<br><tt><font size=2>You could alias the numbers in the phone so that in
Asterisk they do something different. In the phonebook you would have something
like: Bob Smith: 1000. Then in Asterisk, you have as part of your dialplan
that 1000 would dial Bob Smith's real number. The user of the phone would
only ever see the number 1000 associated with Bob Smith. The history would
still be there in the phone, but again, it would just show 1000 as well.</font></tt>
<br>
<br><tt><font size=2>How far you take this would depend somewhat on how
often the underlying numbers change. You could hard code the numbers in
your Asterisk dialplan or you could plug them into a database so that they
are easier to change in the future. Would that work for what you need?</font></tt>