ICES dialplan issue

Asterisk Version: 16.7.0
OS Version: Debian 10

Hi,

I am trying to listen live call in icecast2 and have setup necessary packages and configurations.

I have below dialplan entries…

[from-sip]
exten => XXXXXXXX,1,Answer()
exten => XXXXXXXX,n,ICES(/tmp/asterisk-ices.xml)
exten => XXXXXXXX,n,Playback(demo-congrats)
exten => XXXXXXXX,n,Hangup()

When i make incoming calls I am able to listen my voice in icecast2 server live stream. But I wanted to listen demo-congrats file defined in next priority where call never reached in many attempts. Is there any way in asterisk dialplan to play file over ICES stream through asterisk dialplan.

ICES application don’t allowing call to reach next priority.
Please help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.