help 460 B

123456789101112131415
  1. #!/bin/sh
  2. cat << EOF
  3. Usage: run this docker image with name of script and its arguments, i.e.:
  4. docker run phone alice 12345 - will call 12345 using SIP account of alice.
  5. Available scripts:
  6. ------------------
  7. dial account_name destination - dial given destination from selected account;
  8. register account_name - just performs SIP register and waiting for user input
  9. auto-answer account_name - same as 'register', but will auto-answer calls
  10. EOF