1. Brekeke Product Name and version:2.2.6.2
2. Java version:6
3. OS type and the version:Vista Bussiness
4. UA (phone), gateway or other hardware/software involved:
5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
6. Your problem:
I see that when one extension calls another one, the phone's LCD screen displays the extension number is calling, how it is possible to configure in order the LCD screen shows the extension name of the extension caller?
Thanks
Display Name extension on LCD Phone
Moderator: Brekeke Support Team
-
- Posts: 107
- Joined: Wed Mar 04, 2009 12:57 pm
- Location: Medellin,Colombia
-
- Posts: 107
- Joined: Wed Mar 04, 2009 12:57 pm
- Location: Medellin,Colombia
You may find a sample DialPlan rule in
http://www.brekeke-sip.com/download/bss ... lan_en.pdf
http://www.brekeke-sip.com/download/bss ... lan_en.pdf
shows the extension name
use a dial plan such as
$request=^INVITE
$geturi(From)=(sip:9876@.+)
From="Tom"<%1>
$replaceuri=true
this will cause ext. 9876 to be displayed as Tom and still show the ext. number
$request=^INVITE
$geturi(From)=(sip:9876@.+)
From="Tom"<%1>
$replaceuri=true
this will cause ext. 9876 to be displayed as Tom and still show the ext. number
Larry