View previous topic :: View next topic |
Author |
Message |
rossi.tek at gmail.com Guest
|
Posted: Tue Jun 10, 2008 8:17 pm Post subject: [asterisk-users] Sound files custom path |
|
|
I need to play sound files located outside default asterisk directory.
Is there a way to specify full path?
Regards
MR |
|
Back to top |
|
|
leif.madsen at asteris... Guest
|
Posted: Tue Jun 10, 2008 9:41 pm Post subject: [asterisk-users] Sound files custom path |
|
|
rossi.tek wrote:
Quote: | 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 |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Tue Jun 10, 2008 9:56 pm Post subject: [asterisk-users] Sound files custom path |
|
|
On Tuesday 10 June 2008 21:41:29 Leif Madsen wrote:
Quote: | rossi.tek wrote:
Quote: | 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 |
|
Back to top |
|
|
|