• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..06-Sep-2021-

READMEH A D23-Jan-2009570 2316

answer_machine.plH A D04-May-20215.5 KiB192126

nathelper.plH A D04-May-20213.3 KiB10664

stateless_proxy.plH A D04-May-202112.9 KiB440312

README

1answer_machine.pl
2
3* answer machine which can play a welcome message and
4  record calls
5* can handle multiple calls in parallel
6
7stateless_proxy.pl
8
9* not so simple stateless proxy which will forward
10  SIP packets between legs
11* can forward based on destination domain
12* can have registrars on legs and forward to registered
13  clients
14* can do NAT either in-process or together with
15  nathelper.pl
16
17nathelper.pl
18
19* standalone process to rewrite proxy RTP connections
20* works together with stateless_proxy.pl or anything else
21  which uses Net::SIP::NATHelper::Server
22
23