php - Stream sound file to an asterisk user? -


i’m trying stream sound file (.wave) asterisk (sip) user or user set.

do have ideas?

thank in advance

sound file should in exact format bellow uncompressed files

pcm uncompressed 8khz mono  

any other format skipped.

also should not include file extension in command, asterisk select suitable file(can more 1 format same name , different extensions, example file.g729 in g729 codec).

for start play system file, example "beep".

any asterisk book have examples , description how that. can recommend orelly's "asterisk future of telephony" book.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -