Changeset 3542

Show
Ignore:
Timestamp:
01/04/07 17:32:40 (6 years ago)
Author:
qldrob
Message:

3 fixes to extensions.conf spotted by vgster, only seconds after releasing 2.2.0. Going to re-release it. Shh. no-one will notice.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.2/amp_conf/astetc/extensions.conf

    r3421 r3542  
    221221; to from-internal since it may be an outside line. 
    222222; 
    223 exten => docfu,1,GotoIf( $[ "foo${DB(AMPUSER/${CFUEXT}/device)}" = "foo" ], chlocal) 
     223exten => docfu,1,GotoIf( $[ "foo${DB(AMPUSER/${CFUEXT}/device)}" = "foo" ]?chlocal) 
    224224exten => docfu,n,Dial(Local/${CFUEXT}@ext-local,${RT},${DIAL_OPTIONS}) 
    225225exten => docfu,n,Return 
     
    426426; above, and 2: to give a good shot at attempting to be compliant with 
    427427; RFC3761 by honouring the order in which records are returned. 
    428 exten => s,1,GotoIf($["${ARG3}" = ""]PASSWD?NOPASSWD); arg3 is pattern password  
     428exten => s,1,GotoIf($["${ARG3}" = ""]?PASSWD:NOPASSWD); arg3 is pattern password  
    429429exten => s,n(PASSWD),Authenticate(${ARG3})  
    430430exten => s,n(NOPASSWD),Macro(user-callerid,SKIPTTL)  
     
    530530 
    531531[macro-record-enable] 
    532 exten => s,1,GotoIf(${LEN(${BLINDTRANSFER})} > 0?2:4) 
     532exten => s,1,GotoIf($[${LEN(${BLINDTRANSFER})} > 0]?2:4) 
    533533exten => s,2,ResetCDR(w) 
    534534exten => s,3,StopMonitor()