aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-08-02 11:52:57 +0000
committerrodri <rgl@antares-labs.eu>2023-08-02 11:52:57 +0000
commitd63fbe6cd5e055b40ae8e4aa209b9aef07074f8b (patch)
tree8f95cd27805f675d7410b6c7026b60e8e2502b2c /readme.md
parent489c503c2594f88d29d50b788915cf1ba74f66ac (diff)
downloadcatphone-front.tar.gz
catphone-front.tar.bz2
catphone-front.zip
wrote a readme. removed unnecessary Hdr**.HEADfront
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index e69de29..a70a116 100644
--- a/readme.md
+++ b/readme.md
@@ -0,0 +1,25 @@
+# Catphone
+
+A VoIP softphone operated by a cat.
+
+## Roadmap
+
+- [ ] SIP
+ - [x] REGISTER
+ - [x] MD5
+ - [ ] SHA-2
+ - [ ] INVITE
+- [ ] SDP
+- [ ] RTP/RTCP
+- [ ] Codecs
+ - [ ] G.711
+ - [ ] PCMU (ยต-law)
+ - [ ] PCMA (a-law)
+
+## References
+
+- rfc3261 - SIP: Session Initiation Protocol
+- rfc8760 - The Session Initiation Protocol (SIP) Digest Access Authentication Scheme
+- rfc5626 - Managing Client-Initiated Connections in the Session Initiation Protocol (SIP)
+- rfc8866 - SDP: Session Description Protocol
+- rfc3264 - An Offer/Answer Model with the Session Description Protocol (SDP)