I need to play sound files located outside default asterisk directory. Is there a way to specify full path? Regards MR
rossi.tek wrote:> I need to play sound files located outside default asterisk directory. > Is there a way to specify full path?Sure... just specify the full path.......... exten => s,1,Playback(/path/to/my/file) -- Leif Madsen http://www.leifmadsen.com http://www.oreilly.com/catalog/asterisk
On Tuesday 10 June 2008 21:41:29 Leif Madsen wrote:> rossi.tek wrote: > > I need to play sound files located outside default asterisk directory. > > Is there a way to specify full path? > > Sure... just specify the full path.......... > > exten => s,1,Playback(/path/to/my/file)Just remember to leave off the suffix (.gsm, .ul, .wav, etc.). -- Tilghman