@@ -, +, @@ --- C4/SIP/SIPServer.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/C4/SIP/SIPServer.pm +++ a/C4/SIP/SIPServer.pm @@ -1,3 +1,5 @@ +#!/usr/bin/perl + package C4::SIP::SIPServer; use strict; --