Thanks for the input ill have a go at this tomorrow.Playing audio should be easy with this, or similar:
<action application="playback" data="voicemail/vm-that_was_an_invalid_ext.wav"/>
I have not yet successfully sent SMS to yealink devices via command line or dialplan. Let me know if you do figure that out as perhaps it may be useful in certain circumstances.
In your dialplan I would recommend that you do not block calls out to urgent and emergency services.
Still cant get it to work I tried thisPlaying audio should be easy with this, or similar:
<action application="playback" data="voicemail/vm-that_was_an_invalid_ext.wav"/>
I have not yet successfully sent SMS to yealink devices via command line or dialplan. Let me know if you do figure that out as perhaps it may be useful in certain circumstances.
In your dialplan I would recommend that you do not block calls out to urgent and emergency services.
Thanks for the help Ill try and give that a go today at some point.Try playback like thisbellow, ensuring your file path and file are correct:
<action application="playback" data="file_string:///var/lib/freeswitch/recordings/test.synphony.co.uk/recording.wav"/>
If the dialplan still does not work then temporarily edit your testing domain's *9664 dialplan by changing the "$${hold_music}" with the above "file_string..........". Then dial *9664 from that domain. Listen for recording.wav audio and watch active calls page for recording.wav.
If you do not hear recording.wav and do not see recording that wave on active calls page then you know you have incorrect characters/spelling in your playback variables.
If you do hear and see recording.wav playing then you know that component of the dial plan you are building is correct.