Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to Profiles - CLI

...

Code Block
languagenone
% show profiles digitProfile Test1
	type dtmf; 
	dtmfDetect { 
		minPower -25; 
		minOnDuration 25; 
		minOffDuration 25; 
		frequenceRange narrow; 
		twistCutoff 9; 
	} 
	dtmfGenerate { 
		power 2; 
		make 3445; 
		break 788; 
	}
	type mfr1 
	% show profiles digitProfile Test1 
	type mfr1; 
	mfr1Generate { 
		power -7; 
		make 4555; 
		break 4566; 
		makeKp 105; 
	} 
	mfr1Detect { 
		minPower -30; 
		minOnDuration 25; 
		minOffDuration 15; 
		frequenceRange medium; 
	}
	type - mfr2 
	% show profiles digitProfile Test1 
	type mfr2; 
	mfr2Generate { 
		power -10; 
		make 150; 
		break 455; 
		prePulseDelay 100; 
		maxFwdOnDuration 566; 
		maxFwdOffDuration 2700; 
		finalDigitDelay 50; 
	} 
	mfr2Detect { 
		minPower -25; 
		minOnDuration 25; 
		minOffDuration 15; 
		frequenceRange medium; 
		maxPulseDuration 1000; 
		postPulseDelay 234; 
	}

 

Pagebreak