- Joined
- Jul 19, 2023
- Messages
- 68
- Reaction score
- 15
I don't get caller id name on incoming calls on default template in v20. i get calling number twice instead of name and number . i think the problem is in the no auth default template.
two FromUserPart:
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerName</field>
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerNum</field>
i think it should be this:
<field name="ParameterIn" custom="" parameter="FromDisplayName">$CallerName</field>
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerNum</field>
i am trying to fix the template but when i try and upload the template i get this error. can anyone tell me what i am doing wrong.

two FromUserPart:
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerName</field>
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerNum</field>
i think it should be this:
<field name="ParameterIn" custom="" parameter="FromDisplayName">$CallerName</field>
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerNum</field>
i am trying to fix the template but when i try and upload the template i get this error. can anyone tell me what i am doing wrong.
