diff --git a/README.md b/README.md index fb60076..bedf1a0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,63 @@ pylinphone === +Currently implemented Features: +* register a new account (`register`) +* check status for an registered account (`register-status` and `register-info`) +* event-queue polling and onEvent functions (`pop-event`) +* answer an incoming call (`accept`) + + +Features supported by the unix socket (linphone deamon): +``` +adaptive-jitter-compensation [audio|video] [enable|disable] +answer +audio-codec-disable ||ALL +audio-codec-enable ||ALL +audio-codec-get | +audio-codec-move | +audio-codec-set | +audio-stream-start +audio-stream-stats +audio-stream-stop +auth-infos-clear |ALL +autovideo on|off +call [--early-media] +call-mute 0|1 +call-pause [] +call-resume [] +call-stats [] +call-status [] +call-transfer | +cn [enable|disable] +conference add|rm|leave|enter +config-get
+config-set
+contact or contact +dtmf +firewall-policy [none|nat|stun|ice|upnp] [
] +help [] +incall-player-pause [] +incall-player-resume [] +incall-player-start [] +incall-player-stop [] +ipv6 [enable|disable] +jitter-buffer [audio|video] [size ] +jitter-buffer-reset call|stream [audio|video] +media-encryption [none|srtp|zrtp] +message +msfilter-add-fmtp call|stream +netsim [enable|disable|parameters] [] +play-wav +pop-event +port [sip|audio|video] [] [udp|tcp|tls] +ptime [up|down] [] +quit +register [] [] [] [] +register-info |ALL +register-status |ALL +terminate [] +unregister |ALL +version +video [call_id] +videosource cam|dummy [] +``` \ No newline at end of file