Need help for streaming paging channel with icecast

Hi Experts,

I am trying to stream paging/announcement channel using icecast. I have succeeded by streaming one to one user call by using icecast with the below simple dial plan.

exten = 6001,1,Dial(SIP/6001,30,M(connect-ice))
exten = 6002,1,Dial(SIP/6002,30,M(connect-ice))
[macro-connect-ice]
exten = s,1,Ices(/etc/asterisk/asterisk-ices.xml)

I tried to make a call from zoiper registered with 6001 to another zoiper softphone registered with 6002. Once call is established i can able to listen the conversation from icecast mount point.

Could you please help me to achieve the same in the case of paging and announcement

Could you please some one help me in on this as i am completely blocked due to this

I would say you are using a sufficiently obscure feature that there are likely no relevant experts reading this.

Thanks for the reply david551.

My requirement is simple, just want to stream the paging announcement to any streaming server(here i am using icecast).