Show
Ignore:
Timestamp:
06/05/06 05:55:33 (7 years ago)
Author:
diego_iastrubni
Message:

This fixes bug #1421817 in AMP's database.

Reported originally on: http://sourceforge.net/tracker/index.php?func=detail&aid=1421817&group_id=121515&atid=690572
1.10.010 extensions.conf error causes incoming failed calls
In the macro-dail context, there is a syntax error in line s,22.
There is one too many $['s immediately after GotoIf?(. This causes
some inbound calls to fail and has been documented in a reader comment
on NerdVittles??.com

Files:

Legend:

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

    r2030 r2031  
    121121exten => s,20,NoOp(Returned from dialparties with hunt groups to dial ) 
    122122exten => s,21,SetVar(HuntLoop=0) 
    123 exten => s,22,GotoIf($[$[${HuntMembers}] >= 1]?30 )  ; if this is from rg-group, don't strip prefix 
     123exten => s,22,GotoIf($[${HuntMembers} >= 1]?30 )  ; if this is from rg-group, don't strip prefix 
    124124exten => s,23,NoOp(Returning there are no members left in the hunt group to ring) 
    125125