siproc

A primitive SIP client that spawns processes for each call
git clone git://xatko.vsos.ethz.ch/siproc.git
Log | Files | Refs

commit 3e3f42f05f93d9950856d05dd4ee123512fc1059
parent 1b54770e4739dc5fd18e2356f38a689fbdfa7236
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sat, 31 Aug 2019 15:34:09 +0200

Explain the PLAY command a bit better.

Diffstat:
Readme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md @@ -48,7 +48,7 @@ The following commands are supported: * `HANGUP`: Hang up a call * `TRANSFER sip:contact@remote`: Redirect a call * `DTMF string`: Dial the DTMF tones of each character in `string` -* `PLAY /path/to/file.wav`: Play a file +* `PLAY </path/to/file.wav>`: Play a file. Multiple files can be played at the same time. * `STOP`: Stop the file that has been added last. * `MESSAGE <msg>`: Send a SIP message to the remote side