search for: psin

Displaying 2 results from an estimated 2 matches for "psin".

Did you mean: pin
2002 Aug 10
2
ps2pdf "Print command" script trouble
...the pdf file in the directory specified. # It needs the following arguments: # ARG1 $filename %s # ARG2 $targetdir %H #======================================================== use strict; if ($#ARGV == 1) { my ($filename,$targetdir) = @ARGV; my $psin = "/usr/spool/public/" . $filename; my $pdfout = $targetdir . "/" . $filename . ".pdf"; my $rc = 0xffff & system("/usr/local/bin/ps2pdf $psin $pdfout"); my $message; if ($rc == 0) { $message = &qu...
2004 Jul 30
1
SIP connections do not hang up
...one. I hope anyone can help me! Thanx in advance, Florian PS: Hanging up when using CAPI instead of SIP works perfectly... ==================================== sip.conf: [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind SIP channel to context = psin ; Default context for incoming calls tos=lowdelay ; IP QoS parameter, either keyword or value maxexpirey=3600 ; Max length of incoming registration we allow defaultexpirey=120 ; Default length of incoming/outoing registration disallow=all...