Displaying 2 results from an estimated 2 matches for "linestat".
Did you mean:
linestats
2011 Jul 12
1
installation of package 'mapproj' had non-zero exit status
...ld2
f convert.awk < world.line > world2.line
/bin/bash: f: command not found
make: [world2.line] Error 127 (ignored)
make county.L state.L usa.L nz.L world.L world2.L italy.L france.L
make[1]: Entering directory `/tmp/RtmpssTER5/R.INSTALL21eb6525/maps/src'
./Lmake 0 s b county.line county.linestats ../inst/mapdata/county.L
./Lmake 0 s b state.line state.linestats ../inst/mapdata/state.L
./Lmake 0 s b usa.line usa.linestats ../inst/mapdata/usa.L
./Lmake 0 s b nz.line nz.linestats ../inst/mapdata/nz.L
./Lmake 0 s b world.line world.linestats ../inst/mapdata/world.L
./Lmake 0 s b world2.line wo...
2009 Jun 04
2
broken pipe in perl agi
...or: Broken pipe" when I
try to run it from the dialplan. Here is my dialplan snippet;
[macro-stdexten]
exten => s,1,Set(__DYNAMIC_FEATURES=${FEATURES})
exten => s,n,GotoIf($[${FOLLOWME_${ARG1}} = 1]?5:3)
exten => s,n,Noop(dial $ARG1 after checking sippeer)
exten => s,n,Set(LINESTAT=Idle)
exten => s,n,AGI(hintcheck.agi|${ARG1})
exten => s,n,Wait(3)
exten => s,n,Verbose(status is ${LINESTAT})
exten => s,n,Gotoif($["${LINESTAT}" != "Idle"]?inuse)
exten => s,n,Dial(${ARG2},${RINGTIME},${DIALOPTIONS})
exten => s,n,Goto(s-${DIALSTATUS},1)...