File: TODO

package info (click to toggle)
libnet-sip-perl 0.838-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: perl: 11,988; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


= TODO later

- forward keep-alive \r\n in TCP in stateless proxy. See RFC 5626 4.4.1
- support TLS
- Redirect only specific domains, ignore rest so that it can be
  chained with proxy for the rest
- document dns_host2ip and dns_domain2srv in Net::SIP::Dispatcher
- do not look up tcp in Dispatcher::resolve_uri  if we have no leg
  which can do tcp
- more tests
- more documentation
  * samples for integration with other loops