How would I create a function to play an audio file? I tried the following in hopes that it would work in the same way as the id. [functions] 83=/some/random/wave/file.wav -- ______________________ Kris Kirkland ~ K5KRK ______________________
There are two commands: playback and localplay - not documented on the web pages, but found in the app_rpt.c source code For example [functions] 9911=playback,news1 No file extension on the file name Based on my experience, playback is heard on all connected asterisk nodes, localplay only on the same node where it is being played (although the other nodes remain keyed up) and echolink does not get any audio from *either* of these unless someone happens to key up one of the asterisk nodes while the playback is in progress (weird) Default directory is var/lib/asterisk/sounds With the asterisk add-on MP3 player, it will play MP3 files (made with a proper MP3 encoding program) GL Ken
-----Original Message----- From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users- bounces@ohnosec.org] On Behalf Of Kris Kirkland Sent: Tuesday, February 15, 2011 4:32 PM To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] Function
How would I create a function to play an audio file?
I tried the following in hopes that it would work in the same way as the id.
[functions] 83=/some/random/wave/file.wav
-- ______________________
Kris Kirkland ~ K5KRK ______________________
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (2)
-
Ken -
Kris Kirkland