From 329d52d99f97152b7372932047db68cd41d78829 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Thu, 23 Jul 2009 14:30:41 +0000 Subject: [PATCH] small typos --- README.Diva.fax | 8 ++++---- README.media | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.Diva.fax b/README.Diva.fax index 4ddb26b..f6021c4 100644 --- a/README.Diva.fax +++ b/README.Diva.fax @@ -254,15 +254,15 @@ exten => i,1,Hangup() ; Received unexpected event [handle_fax] exten => s,1,capicommand(receivefax|/tmp/${UNIQUEID}[|||]) -exten => s,2,Hangup() +exten => s,n,Hangup() exten => h,1,deadagi,fax.php ; Run sfftobmp and mail it Example with Clear Channel fax support: [handle_fax] -exten => s,1,capicommand(resource|1-4) ; Assign resource PLCI -exten => s,1,capicommand(receivefax|/tmp/${UNIQUEID}[|||]) -exten => s,2,Hangup() +exten => s,1,capicommand(resource|1-4) ; Assign resource PLCI (use controllers 1 to 4) +exten => s,n,capicommand(receivefax|/tmp/${UNIQUEID}[|||]) +exten => s,n,Hangup() exten => h,1,deadagi,fax.php ; Run sfftobmp and mail it diff --git a/README.media b/README.media index b7c2204..fd11002 100644 --- a/README.media +++ b/README.media @@ -684,7 +684,7 @@ stoptonedetection Tone identifier: 0x82 - Dial tone detected - 0x83 - PABX internal dial tone detected + 0x83 - PABX internal dial tone detected 0x84 - Special dial tone (stutter dial tone) detected 0x85 - Second dial tone detected 0x86 - Ringing tone detected @@ -904,7 +904,7 @@ exten => 1,n,capicommand(vc|txdgain|3|0) ; Install voice command menu for volume exten => 1,n,capicommand(chat|test1|m|1-4) ; Create/enter conference room 'test1' exten => 2,1,capicommand(clamping|100) ; Activate suppression of DTMF tones -exten => 2,1,capicommand(txdgain|-128) ; Deactivate tx path +exten => 2,n,capicommand(txdgain|-128) ; Deactivate tx path exten => 2,n,capicommand(vc|incrxdgain|0|1.5) ; Install voice command menu for volume control, '0' to increase volume exten => 2,n,capicommand(vc|incrxdgain|1|-1.5) ; Install voice command menu for volume control, '1' to decrease volume exten => 2,n,capicommand(vc|txdgain|2|-128) ; Install voice command menu for volume control, '2' to mute tx path @@ -1184,9 +1184,9 @@ capicommand(chat_command||) Command does not apply to calling member and be used by operators only. l - Remove all listeners from conference. Command does not apply to calling member and be used by operators only. - o - Remove all operators from conference. + o - Remove all operators from conference. Command does not apply to calling member and be used by operators only. - a - Remove all users from conference. + a - Remove all users from conference. Command does not apply to calling member and be used by operators only. roomname - optional, room caller assigned to is used if not present