Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

siproxd(8) [debian man page]

siproxd(8)							Debian Distribution							siproxd(8)

NAME
siproxd - SIP Registrar/Proxy/Redirect Server SYNOPSIS
siproxd [OPTIONS] OPTIONS
-h, --help Help Display -d, --debug <pattern> Debugging -c, --config <configuration file> Use specified Config file -p, --pid-file <pidfile> Create specified pidfile (overwrites if exists) DESCRIPTION
This program is generally used to handle SIP telephony. It works well behind for clients behind a nat and can proxy for them. It can also be used as a sip registrar for internet telephony. FILES
/etc/siproxd.conf General Configuration File /etc/siproxd_passwd.cfg Password file siproxd Sip Server SEE ALSO
To ENABLE siproxd change the 0 to a 1 in /etc/default/siproxd. kphone(1), linphone(1) BUGS
Contact Thomas Ries <tries@users.sourceforge.net> or Dan Weber <dan@mirrorlynx.com>, for any bugs with this program. AUTHOR
This manpage was written by Dan Weber <dan@mirrorlynx.com>, 2004 MirrorLynx 2004-02-15 siproxd(8)

Check Out this Related Man Page

Net::SIP::Redirect(3pm) 				User Contributed Perl Documentation				   Net::SIP::Redirect(3pm)

NAME
Net::SIP::Redirect - Send redirect to Requests based on lookup at a registrar SYNOPSIS
my $reg = Net::SIP::Registrar->new(...); my $redir = Net::SIP::Redirect( dispatcher => $dispatcher, registrar => $reg, ); DESCRIPTION
This package implements a simple redirection of Requests using the information provided by a registrar. CONSTRUCTOR
new ( %ARGS ) This creates a new redirect object, %ARGS can have the following keys: dispatcher Net::SIP::Dispatcher object manging the registar. Mandatory. registrar Registrar object. This is an object like a Net::SIP::Registrar, which has a "query(address)" method which returns a list of contacts. METHODS
receive ( PACKET,LEG,FROM ) PACKET is the incoming packet, LEG is the Net::SIP::Leg where the packet arrived and FROM is the "ip:port" of the sender. Responses will be send back to the sender through the same leg. Called from the managing Net::SIP::Dispatcher object if a new packet arrives. Will return "()" and ignore the packet if it's an REGISTER request. For Requests it will query the registrar and return either "302 Moved Temporarily" with the list of contacts or "404 Not found" if the address is not registered. perl v5.14.2 2010-05-31 Net::SIP::Redirect(3pm)
Man Page

We Also Found This Discussion For You

1. UNIX for Dummies Questions & Answers

tcpdump - stealing storage

Hello, I hope someone can explain something to me just so I can understand why this took place: We have Avaya telephony servers that are running RHEL 5 on them. A week ago, callers were dialing into the server and could not hear a ".wav" file that was supposed to be played in an AVP IVR. ... (1 Reply)
Discussion started by: truecall
1 Replies