Changeset 2031 for freepbx/branches/1.0
- Timestamp:
- 06/05/06 05:55:33 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/1.0/amp_conf/astetc/extensions.conf
r2030 r2031 121 121 exten => s,20,NoOp(Returned from dialparties with hunt groups to dial ) 122 122 exten => s,21,SetVar(HuntLoop=0) 123 exten => s,22,GotoIf($[$ [${HuntMembers}]>= 1]?30 ) ; if this is from rg-group, don't strip prefix123 exten => s,22,GotoIf($[${HuntMembers} >= 1]?30 ) ; if this is from rg-group, don't strip prefix 124 124 exten => s,23,NoOp(Returning there are no members left in the hunt group to ring) 125 125
