Displaying 2 results from an estimated 2 matches for "07xxxxxx911".
2015 Jan 26
3
Dialing from phonebook, and hiding the dialed number from the user.
Hi,
does anyone have a recommendation for a SIP phone, which
allows dialing from a phonebook, and hiding the dialed number
from the end users? Also from the call history of course.
It seems Mitel can do this, and I have a use case where this is
a requirement.
Thanks,
Antonio
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jan 27
0
Dialing from phonebook, and hiding the dialed number from the user.
...grew up, using their old 4-digit phone numbers (even though those
numbers have now grown to 6 digits, and I have moved across an STD code
boundary). Also I have a friend whose mobile number ended with 911, so it was
too delicious to avoid using that as an alias;
exten => 911,1,Dial(${GSM}/07xxxxxx911)
exten => 911,n,Hangup()
exten => _[23]XXX,1,Dial(${GSM}/0128373${EXTEN})
exten => _[23]XXX,n,Hangup()
If you need many aliases and this is going to look messy in your dialplan, you
could always use an AGI script to look up the number in a database.
--
AJS
Note: Originating address...