Koozali.org: home of the SME Server

POLYCOM Configuration problem. BLF Busy Lamp Field

Offline bbialy

  • ****
  • 105
  • +0/-0
POLYCOM Configuration problem. BLF Busy Lamp Field
« on: August 28, 2008, 05:42:42 PM »
Hello.
Does anyone ever made BLF function on POLYCOM Phones??

I've SoundPoint IP 650 with attendant console, and try to do BLF - without success.

I've checked and set in sip.cfg

SME has IP address 10.20.30.1
extensions start at 5000

5000 is SoundPoint IP 650
others SoundPoint IP 330

in provision files i setup {btw there is way to add full sip.cfg designed by Polycom. {Just split it in to three parts and and change in POLYCOM X01 definition that config files are
Code: [Select]
CONFIG_FILES="phone$ext.cfg, sip.cfg, sip2.cfg, sip3.cfg"}

look at config files and tell me why it is NOT WORKING  (DAMN)

I can send all config files via e-mail it is more than 300kB.

THNAKS

Code: [Select]
< server voIpProt.server.1.address="10.20.30.1" voIpProt.server.1.port="5060" voIpProt.server.1.transport="TCPpreferred"
...
<outboundProxy voIpProt.SIP.outboundProxy.address="10.20.30.1" voIpProt.SIP.outboundProxy.port="5060" voIpProt.SIP.outboundProxy.transport="TCPpreferred"/>
...
<port>
         <RTP tcpIpApp.port.rtp.filterByIp="0" tcpIpApp.port.rtp.filterByPort="0" tcpIpApp.port.rtp.forceSend="" tcpIpApp.port.rtp.mediaPortRangeStart=""/>
      </port>
...
<feature feature.1.name="presence" feature.1.enabled="1"


and in phone5000.cfg

Code: [Select]
          reg.1.displayName=""
          reg.1.address="5000"
          reg.1.label="5000"
          reg.1.type="private"
          reg.1.lcs=""
          reg.1.thirdPartyName=""
          reg.1.auth.userId="5000"
          reg.1.auth.password="*****"
          reg.1.server.1.address="10.20.30.1"
          reg.1.server.1.port=""
          reg.1.server.1.transport="TCPpreferred"
          reg.1.server.2.transport="TCPpreferred"
          reg.1.server.1.expires=""
          reg.1.server.1.expires.overlap=""
          reg.1.server.1.register=""
          reg.1.server.1.retryTimeOut=""
          reg.1.server.1.retryMaxCount=""
          reg.1.server.1.expires.lineSeize=""
          reg.1.outboundProxy.address="10.20.30.1"
          reg.1.outboundProxy.port="5060"
          reg.1.outboundProxy.transport="TCPpreferred"
...
   <attendant attendant.uri="5000@10.20.30.1"
          attendant.reg="1"/>
Reading with understanding is the hardest thing IN THE WORLD

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: POLYCOM Configuration problem. BLF Busy Lamp Field
« Reply #1 on: August 28, 2008, 08:15:11 PM »
Quote
{btw there is way to add full sip.cfg designed by Polycom.

Yes there is - look at the howto...

http://www.aelintra.com/docs/cgi-bin/view/Main/DocChapter255

Pay particular attention to descriptor files.

Kind Regards

J

Offline bbialy

  • ****
  • 105
  • +0/-0
Re: POLYCOM Configuration problem. BLF Busy Lamp Field
« Reply #2 on: August 29, 2008, 12:05:09 PM »
small missunderstanding
file designed by POLYCOM in spip_ssip_2_2_2_release_sig package has aprox. 156 kB. it is too big to write into selintra database.
if you want to have full sip.cfg in datebase just spilt it into 3 files. [full sections of xml language]. if you want to i can send it to you to provide them on your ftp server.

btw i have last versions od Polycom software. it is newest than you can download from Polycom website.
Maciej
Reading with understanding is the hardest thing IN THE WORLD

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: POLYCOM Configuration problem. BLF Busy Lamp Field
« Reply #3 on: August 29, 2008, 12:24:43 PM »
Yes, please send - we can figure out a way to accomodate it outside the database (perhaps by introducing an include statement or similar.