File: README

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 (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