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 (25 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (2)
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
This directory contains some examples for using Net::SIP.

invite_and_recv.pl
- invite peer, recv RTP data and store them inside file
- can register
- can deal with upstream proxy
- can handle authorization against proxy/registrar
- see -h|--help for more information

invite_and_send.pl
- similar to invite_and_recv, but does send files to other party
- can handle multiple files by using re-INVITEs
- see -h|--help for more information

test_registrar_and_proxy.pl
- simple application which works as a registrar and proxy
- see comments on top of the short file for more information

3pcc.pl
- third party call control, e.g. invites 1st party w/o sending SDP
  body, invites 2nd party with SDP body from 1st and then re-INVITES
  1st party with SDP from 2nd

bench/*
- programs for benchmarking, see bench/README