Displaying 1 result from an estimated 1 matches for "cidrewrit".
Did you mean:
cidrewrite
2005 Jan 17
0
Multiple Line Caller Id With Polycom IP500
...hat did not work, not that I really expected it to.
It is displaying the correct information, just no spacing between the
output on the display of the phone.
Does anybody know if this is possible with the Polycom phones, or even
possible at all?
This is how I'm attempting to do it:
[macro-cidrewrite]
exten => s,1,NoOp
exten => s,2,SetVar(REWRITECALLS=${MACRO_CONTEXT} ${CALLERIDNAME}
${CALLERIDNUM})
exten => s,3,SetCIDName(${REWRITECALLS})
exten => s,4,Dial(${ARG2},15)
exten => s,5,Voicemail(u${ARG1})
exten => s,6,Hangup
exten => s,103,Voicemail(b${ARG1})
exten => s,10...