- Joined
- Sep 14, 2023
- Messages
- 20
- Reaction score
- 15
Came across this old thread
https://www.3cx.com/community/threads/fyi-twilio-cnam-lookup-how-to.54892/
Has anyone figured out how to get inbound call name to be displayed?
I tried making a custom template modifying the default twilio values to below and no luck yet.
<!-- Gateway / Provider Inbound Parameters -->
<field name="ParameterIn" custom="" parameter="ToUserPart">$CalledNum</field>
<field name="ParameterIn" custom="" parameter="FromDisplayInfo">$CallerName</field>
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerNum</field>
https://www.3cx.com/community/threads/fyi-twilio-cnam-lookup-how-to.54892/
Has anyone figured out how to get inbound call name to be displayed?
I tried making a custom template modifying the default twilio values to below and no luck yet.
<!-- Gateway / Provider Inbound Parameters -->
<field name="ParameterIn" custom="" parameter="ToUserPart">$CalledNum</field>
<field name="ParameterIn" custom="" parameter="FromDisplayInfo">$CallerName</field>
<field name="ParameterIn" custom="" parameter="FromUserPart">$CallerNum</field>