File: README

package info (click to toggle)
libnet-sip-perl 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 720 kB
  • ctags: 328
  • sloc: perl: 7,312; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
answer_machine.pl

* answer machine which can play a welcome message and
  record calls
* can handle multiple calls in parallel

stateless_proxy.pl

* not so simple stateless proxy which will forward
  SIP packets between legs
* can forward based on destination domain
* can have registrars on legs and forward to registered
  clients
* can do NAT either in-process or together with 
  nathelper.pl 

nathelper.pl 

* standalone process to rewrite proxy RTP connections
* works together with stateless_proxy.pl or anything else
  which uses Net::SIP::NATHelper::Server