1 Answers
Hi Larry,
We have that request on the feature request list ( T1758 )
As a work around we can suggest you add Custom, Custom Application like (mcastpage,${EXTEN},1 ):
To create file /etc/asterisk/ombutel/extensions__65_custom.conf and to add there :
[mcastpage]
exten => _167X.,1,NoOp(Multicast paging to ${EXTEN:4})
same => n,Dial(MulticastRTP/basic/224.0.0.1:1234)
Reload asterisk dialplan
asterisk -rx ‘dialplan reload ‘
Set on the IP-Phone the M-cast address
Now when you will dial 1679009 it will start mcast paging
Please login or Register to submit your answer
replied 6 years ago
Would be nice to see the function added to the PBX in order to avoid the latency between the first and last INVITE when a large number of extensions are involved.