aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: a70a1169bd345c082d297ee3e67d0dec0d8d13db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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)