Changeset 3542
- Timestamp:
- 01/04/07 17:32:40 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/astetc/extensions.conf
r3421 r3542 221 221 ; to from-internal since it may be an outside line. 222 222 ; 223 exten => docfu,1,GotoIf( $[ "foo${DB(AMPUSER/${CFUEXT}/device)}" = "foo" ] ,chlocal)223 exten => docfu,1,GotoIf( $[ "foo${DB(AMPUSER/${CFUEXT}/device)}" = "foo" ]?chlocal) 224 224 exten => docfu,n,Dial(Local/${CFUEXT}@ext-local,${RT},${DIAL_OPTIONS}) 225 225 exten => docfu,n,Return … … 426 426 ; above, and 2: to give a good shot at attempting to be compliant with 427 427 ; RFC3761 by honouring the order in which records are returned. 428 exten => s,1,GotoIf($["${ARG3}" = ""] PASSWD?NOPASSWD); arg3 is pattern password428 exten => s,1,GotoIf($["${ARG3}" = ""]?PASSWD:NOPASSWD); arg3 is pattern password 429 429 exten => s,n(PASSWD),Authenticate(${ARG3}) 430 430 exten => s,n(NOPASSWD),Macro(user-callerid,SKIPTTL) … … 530 530 531 531 [macro-record-enable] 532 exten => s,1,GotoIf($ {LEN(${BLINDTRANSFER})} > 0?2:4)532 exten => s,1,GotoIf($[${LEN(${BLINDTRANSFER})} > 0]?2:4) 533 533 exten => s,2,ResetCDR(w) 534 534 exten => s,3,StopMonitor()
