Changeset 3365
- Timestamp:
- 12/19/06 15:18:16 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/astetc/extensions.conf
r3339 r3365 756 756 exten => s,n(usercid),GotoIf($["${USEROUTCID:1:2}" = ""]?report) ; check CID override for extension 757 757 exten => s,n,Set(CALLERID(all)=${USEROUTCID}) 758 exten => s,n,GotoIf($["x${USEROUTCID:1:5}"!="hidden"]?checktrunk:hidecid) ; check CID blocking for extension 759 exten => s,n(checktrunk),GotoIf($["x${TRUNKOUTCID:1:5}"!="hidden"]?report:hidecid) ; check CID blocking for extension 758 exten => s,n,GotoIf($["x${CALLERID(name)}"!="hidden"]?report:hidecid) ; check CID blocking for extension 760 759 exten => s,n(hidecid),SetCallerPres(prohib_passed_screen) ; Only works with ISDN (T1/E1/BRI) 761 760 exten => s,n(report),NoOp(CallerID set to ${CALLERID(all)})
