[A*UG] Polycom and Caller ID
Jim Freeze
asterisk at freeze.org
Sat Jul 24 21:58:41 CDT 2010
I am trying to get Polycom 550 phones to display callerid name and
callerid number.
I swear I have done this in the past, but it is not working now.
I have a polycom 550 phone with spip 3.2.3 and bootrom 4.3.0.
My dialplan is simple:
exten => _6825,1,Answer()
exten => _6825,n,Set(CALLERID(name)="555(fred)")
When a call comes in, the polycom 550 display shows the call info on
two lines. The first line is for the name, the second line is for the
number (unless reversed).
The above dialplan shows the callerid num on both lines.
If I blank out the number with the following diaplan:
exten => _6825,1,Answer()
exten => _6825,n,Set(CALLERID(name)="555(fred)")
exten => _6825,n,Set(CALLERID(num)=)
I get the callerid name displayed on the first line and 'asterisk' on
the second line.
Anyone know what I am doing wrong?
--
Jim Freeze
More information about the Austin-Asterisk-Users-Group
mailing list