1. Brekeke Product Name and version:
2. Java version:
3. OS type and the version:
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:
Hi, I am using mtpbx. Is there a way to have extensions show name as well as number when intercom ing within the tenant? Right now only number shows up. Also I am unable to light the message waiting lamp on linksys phones. The light lamps with polycoms but nit with linksys. I have tried switching the extensions around but still no luck.
Internal extension name and number
Moderator: Brekeke Support Team
Internal extension name and number
Thanks,
Chris
Chris
to show name for calls between extensions
create an ARS pattern-out for calls between extensions and use ARS plugin and notes like below
http://www.brekeke-sip.com/bbs/viewtopi ... ght=lookup
MWI on linksys phone, set pbx ip to "voice mail server" field at linksys phone each ext and reboot phone
create an ARS pattern-out for calls between extensions and use ARS plugin and notes like below
http://www.brekeke-sip.com/bbs/viewtopi ... ght=lookup
MWI on linksys phone, set pbx ip to "voice mail server" field at linksys phone each ext and reboot phone
if your pbx extensions all have prefix 2 like: 200, 201, 202...
the ars pattern-out is like
matching patterns:
From: sip:(2.+)@(.+)
To: sip:2.+@
plugin: lookup
param: note_name,&f1
return: (.+)
set pattern-out deploy pattern
From: "&p1"<sip:$1@$2>
To: no additional settings
&p1 is return value from lookup plugin
the ars pattern-out is like
matching patterns:
From: sip:(2.+)@(.+)
To: sip:2.+@
plugin: lookup
param: note_name,&f1
return: (.+)
set pattern-out deploy pattern
From: "&p1"<sip:$1@$2>
To: no additional settings
&p1 is return value from lookup plugin