Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: mod_local_stream
-
Labels:None
-
Platform:Linux x86/gcc
-
FreeSWITCH GIT Revision:76c3580e83e70ebe592169b3d8e9cb2847f62951
-
Reproduced with GIT HEAD?:yes
Description
Currently in order to detect when localstream play starts/stops on a channel you must listen for PLAYBACK_START and PLAYBACK_STOP events which are triggered for any sound file playback. I only need to listen for localstream events and there is no way to filter the PLAYBACK_START and PLAYBACK_STOP for just localstream. As a result I must parse the 'Playback-File-Path' header of each PLAYBACK_START/PLAYBACK_STOP event for 'localstream'
This causes extra (and unnecessary) over head for the ESL script I've written.
This causes extra (and unnecessary) over head for the ESL script I've written.