[Asterisk-Users] Polycom display variable

Kib Eki kibeki at gmx.net
Thu Jun 23 08:11:46 MST 2005


This works for me:

to display the following on the polycom phone:
From: Support-Group
xxxxxxxxxxxxxxxxx                                             
<<----------- the caller id number

you can use the following code in extension.conf:
exten => 301, 1, Dial(SIP/456&SIP/455&SIP/457, 30)
exten => 301, 2, SetVar(foo="* Support-Group *" <${CALLERIDNUM}>)
exten => 301, 3, SetCallerID(${foo})
exten => 301, 4, Dial(SIP/705)
exten => 301, 5, Hangup




Kib Eki wrote:

> Hi,
>
> does anyone know what Asterisk variable must be set to manipulate the 
> line under "From:"-line with a polycom 500 ip phone?
>
> Thanks + regards,
> Kib
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
>




More information about the asterisk-users mailing list