Patch sip-redirect-0.1.2 for Debian
sip-redirect
A simple SIP redirect server in perl providing:
- regex SIP URI forwarding
- udp and udp6 support
Get it here (weird download method warning!) http://ftp.robert-scheck.de/linux/sip-redirect/
Patch for Debian
The patch makes the following changes:
- Debian-style initscript
- Adds /etc/defaults file
- Creates and runs daemon as sip-redirect user
- Installs log file as user sip-redirect, group adm
Download
http://markferry.net/code/sip-redirect-0.1.2-yuggoth.patch
Apply
tar -xzvf sip-redirect-0.1.2.tar.gz
cd sip-redirect-0.1.2
patch -p1 < ../sip-redirect-0.1.2-yuggoth.patch
- Make sure you check the makefile changes before installing.