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
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users