outframe           63 src/priserver.c 	unsigned char inframe[MAX_BYTES], outframe[MAX_BYTES];
outframe           89 src/priserver.c 	memset(outframe, 0, MAX_BYTES);
outframe          159 src/priserver.c 				if(!lead && (outlen = read(file, outframe, len)) <= 0) {
outframe          170 src/priserver.c 			ftdm_channel_write(chan, outframe, sizeof(outframe), &len);