- Joined
- Mar 13, 2025
- Messages
- 4
- Reaction score
- 1
Hi all,
I'm deploying multicast paging on Yealink T43U phones using 3CX, and I’ve run into a problem that I can’t seem to resolve.
Thanks in advance,
I'm deploying multicast paging on Yealink T43U phones using 3CX, and I’ve run into a problem that I can’t seem to resolve.
The Situation
- If I manually configure multicast paging through the Yealink Web UI, everything works perfectly:


- The phones send and receive multicast pages
- Paging functions persist and behave correctly
- But this approach requires me to manually configure every phone, and of course:
- On reboot or factory reset, the phones lose all multicast settings
- This isn’t sustainable across a large deployment
The Problem
When I take the exact same working multicast paging settings and hardcode them into the 3CX provisioning template, the phone provisions successfully, but multicast paging no longer works.
Why does manually entering multicast settings through the Web UI work, but provisioning those same values via template fails ?
Here’s what I’m hardcoding in the template:
- # Multicast Paging Configuration
features.multicast_enable = 1
features.accept_paging.enable = 1
features.send_paging.enable = 1
multicast.codec = G711U
multicast.receive_priority.enable = 1
multicast.receive_priority.priority = 10
multicast.listen_address.1.label = Paging Group
multicast.listen_address.1.ip_address = 224.0.0.100:6000
multicast.listen_address.1.channel = 1
multicast.receive.ignore_dnd.priority = 0
multicast.receive.use_speaker = 1
I also configure the line key as follows:
- linekey.1.extension = 1
linekey.1.label = Paging Group
linekey.1.line = 1
linekey.1.type = 24
linekey.1.value = 224.0.0.100:6000
here is the 3cx config for the multicast :

Thanks in advance,