Changeset 3095
- Timestamp:
- 11/17/06 12:32:59 (7 years ago)
- Files:
-
- freepbx/trunk/amp_conf/astetc/extensions.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/astetc/extensions.conf
r3086 r3095 890 890 ; extension answers the line. This takes care of clearing the database key that is used to inform 891 891 ; other potential late comers that the extension has been answered by someone else. 892 : 892 ; 893 893 ;------------------------------------------------------------------------ 894 894 [ext-local-confirm] 895 exten => _.,1,Noop(IN ext-local-conf rim with - RT: ${RT}, RG_IDX: ${RG_IDX})895 exten => _.,1,Noop(IN ext-local-confirm with - RT: ${RT}, RG_IDX: ${RG_IDX}) 896 896 exten => _.,n,dial(${DB(DEVICE/${EXTEN}/dial)},${RT},M(auto-confirm^${RG_IDX})${DIAL_OPTIONS}) 897 897 exten => _.,n,Macro(hangupcall) … … 945 945 ; if nothing has happened. 946 946 exten => s,n(noanswer),Set(__MACRO_RESULT=ABORT) 947 exten => s,n,Goto( Fin)947 exten => s,n,Goto(fin) 948 948 949 949 ; If we're here, it's because the call was already accepted by someone else.
