Changeset 3095

Show
Ignore:
Timestamp:
11/17/06 12:32:59 (7 years ago)
Author:
p_lindheimer
Message:

bug #1373 - fixed typos in noop, comments starting with : instead of ; and goto label typo extensions.conf

Files:

Legend:

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

    r3086 r3095  
    890890; extension answers the line. This takes care of clearing the database key that is used to inform 
    891891; other potential late comers that the extension has been answered by someone else. 
    892 
     892
    893893;------------------------------------------------------------------------ 
    894894[ext-local-confirm] 
    895 exten => _.,1,Noop(IN ext-local-confrim with - RT: ${RT}, RG_IDX: ${RG_IDX}) 
     895exten => _.,1,Noop(IN ext-local-confirm with - RT: ${RT}, RG_IDX: ${RG_IDX}) 
    896896exten => _.,n,dial(${DB(DEVICE/${EXTEN}/dial)},${RT},M(auto-confirm^${RG_IDX})${DIAL_OPTIONS}) 
    897897exten => _.,n,Macro(hangupcall) 
     
    945945; if nothing has happened. 
    946946exten => s,n(noanswer),Set(__MACRO_RESULT=ABORT) 
    947 exten => s,n,Goto(Fin) 
     947exten => s,n,Goto(fin) 
    948948 
    949949; If we're here, it's because the call was already accepted by someone else.