Show
Ignore:
Timestamp:
12/08/06 14:16:42 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 3296 via svnmerge from
https://amportal.svn.sourceforge.net/svnroot/amportal/freepbx/trunk

........

r3296 | p_lindheimer | 2006-12-08 11:15:48 -0800 (Fri, 08 Dec 2006) | 1 line


fixed some syntax bugs creating warnings in extensions.conf

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.2

    • Property svnmerge-integrated changed from /freepbx/trunk:1-3224,3231,3244,3248-3249,3270,3272,3283,3285,3291 to /freepbx/trunk:1-3224,3231,3244,3248-3249,3270,3272,3283,3285,3291,3296
  • freepbx/branches/2.2/amp_conf/astetc/extensions.conf

    r3292 r3297  
    841841exten => _X.,1,Wait(1) 
    842842exten => _X.,n,Playback(silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer) 
    843 exten => _X.,Wait(1) 
    844 exten => _X.,Congestion() 
    845 exten => _X.,Hangup() 
     843exten => _X.,n,Wait(1) 
     844exten => _X.,n,Congestion() 
     845exten => _X.,n,Hangup() 
    846846 
    847847exten => _*.,1,Wait(1) 
    848848exten => _*.,n,Playback(silence/1&feature-not-avail-line&silence/1&cannot-complete-as-dialed&check-number-dial-again,noanswer) 
    849 exten => _*.,Wait(1) 
    850 exten => _*.,Congestion() 
    851 exten => _*.,Hangup() 
     849exten => _*.,n,Wait(1) 
     850exten => _*.,n,Congestion() 
     851exten => _*.,n,Hangup() 
    852852;------------------------------------------------------------------------ 
    853853 
     
    947947;------------------------------------------------------------------------ 
    948948[ext-local-confirm] 
    949 exten => _.,1,Noop(IN ext-local-confirm with - RT: ${RT}, RG_IDX: ${RG_IDX}) 
    950 exten => _.,n,dial(${DB(DEVICE/${EXTEN}/dial)},${RT},M(auto-confirm^${RG_IDX})${DIAL_OPTIONS}) 
    951 exten => _.,n,Macro(hangupcall) 
     949exten => _X.,1,Noop(IN ext-local-confirm with - RT: ${RT}, RG_IDX: ${RG_IDX}) 
     950exten => _X.,n,dial(${DB(DEVICE/${EXTEN}/dial)},${RT},M(auto-confirm^${RG_IDX})${DIAL_OPTIONS}) 
     951exten => _X.,n,Macro(hangupcall) 
    952952exten =>  h,n,Macro(hangupcall) 
    953953 
     
    10211021; The end. 
    10221022exten => s,n(fin),NoOp(Finished) 
     1023exten => h,1,Noop(Hangup Extension in macro-confirm) 
     1024exten => h,n,Macro(hangupcall) 
     1025 
    10231026;------------------------------------------------------------------------ 
    10241027